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
*
Revert "[LTO] Support filtering by hotness threshold"
Bob Haarman
2018-03-08
1
-8
/
+1
*
[LTO] Support filtering by hotness threshold
Adam Nemet
2018-02-26
1
-1
/
+8
*
Pass a reference to a module to the bitcode writer.
Rafael Espindola
2018-02-14
1
-1
/
+1
*
Fix more inconsistent line endings. NFC.
Dimitry Andric
2017-12-18
1
-9
/
+9
*
Remove redundant includes from lib/LTO.
Michael Zolotukhin
2017-12-13
1
-3
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Add llvm::for_each as a range-based extensions to <algorithm> and make use of...
Aaron Ballman
2017-11-03
1
-11
/
+9
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
1
-1
/
+0
*
[raw_fd_ostream] report actual error in error messages
Bob Haarman
2017-10-24
1
-3
/
+5
*
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
Adrian Prantl
2017-10-02
1
-12
/
+1
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-2
/
+2
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-8
/
+16
*
This reverts r313381
Vivek Pandya
2017-09-15
1
-16
/
+8
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-8
/
+16
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-3
/
+2
*
[LTO] Print time-passes information at conclusion of LTO codegen
James Henderson
2017-05-16
1
-0
/
+1
*
LTO: Don't verify modules twice in verifyMergedModuleOnce
Adrian Prantl
2017-05-12
1
-10
/
+7
*
Add support for -fno-builtin to LTO and ThinLTO to libLTO
Mehdi Amini
2017-03-28
1
-0
/
+2
*
Split the SimplifyCFG pass into two variants.
Joerg Sonnenberger
2017-03-26
1
-0
/
+1
*
[LTO] Share the optimization remarks setup between Thin/Full LTO.
Davide Italiano
2017-02-10
1
-19
/
+3
*
[lib/LTO] Rework optimization remarkers setup.
Davide Italiano
2017-02-10
1
-16
/
+19
*
[LTOs] Allow generation of hotness information
Adam Nemet
2016-12-02
1
-0
/
+9
*
[LTO] Move finishOptimizationRemarks after codegen
Adam Nemet
2016-11-28
1
-2
/
+2
*
Rename option to -lto-pass-remarks-output
Adam Nemet
2016-11-22
1
-1
/
+1
*
[ThinLTO] Implement -pass-remarks-output in ThinLTOCodeGenerator
Mehdi Amini
2016-11-19
1
-7
/
+7
*
Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC)
Mehdi Amini
2016-11-19
1
-1
/
+1
*
[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
[next]