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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LTO] Teach lib/LTO about the new pass manager.
Davide Italiano
2017-01-24
1
-4
/
+66
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-1
/
+1
*
[ThinLTO] Don't perform computeDeadSymbols during O0 link, as the result is n...
Mehdi Amini
2017-01-20
1
-13
/
+13
*
[ThinLTO] The "codegen only" path didn't honor the recently added file-based API
Mehdi Amini
2017-01-20
1
-15
/
+19
*
IPO, LTO: Plumb the summary from the LTO API into the pass manager.
Peter Collingbourne
2017-01-20
2
-7
/
+10
*
[ThinLTO] Drop non-prevailing non-ODR weak to declarations
Teresa Johnson
2017-01-20
1
-3
/
+1
*
LTO: Flush the resolution file after writing to it.
Peter Collingbourne
2017-01-19
1
-0
/
+1
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-3
/
+4
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-1
/
+1
*
[ThinLTO] Hash more part of the config to build cache entries
Mehdi Amini
2017-01-10
1
-2
/
+34
*
[ThinLTO] Expected<> return values need to be handled to avoid an assertion
Mehdi Amini
2017-01-08
1
-1
/
+8
*
ThinLTO: add early "dead-stripping" on the Index
Teresa Johnson
2017-01-05
2
-18
/
+65
*
[lib/LTO] Simplify logic removing set but unused variable. NFCI.
Davide Italiano
2017-01-04
1
-9
/
+3
*
[ThinLTO] Honor -O{0,1,2,4} passed through the libLTO interface for ThinLTO
Mehdi Amini
2016-12-28
1
-6
/
+8
*
[ThinLTO] Import composite types as declarations
Teresa Johnson
2016-12-16
3
-10
/
+16
*
Pass sample pgo flags to thinlto.
Dehao Chen
2016-12-16
2
-0
/
+7
*
[LTO] Reject modules without datalayout.
Davide Italiano
2016-12-14
3
-2
/
+5
*
[ThinLTO] Add an API to trigger file-based API for returning objects to the l...
Mehdi Amini
2016-12-14
1
-19
/
+86
*
LTO: Add support for multi-module bitcode files.
Peter Collingbourne
2016-12-14
2
-61
/
+117
*
LTO: Port the legacy LTO API to ModuleSymbolTable.
Peter Collingbourne
2016-12-13
1
-21
/
+19
*
LTO: Port the new LTO API to ModuleSymbolTable.
Peter Collingbourne
2016-12-13
1
-44
/
+48
*
[ThinLTO] Import only necessary DICompileUnit fields
Teresa Johnson
2016-12-12
1
-1
/
+2
*
LTO: Hash the parts of the LTO configuration that affect code generation.
Peter Collingbourne
2016-12-08
1
-3
/
+36
*
[LTOs] Allow generation of hotness information
Adam Nemet
2016-12-02
2
-0
/
+13
*
Object: Extract a ModuleSymbolTable class from IRObjectFile.
Peter Collingbourne
2016-12-01
1
-1
/
+1
*
LTO: Remove ModuleLoader, make loadModuleFromBuffer static and move into its ...
Peter Collingbourne
2016-12-01
2
-21
/
+24
*
LTO: Remove Symbol::getIRName().
Peter Collingbourne
2016-12-01
1
-1
/
+4
*
[LTO] Move finishOptimizationRemarks after codegen
Adam Nemet
2016-11-28
1
-2
/
+2
*
[lib/LTO] Rename few instances of Lto to LTO.
Davide Italiano
2016-11-24
1
-6
/
+6
*
Rename option to -lto-pass-remarks-output
Adam Nemet
2016-11-22
1
-1
/
+1
*
Give some helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-11-19
1
-0
/
+4
*
[ThinLTO] Implement -pass-remarks-output in ThinLTOCodeGenerator
Mehdi Amini
2016-11-19
2
-7
/
+34
*
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
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
[ThinLTO] Only promote exported locals as marked in index
Teresa Johnson
2016-11-14
1
-0
/
+15
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
3
-43
/
+25
*
Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.
Peter Collingbourne
2016-11-11
2
-16
/
+9
*
Bitcode: Clean up error handling for certain bitcode query functions.
Peter Collingbourne
2016-11-11
3
-15
/
+32
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
5
-5
/
+8
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
2
-20
/
+20
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
3
-3
/
+6
*
Don't store Twine in a local variable.
Eli Friedman
2016-11-08
1
-2
/
+1
*
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
Peter Collingbourne
2016-11-08
3
-9
/
+5
*
[LTO] Add error message on IO error in compileOptimizedToFile.
Eli Friedman
2016-11-07
1
-0
/
+2
*
[ThinLTO] Disable importing and other cross-module optis at -O0
Teresa Johnson
2016-10-31
1
-27
/
+31
*
[ThinLTO] Correctly resolve linkonce when importing aliasee
Teresa Johnson
2016-10-30
1
-3
/
+8
*
Utility functions for appending to llvm.used/llvm.compiler.used.
Evgeniy Stepanov
2016-10-25
2
-51
/
+21
*
fix warning
Rafael Espindola
2016-10-25
1
-0
/
+1
*
Make the LTO comdat api more symbol table friendly.
Rafael Espindola
2016-10-25
1
-2
/
+29
[next]