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

Fix singlepass codegen regression #2787

Merged
merged 8 commits into from Feb 14, 2022
Merged

Commits on Feb 8, 2022

  1. Copy the full SHA
    17b3a94 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Fix a singlepass codegen regression, but forcing a sort on gprs/simds…

    … list before push/pop
    ptitSeb committed Feb 11, 2022
    Copy the full SHA
    a9fab00 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bc1dfd8 View commit details
    Browse the repository at this point in the history
  3. Removed the sort on gprs/simds list before push/pop, by using a singl…

    …e vec for the push/pop
    ptitSeb committed Feb 11, 2022
    Copy the full SHA
    b3b1c8b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d9770b2 View commit details
    Browse the repository at this point in the history
  5. Remove HashSet on SinglePass register collection and use a simple Bit…

    …map now, to avoid risk of non deterministic runs
    ptitSeb committed Feb 11, 2022
    Copy the full SHA
    5ebae6f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    fe51489 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Copy the full SHA
    c2a9982 View commit details
    Browse the repository at this point in the history