-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
[EntryExitInstrumenter] Move passes out of clang into LLVM default pipelines #92171
Merged
Commits on May 14, 2024
-
wip: Move instrumentation passes
This change is not ready for landing yet. Move EntryExitInstrumenter(PostInlining=true) to as late as possible and EntryExitInstrumenter(PostInlining=false) to an early pre-inlining stage (but skip for ThinLTO post-link).
Configuration menu - View commit details
-
Copy full SHA for df3f8df - Browse repository at this point
Copy the full SHA df3f8dfView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ea4de1 - Browse repository at this point
Copy the full SHA 3ea4de1View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3d3637 - Browse repository at this point
Copy the full SHA c3d3637View commit details
Commits on May 21, 2024
-
Run prelink instrumentation without LTO, plus tests
A few more tests to go, still a WIP. Change a number of existing tests to swallow the newly inserted pass name. Add two new tests: * CodeGen/X86/instrument-function-inlined.ll * llvm/test/Transforms/EntryExitInstrumenter/pre-inliner-instrumentation.ll
Configuration menu - View commit details
-
Copy full SHA for 5d46226 - Browse repository at this point
Copy the full SHA 5d46226View commit details
Commits on May 22, 2024
-
Address review comments for the new tests
Also tweak more pass manager tests to make them pass.
Configuration menu - View commit details
-
Copy full SHA for 5cabc69 - Browse repository at this point
Copy the full SHA 5cabc69View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c64d5 - Browse repository at this point
Copy the full SHA e9c64d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d095f41 - Browse repository at this point
Copy the full SHA d095f41View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5da299 - Browse repository at this point
Copy the full SHA e5da299View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4e5fb - Browse repository at this point
Copy the full SHA 1a4e5fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee48568 - Browse repository at this point
Copy the full SHA ee48568View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd92b90 - Browse repository at this point
Copy the full SHA fd92b90View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b65cec9 - Browse repository at this point
Copy the full SHA b65cec9View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9996036 - Browse repository at this point
Copy the full SHA 9996036View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1abdb86 - Browse repository at this point
Copy the full SHA 1abdb86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27359fe - Browse repository at this point
Copy the full SHA 27359feView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bee1fb2 - Browse repository at this point
Copy the full SHA bee1fb2View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3f2097 - Browse repository at this point
Copy the full SHA e3f2097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3579930 - Browse repository at this point
Copy the full SHA 3579930View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9270233 - Browse repository at this point
Copy the full SHA 9270233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34658c6 - Browse repository at this point
Copy the full SHA 34658c6View 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.