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

JIT: [experiment] Add an explicit IR representation for parameter definitions #92026

Closed
wants to merge 13 commits into from

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

  1. WIP

    jakobbotsch committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a7d5fcd View commit details
    Browse the repository at this point in the history
  2. Fix build, skip SSE cases

    jakobbotsch committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d5772be View commit details
    Browse the repository at this point in the history
  3. Run jit-format

    jakobbotsch committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    01111dd View commit details
    Browse the repository at this point in the history
  4. Fix lastUse

    jakobbotsch committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6d82c81 View commit details
    Browse the repository at this point in the history
  5. Fix gtlist.h

    jakobbotsch committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a8699d2 View commit details
    Browse the repository at this point in the history
  6. Fix build and assert

    jakobbotsch committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    38ecd44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5bd664 View commit details
    Browse the repository at this point in the history
  8. Oops

    jakobbotsch committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9072cb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Fixes

    - Allow GT_IL_OFFSET, GT_NOP
    - Skip OSR locals that won't be in registers
    - Make use of pointer-size alignment for frame allocations
    jakobbotsch committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    176b8eb View commit details
    Browse the repository at this point in the history
  2. Normalize properly

    jakobbotsch committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d6ce275 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f73ab8 View commit details
    Browse the repository at this point in the history
  4. Fix build

    jakobbotsch committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0289bd4 View commit details
    Browse the repository at this point in the history