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
/
ThinLTOCodeGenerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "[LTO] Support filtering by hotness threshold"
Bob Haarman
2018-03-08
1
-3
/
+1
*
[LTO] Support filtering by hotness threshold
Adam Nemet
2018-02-26
1
-1
/
+3
*
Pass a reference to a module to the bitcode writer.
Rafael Espindola
2018-02-14
1
-2
/
+2
*
[ThinLTO] - Stop internalizing and drop non-prevailing symbols.
George Rimar
2018-01-29
1
-4
/
+16
*
[ThinLTO] Re-commit of dot dumper after test fix
Eugene Leviant
2018-01-22
1
-1
/
+1
*
Temporarily revert r323062 to investigate buildbot failures
Eugene Leviant
2018-01-21
1
-1
/
+1
*
[ThinLTO] Implement summary visualizer
Eugene Leviant
2018-01-21
1
-1
/
+1
*
[ThinLTO] - Remove code duplication. NFC.
George Rimar
2018-01-17
1
-22
/
+17
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
Adrian Prantl
2017-10-02
1
-3
/
+1
*
Revert "[ThinLTO] Avoid archive member collisions with old API"
Johan Engelen
2017-09-17
1
-3
/
+1
*
[ThinLTO] Avoid archive member collisions with old API
Johan Engelen
2017-09-17
1
-1
/
+3
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-3
/
+3
*
[ThinLTO] Remove unnecessary include of Linker.h (NFC)
Teresa Johnson
2017-06-22
1
-1
/
+0
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
(NFC) Track global summary liveness in GVFlags.
Evgeniy Stepanov
2017-06-01
1
-8
/
+8
*
Revert "Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenera...
Adrian Prantl
2017-05-20
1
-1
/
+33
*
Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator."
Adrian Prantl
2017-05-19
1
-33
/
+2
*
ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.
Adrian Prantl
2017-05-19
1
-2
/
+33
*
[ThinLTO] Do not assert when adding a module with a different but
Akira Hatanaka
2017-05-18
1
-21
/
+17
*
[LTO] Print time-passes information at conclusion of LTO codegen
James Henderson
2017-05-16
1
-0
/
+1
*
Ensure non-null ProfileSummaryInfo passed to ModuleSummaryIndex builder
Teresa Johnson
2017-05-10
1
-1
/
+1
*
Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...
Peter Collingbourne
2017-05-04
1
-2
/
+3
*
Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...
Eric Liu
2017-05-04
1
-3
/
+2
*
IR: Use pointers instead of GUIDs to represent edges in the module summary. N...
Peter Collingbourne
2017-05-04
1
-2
/
+3
*
Bitcode: Make the summary reader responsible for merging. NFCI.
Peter Collingbourne
2017-05-01
1
-10
/
+5
*
Object: Remove ModuleSummaryIndexObjectFile class.
Peter Collingbourne
2017-05-01
1
-10
/
+7
*
Support: Add a VCSRevision.h header file.
Peter Collingbourne
2017-04-13
1
-5
/
+2
*
Add support for -fno-builtin to LTO and ThinLTO to libLTO
Mehdi Amini
2017-03-28
1
-7
/
+10
*
Support, LTO: When pruning a directory, ignore files matching a prefix.
Peter Collingbourne
2017-03-20
1
-1
/
+4
*
Support: Simplify the CachePruning API. NFCI.
Peter Collingbourne
2017-03-15
1
-5
/
+1
*
[ThinLTO] Make a copy of buffer identifier in ThinLTOCodeGenerator
Mehdi Amini
2017-02-14
1
-14
/
+17
*
[LTO] Share the optimization remarks setup between Thin/Full LTO.
Davide Italiano
2017-02-10
1
-22
/
+2
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-03
1
-34
/
+26
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-03
1
-26
/
+34
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-34
/
+26
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-26
/
+34
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-30
/
+22
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-22
/
+30
*
[ThinLTO] The "codegen only" path didn't honor the recently added file-based API
Mehdi Amini
2017-01-20
1
-15
/
+19
*
[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
1
-13
/
+29
*
[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
1
-7
/
+10
*
[ThinLTO] Add an API to trigger file-based API for returning objects to the l...
Mehdi Amini
2016-12-14
1
-19
/
+86
*
[LTOs] Allow generation of hotness information
Adam Nemet
2016-12-02
1
-0
/
+4
*
LTO: Remove ModuleLoader, make loadModuleFromBuffer static and move into its ...
Peter Collingbourne
2016-12-01
1
-1
/
+24
*
[ThinLTO] Implement -pass-remarks-output in ThinLTOCodeGenerator
Mehdi Amini
2016-11-19
1
-0
/
+27
*
[ThinLTO] Only promote exported locals as marked in index
Teresa Johnson
2016-11-14
1
-0
/
+15
[prev]
[next]