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
/
LTOBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
More accurate header inclusions. NFC.
Peter Collingbourne
2017-03-28
1
-0
/
+1
*
IPO: Const correctness for summaries passed into passes.
Peter Collingbourne
2017-03-22
1
-7
/
+12
*
Perform symbol binding for .symver versioned symbols
Teresa Johnson
2017-03-09
1
-1
/
+1
*
[LTO] Add ability to emit assembly to new LTO API
Tobias Edler von Koch
2017-02-15
1
-2
/
+1
*
[LTO] Make sure we flush buffers to work around linker shenanigans.
Davide Italiano
2017-02-13
1
-2
/
+17
*
[lib/LTO] Initial support for optimization remarks in the new API.
Davide Italiano
2017-02-12
1
-0
/
+6
*
[LTO] Teach lib/LTO about the new pass manager.
Davide Italiano
2017-01-24
1
-4
/
+66
*
IPO, LTO: Plumb the summary from the LTO API into the pass manager.
Peter Collingbourne
2017-01-20
1
-6
/
+9
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-1
/
+1
*
[ThinLTO] Import composite types as declarations
Teresa Johnson
2016-12-16
1
-1
/
+2
*
Pass sample pgo flags to thinlto.
Dehao Chen
2016-12-16
1
-0
/
+1
*
[LTO] Reject modules without datalayout.
Davide Italiano
2016-12-14
1
-1
/
+0
*
LTO: Add support for multi-module bitcode files.
Peter Collingbourne
2016-12-14
1
-3
/
+5
*
Object: Extract a ModuleSymbolTable class from IRObjectFile.
Peter Collingbourne
2016-12-01
1
-1
/
+1
*
[lib/LTO] Rename few instances of Lto to LTO.
Davide Italiano
2016-11-24
1
-6
/
+6
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
1
-5
/
+3
*
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
-2
/
+1
*
Reduce global namespace pollution. NFC.
Benjamin Kramer
2016-10-18
1
-1
/
+1
*
Add explanatory comment.
Peter Collingbourne
2016-09-29
1
-0
/
+4
*
LTO: Fix use-after-scope error.
Peter Collingbourne
2016-09-29
1
-0
/
+1
*
LTO: Simplify caching interface.
Peter Collingbourne
2016-09-23
1
-27
/
+11
*
[lib/LTO] Try harder to reduce code duplication. NFCI.
Davide Italiano
2016-09-17
1
-13
/
+14
*
[LTO] Add ability to parse AA pipelines.
Davide Italiano
2016-09-16
1
-1
/
+10
*
[LTO] Prevent asm references to be dropped from the output.
Davide Italiano
2016-09-16
1
-0
/
+18
*
[lib/LTO] Fix a typo. NFC.
Davide Italiano
2016-09-14
1
-1
/
+1
*
[lib/LTO] Add a way to run a custom pipeline
Davide Italiano
2016-09-07
1
-1
/
+45
*
[LTO] Rename variables to be more explicative.
Davide Italiano
2016-09-07
1
-29
/
+30
*
[lib/LTO] Simplify a bit. NFCI.
Davide Italiano
2016-09-01
1
-4
/
+1
*
[lib/LTO] Factor out logic for running passes.
Davide Italiano
2016-08-31
1
-4
/
+7
*
[LTO] Remove extraneous output
Teresa Johnson
2016-08-29
1
-1
/
+0
*
[ThinLTO] Add caching to the new LTO API
Mehdi Amini
2016-08-23
1
-4
/
+22
*
[ThinLTO] Make sure the Context used for the ThinLTO backend has all the appr...
Mehdi Amini
2016-08-23
1
-0
/
+2
*
[LTO] Constify the Module Hook function (NFC)
Mehdi Amini
2016-08-22
1
-1
/
+1
*
[LTO] Add a "CodeGenOnly" option. Allows the client to skip the optimizer.
Mehdi Amini
2016-08-22
1
-2
/
+8
*
[LTO] Promote before performing weak resolution
Mehdi Amini
2016-08-18
1
-2
/
+2
*
[LTO] Change addSaveTemps API: do not add dot to the supplied prefix path
Mehdi Amini
2016-08-18
1
-5
/
+3
*
[LTO] Introduce an Output class to wrap the output stream creation (NFC)
Mehdi Amini
2016-08-17
1
-9
/
+11
*
[LTO] Rename variables with meaningul names, i.e. more than one character (NFC)
Mehdi Amini
2016-08-16
1
-15
/
+16
*
Fix type truncation warnings
Teresa Johnson
2016-08-11
1
-5
/
+6
*
Restore "Resolution-based LTO API."
Teresa Johnson
2016-08-11
1
-0
/
+284
*
Revert "Resolution-based LTO API."
Teresa Johnson
2016-08-11
1
-277
/
+0
*
Resolution-based LTO API.
Teresa Johnson
2016-08-11
1
-0
/
+277
[prev]