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

[Flang] Implement RENAME intrinsic (code-gen + runtime entry point) #98359

Merged
merged 11 commits into from
Jul 15, 2024

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    81c663d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7862c43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5cb057 View commit details
    Browse the repository at this point in the history
  4. Format source code

    mjklemm committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f5a0167 View commit details
    Browse the repository at this point in the history
  5. Add test for RENAME code-gen

    mjklemm committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9105532 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fff2c79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ee5595 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41bc7e7 View commit details
    Browse the repository at this point in the history
  9. Fix a few typos

    mjklemm committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    96802cf View commit details
    Browse the repository at this point in the history
  10. Make this piece work on both Windows and Linux

    Windows says it only reports a non-zero error code.  Effectively,
    it is -1, but let's rather be save than sorry.
    mjklemm committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    fa5e899 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9cb68e3 View commit details
    Browse the repository at this point in the history