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

[Codegen][LLVM] Add ability to turn on fast math flags #9223

Merged
merged 16 commits into from
Oct 19, 2021

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    18ca603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c8da0f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. llvm more opts

    AndrewZhaoLuo committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    444e51a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    6938d70 View commit details
    Browse the repository at this point in the history
  2. TODO

    AndrewZhaoLuo committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    17fa49c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. add fast math options to llvm target

    Andrew Zhao Luo committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    2795510 View commit details
    Browse the repository at this point in the history
  2. move to using new target attributes

    Andrew Zhao Luo committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    02cd251 View commit details
    Browse the repository at this point in the history
  3. llvm fast math target opt code

    Andrew Zhao Luo committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    3d6c2c3 View commit details
    Browse the repository at this point in the history
  4. add -O flags

    Andrew Zhao Luo committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    b244dec View commit details
    Browse the repository at this point in the history
  5. fix todo lint

    Andrew Zhao Luo committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0c5d38b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. support llvm 4.0, 5.0

    AndrewZhaoLuo committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    c9ac146 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    99ae59f View commit details
    Browse the repository at this point in the history
  2. revert TargetOptions

    AndrewZhaoLuo committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    d9e3524 View commit details
    Browse the repository at this point in the history
  3. fix thing

    AndrewZhaoLuo committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    5466663 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfeb699 View commit details
    Browse the repository at this point in the history
  5. togglable opt-levels

    AndrewZhaoLuo committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    2abbed5 View commit details
    Browse the repository at this point in the history