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

Handle casts done via helpers and fold overflow operations in value numbering #50450

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    6afb154 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    202583b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16a9314 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e719cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69e3a5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2dcd1f View commit details
    Browse the repository at this point in the history
  7. Moved checking of overflow for arithmetic operations from gtFoldExprC…

    …onst into a separate namespace
    SingleAccretion committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    a37285a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ceac44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f57463 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b1093a View commit details
    Browse the repository at this point in the history
  11. Refactored gtFoldExpr some more, moved the overflow checking logic to…

    … CheckedOps, implemented overflow checking for floating point -> integer casts
    SingleAccretion committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    b00f070 View commit details
    Browse the repository at this point in the history
  12. Implemented folding of checked casts in value numbering, started valu…

    …e numbering casts via helpers like normal casts
    SingleAccretion committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    b414029 View commit details
    Browse the repository at this point in the history
  13. Fixed the formatting

    SingleAccretion committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    94e3938 View commit details
    Browse the repository at this point in the history
  14. Made the definition of var_types a standalone header so that it can b…

    …e safely #included'ed in utils.h
    SingleAccretion committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    174f2cb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    53b0330 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    74e0212 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    adc042d View commit details
    Browse the repository at this point in the history