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

Add lowering support for conditional nodes #71705

Merged
merged 26 commits into from
Aug 9, 2022

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    e8f9ae6 View commit details
    Browse the repository at this point in the history
  2. Contain conditionals

    a74nh committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e9c0474 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    a74nh committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    97386b3 View commit details
    Browse the repository at this point in the history
  4. Use AND and CMP nodes

    a74nh committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    1bcd61a View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    a74nh committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    7884eca View commit details
    Browse the repository at this point in the history
  6. Remove LowerNodeCC changes

    Change-Id: Icdf1828905c4a3f210b06e047ef3c0ac913d71f7
    CustomizedGitHooks: yes
    a74nh committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6d36f9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1138fae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d98f9d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ef9994 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6202894 View commit details
    Browse the repository at this point in the history
  11. Minor cleanups

    a74nh committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    c0aba37 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Generate AND compare chains

    a74nh committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9995881 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    165060b View commit details
    Browse the repository at this point in the history
  2. Add compare chain tests

    a74nh committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    6117333 View commit details
    Browse the repository at this point in the history
  3. Review fixes

    a74nh committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    574742f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Use GenCondition

    a74nh committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    eae824a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b282f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce5882d View commit details
    Browse the repository at this point in the history
  4. Formatting fixes

    a74nh committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c548f9f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Fix SELECT issues

    a74nh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    df67d67 View commit details
    Browse the repository at this point in the history
  2. Fix test output messages.

    a74nh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    d1854f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8310017 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Compare chains should not contain tst compares

    Change-Id: I8a1761e1e89f589e1daf0318e120aae5dd3d7241
    CustomizedGitHooks: yes
    a74nh committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    e2c8f5d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    25696f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3d5d0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cac2740 View commit details
    Browse the repository at this point in the history