index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
LTO
/
LTOCodeGenerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move legacy LTO interface headers to legacy/ directory.
Peter Collingbourne
2016-07-14
1
-3
/
+3
*
New pass manager for LICM.
Dehao Chen
2016-07-12
1
-1
/
+1
*
Revert "New pass manager for LICM."
Vitaly Buka
2016-07-12
1
-1
/
+1
*
New pass manager for LICM.
Dehao Chen
2016-07-11
1
-1
/
+1
*
[UpdateCompilerUsed] API rename and cleanup, suggested by Rafaael.
Davide Italiano
2016-06-22
1
-1
/
+1
*
[LTO] Move UpdateCompilerUsed.h from lib/ to include/
Davide Italiano
2016-06-22
1
-1
/
+1
*
[PM] Port MergedLoadStoreMotion to the new pass manager, take two.
Davide Italiano
2016-06-17
1
-1
/
+1
*
[PM] Revert the port of MergeLoadStoreMotion to the new pass manager.
Davide Italiano
2016-06-16
1
-1
/
+1
*
Remove the ScalarReplAggregates pass
David Majnemer
2016-06-15
1
-2
/
+0
*
[PM] Port MemCpyOpt to the new PM.
Sean Silva
2016-06-14
1
-1
/
+1
*
[PM] Port MergedLoadStoreMotion to the new pass manager.
Davide Italiano
2016-06-14
1
-1
/
+1
*
[PM] Port ReversePostOrderFunctionAttrs to the new PM
Sean Silva
2016-06-12
1
-1
/
+1
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
Allow the LTO code generator to strip invalid debug info from the input.
Adrian Prantl
2016-05-09
1
-0
/
+20
*
Revert "Allow the LTO code generator to strip invalid debug info from the inp...
Adrian Prantl
2016-05-09
1
-20
/
+0
*
Allow the LTO code generator to strip invalid debug info from the input.
Adrian Prantl
2016-05-09
1
-0
/
+20
*
[PM] Port Interprocedural SCCP to the new pass manager.
Davide Italiano
2016-05-05
1
-1
/
+1
*
Revert "LTOCodeGenerator: handle correctly "unnamed" symbol"
Mehdi Amini
2016-05-05
1
-1
/
+1
*
Degrade assertions to a warning in LTOCodeGenerator for preserved linkonce
Mehdi Amini
2016-05-05
1
-2
/
+19
*
LTOCodeGenerator: handle correctly "unnamed" symbol
Mehdi Amini
2016-05-05
1
-1
/
+1
*
LTOCodeGenerator: add linkonce(_odr) to "llvm.compiler.used" when present in ...
Mehdi Amini
2016-05-05
1
-17
/
+67
*
Revert "LTOCodeGenerator: turns linkonce(_odr) into weak_(odr) when present "...
Mehdi Amini
2016-05-05
1
-52
/
+19
*
[PM] Port ConstantMerge to the new pass manager.
Davide Italiano
2016-05-05
1
-1
/
+1
*
[IPO/GlobalDCE] Port to the new pass manager.
Davide Italiano
2016-05-03
1
-1
/
+1
*
LTO: Don't bother trying to mangle unnamed globals, as they can't be preserve...
Peter Collingbourne
2016-04-27
1
-0
/
+4
*
Revert "Support "preserving" the summary information when using setModule() A...
Mehdi Amini
2016-04-27
1
-8
/
+1
*
Support "preserving" the summary information when using setModule() API in LT...
Mehdi Amini
2016-04-27
1
-1
/
+8
*
Revert "Support "preserving" the summary information when using setModule() A...
Mehdi Amini
2016-04-27
1
-8
/
+1
*
Support "preserving" the summary information when using setModule() API in LT...
Mehdi Amini
2016-04-27
1
-1
/
+8
*
LTOCodeGenerator: turns linkonce(_odr) into weak_(odr) when present "MustPres...
Mehdi Amini
2016-04-27
1
-19
/
+48
*
PM: Port Internalize to the new pass manager
Justin Bogner
2016-04-26
1
-1
/
+1
*
PM: Port GlobalOpt to the new pass manager
Justin Bogner
2016-04-26
1
-1
/
+1
*
PM: Port DCE to the new pass manager
Justin Bogner
2016-04-22
1
-1
/
+1
*
LTO: Verify the input even if optimize() isn't called
Duncan P. N. Exon Smith
2016-04-20
1
-2
/
+24
*
IR: Rename API for enabling ODR uniquing of DITypes, NFC
Duncan P. N. Exon Smith
2016-04-19
1
-1
/
+1
*
Keep only the splitCodegen version that takes a factory.
Rafael Espindola
2016-04-17
1
-9
/
+13
*
IR: Use an explicit map for debug info type uniquing
Duncan P. N. Exon Smith
2016-04-17
1
-0
/
+1
*
Simplify LTOInternalize into UpdateLLVMCompilerUsed
Mehdi Amini
2016-04-13
1
-2
/
+7
*
Move "ExternalSymbols" out of LTOInternalize (NFC)
Mehdi Amini
2016-04-13
1
-2
/
+18
*
Refactor Internalization pass to use as a callback instead of a StringSet (NFC)
Mehdi Amini
2016-04-13
1
-2
/
+16
*
Refactor the Internalize stage of libLTO in a separate file (NFC)
Mehdi Amini
2016-04-12
1
-135
/
+10
*
[gold] Save bitcode for module partitions (save-temps + split codegen).
Evgeniy Stepanov
2016-04-06
1
-4
/
+3
*
[PM] Port GVN to the new pass manager, wire it up, and teach a couple of
Chandler Carruth
2016-03-11
1
-1
/
+1
*
Rename -discard-value-names into -lto-discard-value-names in libLLVMLTO
Mehdi Amini
2016-03-10
1
-2
/
+2
*
Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini
2016-03-10
1
-0
/
+13
*
[PM] Port the PostOrderFunctionAttrs pass to the new pass manager and
Chandler Carruth
2016-02-18
1
-1
/
+1
*
[LTO] Support Statistics
Adam Nemet
2016-02-16
1
-0
/
+5
*
[LTO] Restore original linkage of externals prior to splitting
Tobias Edler von Koch
2016-01-18
1
-1
/
+41
*
[attrs] Split the late-revisit pattern for deducing norecurse in
Chandler Carruth
2016-01-08
1
-1
/
+2
*
Rename variables to reflect linker split (NFC)
Teresa Johnson
2015-12-18
1
-3
/
+3
[next]