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
/
LTO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LTO] Add ability to emit assembly to new LTO API
Tobias Edler von Koch
2017-02-15
1
-0
/
+1
*
[LTO] Share the optimization remarks setup between Thin/Full LTO.
Davide Italiano
2017-02-10
1
-0
/
+24
*
IRMover: Merge flags LinkModuleInlineAsm and IsPerformingImport.
Peter Collingbourne
2017-02-03
1
-1
/
+0
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-03
1
-19
/
+7
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-03
1
-7
/
+19
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-19
/
+7
*
[lto] add getLinkerOpts()
Bob Haarman
2017-02-02
1
-0
/
+30
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-7
/
+19
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-19
/
+7
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-7
/
+19
*
LTO: Link non-prevailing weak_odr or linkonce_odr globals into the combined m...
Peter Collingbourne
2017-02-02
1
-4
/
+17
*
Linker: Move special casing for available_externally in IRMover to clients. N...
Peter Collingbourne
2017-02-02
1
-13
/
+22
*
[ThinLTO] Don't perform computeDeadSymbols during O0 link, as the result is n...
Mehdi Amini
2017-01-20
1
-13
/
+13
*
IPO, LTO: Plumb the summary from the LTO API into the pass manager.
Peter Collingbourne
2017-01-20
1
-1
/
+1
*
[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
*
ThinLTO: add early "dead-stripping" on the Index
Teresa Johnson
2017-01-05
1
-5
/
+36
*
[lib/LTO] Simplify logic removing set but unused variable. NFCI.
Davide Italiano
2017-01-04
1
-9
/
+3
*
[ThinLTO] Import composite types as declarations
Teresa Johnson
2016-12-16
1
-2
/
+4
*
Pass sample pgo flags to thinlto.
Dehao Chen
2016-12-16
1
-0
/
+6
*
[LTO] Reject modules without datalayout.
Davide Italiano
2016-12-14
1
-0
/
+5
*
LTO: Add support for multi-module bitcode files.
Peter Collingbourne
2016-12-14
1
-58
/
+112
*
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
*
LTO: Remove ModuleLoader, make loadModuleFromBuffer static and move into its ...
Peter Collingbourne
2016-12-01
1
-20
/
+0
*
LTO: Remove Symbol::getIRName().
Peter Collingbourne
2016-12-01
1
-1
/
+4
*
Give some helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-11-19
1
-0
/
+4
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
1
-29
/
+17
*
Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.
Peter Collingbourne
2016-11-11
1
-4
/
+3
*
Bitcode: Clean up error handling for certain bitcode query functions.
Peter Collingbourne
2016-11-11
1
-2
/
+4
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+2
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-10
/
+10
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
1
-1
/
+2
*
IR, Bitcode: Change bitcode reader to no longer own its memory buffer.
Peter Collingbourne
2016-11-08
1
-3
/
+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
*
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
*
[ThinLTO] Default backend threads to heavyweight_hardware_concurrency
Teresa Johnson
2016-10-19
1
-1
/
+3
*
[ThinLTO] Don't link module level assembly when importing
Teresa Johnson
2016-10-12
1
-1
/
+2
*
ThinLTO: don't perform incremental LTO on module without a hash
Mehdi Amini
2016-10-08
1
-2
/
+6
*
ThinLTO: handles modules with empty summaries
Mehdi Amini
2016-10-08
1
-3
/
+5
*
LTO: Simplify caching interface.
Peter Collingbourne
2016-09-23
1
-38
/
+39
*
[ThinLTO] Emit files for distributed builds for all modules
Teresa Johnson
2016-09-21
1
-20
/
+20
*
[ThinLTO] Always emit a summary when compiling in ThinLTO mode
Teresa Johnson
2016-09-20
1
-0
/
+10
*
[LTO] Fix handling of mixed (regular and thin) mode LTO
Teresa Johnson
2016-09-16
1
-6
/
+9
*
[LTO] Fix commons handling
Mehdi Amini
2016-09-14
1
-3
/
+7
*
[LTO] Don't pass SF_Undefined symbols to the IRmover.
Davide Italiano
2016-09-13
1
-0
/
+2
*
[LTO] Constify (NFC)
Mehdi Amini
2016-09-06
1
-16
/
+20
[next]