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

[mypyc] Provide an easier way to define IR-to-IR transforms #16998

Merged
merged 17 commits into from
Mar 9, 2024

Commits on Feb 28, 2024

  1. WIP IR transform

    JukkaL committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    35422c1 View commit details
    Browse the repository at this point in the history
  2. Simplify

    JukkaL committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7de0571 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Fixes

    JukkaL committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f6ce8d7 View commit details
    Browse the repository at this point in the history
  2. Black

    JukkaL committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    38512c8 View commit details
    Browse the repository at this point in the history
  3. Ruff

    JukkaL committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8f8529f View commit details
    Browse the repository at this point in the history
  4. Add docstring

    JukkaL committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7651a95 View commit details
    Browse the repository at this point in the history
  5. Fixes

    JukkaL committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e14e525 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    e4b70a9 View commit details
    Browse the repository at this point in the history
  2. Fix chains of assignments

    JukkaL committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5095948 View commit details
    Browse the repository at this point in the history
  3. Fix issues

    JukkaL committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    dc7f55c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3190fc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4172f38 View commit details
    Browse the repository at this point in the history
  6. Style

    JukkaL committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    2eab0f4 View commit details
    Browse the repository at this point in the history
  7. Perform optimization later

    JukkaL committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a2ef9a8 View commit details
    Browse the repository at this point in the history
  8. Fixes

    JukkaL committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    fbcb2b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    6c43c5d View commit details
    Browse the repository at this point in the history
  2. Minor polish

    JukkaL committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    faf6a0e View commit details
    Browse the repository at this point in the history