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: Make loop inversion graph based #109346

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. JIT: Make loop inversion graph based

    Rewrite loop inversion to be graph based and to use the new loop
    representation.
    jakobbotsch committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a0e3e4d View commit details
    Browse the repository at this point in the history
  2. Remove debug code

    jakobbotsch committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5df0255 View commit details
    Browse the repository at this point in the history
  3. Fix release build

    jakobbotsch committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b75aea7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    d75f60e View commit details
    Browse the repository at this point in the history
  2. Add a couple of quirks

    jakobbotsch committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ddc0ea2 View commit details
    Browse the repository at this point in the history
  3. Run jit-format

    jakobbotsch committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    99a4321 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    757d14c View commit details
    Browse the repository at this point in the history