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
*
[LTO] Add option to generate optimization records
Adam Nemet
2016-11-18
1
-0
/
+34
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+1
*
Don't store Twine in a local variable.
Eli Friedman
2016-11-08
1
-2
/
+1
*
[LTO] Add error message on IO error in compileOptimizedToFile.
Eli Friedman
2016-11-07
1
-0
/
+2
*
Utility functions for appending to llvm.used/llvm.compiler.used.
Evgeniy Stepanov
2016-10-25
1
-18
/
+6
*
LTO: Use the correct mangler function in LTOCodeGenerator::applyScopeRestrict...
Peter Collingbourne
2016-10-12
1
-2
/
+2
*
Recommit "Use StringRef in LTOModule implementation (NFC)""
Mehdi Amini
2016-10-07
1
-1
/
+1
*
Revert "Use StringRef in LTOModule implementation (NFC)"
Mehdi Amini
2016-10-06
1
-1
/
+1
*
Use StringRef in LTOCodegenerator (NFC)
Mehdi Amini
2016-10-01
1
-4
/
+4
*
Use StringRef in LTOModule implementation (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[lib/LTO] Simplify. No functional change intended.
Davide Italiano
2016-09-02
1
-11
/
+6
*
[lib/LTO] Add an assertion to catch invalid opt levels.
Davide Italiano
2016-08-26
1
-4
/
+5
*
[LTOCodeGenerator] Reduce code duplication. NFCI.
Davide Italiano
2016-08-23
1
-8
/
+8
*
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
[next]