Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
0c10465a57d232fe42bc43d800df1b82b22a01b5
/
llvm
/
lib
/
Transforms
/
Utils
/
FunctionImportUtils.cpp
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
6d8f817
FunctionImport: Use IRMover directly.
by Peter Collingbourne
· 9 years ago
9006d52
[ThinLTO] Handle conflicting local names gracefully
by Teresa Johnson
· 9 years ago
2b60384
[ThinLTO] Add parenthesis as per build warning
by Teresa Johnson
· 9 years ago
519465b
[ThinLTO] Subsume all importing checks into a single flag
by Teresa Johnson
· 9 years ago
185b4ab
[ThinLTO] Stop importing constant global vars as copies in the backend
by Teresa Johnson
· 9 years ago
4fef68c
[ThinLTO] Only promote exported locals as marked in index
by Teresa Johnson
· 9 years ago
0515fb8
[ThinLTO] Handle distributed backend case when doing renaming
by Teresa Johnson
· 9 years ago
bf28c8f
[ThinLTO] Use per-summary flag to prevent exporting locals used in inline asm
by Teresa Johnson
· 9 years ago
38d4df7
[ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC)
by Teresa Johnson
· 9 years ago
1b9c2be
[ThinLTO] Use NoPromote flag in summary during promotion
by Teresa Johnson
· 9 years ago
96efdd6
IR: Introduce local_unnamed_addr attribute.
by Peter Collingbourne
· 9 years ago
3b132e3
ThinLTO: fix assertion and refactor check for hidden use from inline ASM in a helper function
by Mehdi Amini
· 9 years ago
df5ef87
[ThinLTO] Refine fix to avoid renaming of uses in inline assembly.
by Teresa Johnson
· 9 years ago
b4e1e82
ThinLTO: do not promote GlobalVariable that have a specific section.
by Mehdi Amini
· 9 years ago
b35cc69
[ThinLTO] Prevent importing of "llvm.used" values
by Teresa Johnson
· 10 years ago
bb3a1d9
ThinLTO: never promote as external weak
by Mehdi Amini
· 10 years ago
ae280e5
ThinLTO renaming: use module hash instead of position in the summary
by Mehdi Amini
· 10 years ago
8d05185
Rework linkInModule(), making it oblivious to ThinLTO
by Mehdi Amini
· 10 years ago
26ab577
[ThinLTO] Renaming of function index to module summary index (NFC)
by Teresa Johnson
· 10 years ago
cec0cae
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
by Teresa Johnson
· 10 years ago
892920b
[ThinLTO] Renaming of function index to module summary index (NFC)
by Teresa Johnson
· 10 years ago
bd04e8f
FunctionIndex is not optional for renameModuleForThinLTO(), make it a reference (NFC)
by Mehdi Amini
· 10 years ago
488a800
[ThinLTO] Move global processing from Linker to TransformUtils (NFC)
by Teresa Johnson
· 10 years ago