-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[llvm] Introduce callee_type metadata #87573
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
Open
Prabhuk
wants to merge
29
commits into
users/Prabhuk/sprmain.clangcallgraphsection-add-type-id-metadata-to-indirect-call-and-targets
Choose a base branch
from
users/Prabhuk/sprclangcallgraphsection-add-type-id-metadata-to-indirect-call-and-targets
base: users/Prabhuk/sprmain.clangcallgraphsection-add-type-id-metadata-to-indirect-call-and-targets
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3565040
[𝘀𝗽𝗿] initial version
necipfazil a8a5848
Update clang/lib/CodeGen/CodeGenModule.cpp
Prabhuk 019b2ca
Update clang/lib/CodeGen/CodeGenModule.cpp
Prabhuk 15d0727
Refactored calls to emit type id metadata to be within EmitCall funct…
Prabhuk feef77b
Rebased on top of main
Prabhuk 9924290
dyn_cast to isa
Prabhuk 76244d9
Addressed review comments and a FIXME. Rebased on upstream main.
Prabhuk 179f930
Rebase patchset
necipfazil e31af7b
Update inline comment as suggested.
necipfazil a3ca3e2
Rebase on top of upstream main.
necipfazil 9c94f5e
Break clang and llvm parts into separate commits.
Prabhuk 24882b1
Address review comments. Break llvm and clang patches.
Prabhuk 4041391
Address maybe unused comment
Prabhuk 1942c70
Rebase on top of main.
Prabhuk 995729b
Rename OB_type to OB_callee_type.
Prabhuk c202534
Rebase on top of main
Prabhuk 10c0327
Address review comments on the test file.
Prabhuk 27c970a
Remove callee_type operand bundle.
Prabhuk 83c95a1
Handle instcombine usecase for callee_type metadata.
Prabhuk fdf6a1c
Verifier changes.
Prabhuk 4b32ce1
Update the test.
Prabhuk 11404d7
Add verifier test.
Prabhuk 193551b
Add inliner test. Fix instcombine test.
Prabhuk 3c99824
Update tests. Rebase on top of main.
Prabhuk 018bc97
Remove direct call check from Verifier.
Prabhuk 55c721b
Updated langref.
Prabhuk acdc10d
Update documentation.
Prabhuk bb3ae95
Fix doc typo.
Prabhuk 4dee1b9
Address comments on changes to tests.
Prabhuk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Rebase patchset
Created using spr 1.3.6-beta.1
- Loading branch information
commit 179f9302a447f93d01d8c0b07136e2a3d456c88f
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.
Uh oh!
There was an error while loading. Please reload this page.