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

Basic-blocks-based intermediate language and flow analysis. #607

Merged
merged 21 commits into from
Jul 8, 2024

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    e1102f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97179c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c80ed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66661ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c741d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    730930d View commit details
    Browse the repository at this point in the history
  7. Using depth-search topological order on block traversal

    Changing to this order of traversal both on uninitialized.lua flow
    analysis and on constant_propagation.lua
    gabrielsferre committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    58a70c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9de27da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    666cf5a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d6eb77f View commit details
    Browse the repository at this point in the history
  11. Removing unused code from ir.lua

    The codebase should now have no trace of the previous tree-based i.r.,
    only the new basic blocks i.r..
    gabrielsferre committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    67050a6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dd66808 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    32f11e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    21c7c71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7932dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71a1c49 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 4, 2024

  1. Making fixes for PR

    gabrielsferre committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    17e8540 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jul 6, 2024

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

Commits on Jul 8, 2024

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