-
Notifications
You must be signed in to change notification settings - Fork 29
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
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1102f7 - Browse repository at this point
Copy the full SHA e1102f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97179c3 - Browse repository at this point
Copy the full SHA 97179c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c80ed6 - Browse repository at this point
Copy the full SHA 5c80ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66661ca - Browse repository at this point
Copy the full SHA 66661caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c741d1 - Browse repository at this point
Copy the full SHA 8c741d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 730930d - Browse repository at this point
Copy the full SHA 730930dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 58a70c3 - Browse repository at this point
Copy the full SHA 58a70c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de27da - Browse repository at this point
Copy the full SHA 9de27daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 666cf5a - Browse repository at this point
Copy the full SHA 666cf5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6eb77f - Browse repository at this point
Copy the full SHA d6eb77fView commit details -
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..
Configuration menu - View commit details
-
Copy full SHA for 67050a6 - Browse repository at this point
Copy the full SHA 67050a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd66808 - Browse repository at this point
Copy the full SHA dd66808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f11e8 - Browse repository at this point
Copy the full SHA 32f11e8View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 21c7c71 - Browse repository at this point
Copy the full SHA 21c7c71View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7932dc - Browse repository at this point
Copy the full SHA d7932dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71a1c49 - Browse repository at this point
Copy the full SHA 71a1c49View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dceb559 - Browse repository at this point
Copy the full SHA dceb559View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17e8540 - Browse repository at this point
Copy the full SHA 17e8540View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b61fc37 - Browse repository at this point
Copy the full SHA b61fc37View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd591f7 - Browse repository at this point
Copy the full SHA bd591f7View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57c1837 - Browse repository at this point
Copy the full SHA 57c1837View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.