Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement loop-based Fortran intrinsics #1394

Merged
merged 49 commits into from
Nov 6, 2023
Merged

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    fa0333f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    362bf62 View commit details
    Browse the repository at this point in the history
  3. Add test case for Foftran sum

    mcopik committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6197b1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7b7368 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fcbce5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81786a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6544673 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd21926 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6545e3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bee2244 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a9aa37e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf59ac8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    24cc547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbd8bb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2124e4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da90d7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    514df46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4156ff5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0873a3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb6190f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8f701d View commit details
    Browse the repository at this point in the history
  10. Fix off-by-one error

    mcopik committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3b39758 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b5f9f3 View commit details
    Browse the repository at this point in the history
  12. Rename test for sum intrinsic

    mcopik committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a785886 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    da69735 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    988534d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    94ff1ac View commit details
    Browse the repository at this point in the history
  16. Remove unnecessary SDFG save

    mcopik committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9fbea32 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    51f149d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    827bd1f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    8fd8ba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fece069 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41d2e27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a17c4e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Remove unnecessary output

    mcopik committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5ecba22 View commit details
    Browse the repository at this point in the history
  2. Implement MINVAL intrinsic and add a new system for determining the r…

    …eturn type of intrinsic
    mcopik committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1ccad58 View commit details
    Browse the repository at this point in the history
  3. Add test for MINVAL and MAXVAL

    mcopik committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2813a25 View commit details
    Browse the repository at this point in the history
  4. Implement MAXVAL intrinsic

    mcopik committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    24fde26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f74f061 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52862b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    195ed59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7573a18 View commit details
    Browse the repository at this point in the history
  9. Refactor Fortran intrinsic to create common function for parsing bina…

    …ry operations with an array
    mcopik committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3eaeb24 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db7e315 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e45d62d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    873c6dc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    34cc173 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    d8183a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dba566 View commit details
    Browse the repository at this point in the history