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
*
Remove trailing space
Fangrui Song
2018-07-30
1
-5
/
+5
*
[ThinLTO] Use std::map to get determistic imports files
Teresa Johnson
2018-07-10
1
-1
/
+7
*
[ThinLTO] Update ThinLTO cache file atimes when on Windows
Andrew Ng
2018-07-04
1
-1
/
+18
*
[ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)
Teresa Johnson
2018-06-06
1
-1
/
+1
*
CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...
Peter Collingbourne
2018-05-21
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+3
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Rename ObjectMemoryBuffer to SmallVectorMemoryBuffer; NFCI
Weiming Zhao
2018-04-16
1
-3
/
+3
*
NFC: Move ObjectMemoryBuffer to support
Weiming Zhao
2018-04-15
1
-1
/
+1
*
[LTO] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-6
/
+6
*
Prevent data races in concurrent ThinLTO processes.
Ekaterina Romanova
2018-03-30
1
-17
/
+14
*
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
[next]