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

feat: refactor SSA passes to run on individual functions #6072

Merged
merged 16 commits into from
Oct 1, 2024

Commits on Sep 17, 2024

  1. wip: attempt SSA optimizations on zero-arg functions first, move per-…

    …function SSA optimizations into Function methods
    michaeljklein committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4428074 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    76ee498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    999231b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca540a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. cargo clippy/fmt

    michaeljklein committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3476d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcaef1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    143358d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7a6f18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4621a59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d9a4dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80e59e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    24f076f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c6d4c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8cda19 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    c0115a1 View commit details
    Browse the repository at this point in the history
  2. re-remove bubble_up_constrains, add issue for combining Ssa::unroll_l…

    …oops_iteratively and Function::unroll_loops_iteratively
    michaeljklein committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4ccc9a1 View commit details
    Browse the repository at this point in the history