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 JIT support for control-flow guard on x64 and arm64 #63763

Merged
merged 31 commits into from
Feb 8, 2022

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    7075393 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfa28e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e07386f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb293b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4665ea0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b19e47d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a221c5 View commit details
    Browse the repository at this point in the history
  8. Fix release build

    jakobbotsch committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    6f68c08 View commit details
    Browse the repository at this point in the history
  9. Fix IsInvariant check

    jakobbotsch committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    acf223b View commit details
    Browse the repository at this point in the history
  10. Add a dTreeRange helper

    jakobbotsch committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    ef465fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7a6415 View commit details
    Browse the repository at this point in the history
  12. Add missing parentheses

    jakobbotsch committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    17e22f0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    21e5858 View commit details
    Browse the repository at this point in the history
  14. Another build fix

    jakobbotsch committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    8baddf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    092364e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce46dcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    451aaa6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6df00a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    69d3b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca5c444 View commit details
    Browse the repository at this point in the history
  3. Fix some comments

    jakobbotsch committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    6659597 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Revert "Add a workaround for reporting dead GC pointer regs too early…

    … when they are args"
    
    This reverts commit 69d3b5f.
    jakobbotsch committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    866bcce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd1a7ec View commit details
    Browse the repository at this point in the history
  3. Remove unused variable

    jakobbotsch committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    f9ad18c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

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

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    2eeecde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f25ba52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47409ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13233bf View commit details
    Browse the repository at this point in the history
  5. Remove another TODO

    jakobbotsch committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    447bca8 View commit details
    Browse the repository at this point in the history
  6. Fix an assert

    jakobbotsch committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    95defd6 View commit details
    Browse the repository at this point in the history