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
*
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
*
Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.
Peter Collingbourne
2016-11-11
1
-12
/
+6
*
Bitcode: Clean up error handling for certain bitcode query functions.
Peter Collingbourne
2016-11-11
1
-3
/
+12
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+2
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
1
-1
/
+2
*
Remove TimeValue usage from llvm/Support
Pavel Labath
2016-10-24
1
-2
/
+2
*
[ThinLTO] Default backend threads to heavyweight_hardware_concurrency
Teresa Johnson
2016-10-19
1
-2
/
+3
*
ThinLTO: don't perform incremental LTO on module without a hash
Mehdi Amini
2016-10-08
1
-2
/
+7
*
ThinLTO: handles modules with empty summaries
Mehdi Amini
2016-10-08
1
-0
/
+4
*
Refactor the ProfileSummaryInfo to use doInitialization and doFinalization to...
Dehao Chen
2016-09-28
1
-1
/
+1
*
Fix the bug introduced in r282616.
Dehao Chen
2016-09-28
1
-1
/
+1
*
[thinlto] Basic thinlto fdo heuristic
Piotr Padlewski
2016-09-26
1
-1
/
+3
*
[PM] Rework the new PM support for building the ModuleSummaryIndex to
Chandler Carruth
2016-08-19
1
-2
/
+2
*
[LTO] Simplify APIs and constify (NFC)
Mehdi Amini
2016-08-16
1
-2
/
+2
*
[ThinLTO] Fix temp file dumping, enable via llvm-lto and test it
Teresa Johnson
2016-08-15
1
-2
/
+2
*
Move legacy LTO interface headers to legacy/ directory.
Peter Collingbourne
2016-07-14
1
-1
/
+1
*
ThinLTO: Do not take into account whether a definition has multiple copies wh...
Peter Collingbourne
2016-07-07
1
-19
/
+3
*
[UpdateCompilerUsed] API rename and cleanup, suggested by Rafaael.
Davide Italiano
2016-06-22
1
-1
/
+0
*
[LTO] Move UpdateCompilerUsed.h from lib/ to include/
Davide Italiano
2016-06-22
1
-1
/
+1
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
[ThinLTO] Refactor ODR resolution and internalization (NFC)
Teresa Johnson
2016-05-25
1
-174
/
+0
*
[ThinLTO] Handle empty exports list for module.
Teresa Johnson
2016-05-24
1
-6
/
+9
*
[ThinLTO] Fix bot failures by avoiding threaded map modifications
Teresa Johnson
2016-05-24
1
-3
/
+5
*
[ThinLTO] Change ODR resolution and internalization to be index-based
Teresa Johnson
2016-05-24
1
-194
/
+272
*
[ThinLTO] Refactor module loader handling into new LTO file (NFC)
Teresa Johnson
2016-05-23
1
-43
/
+1
*
ThinLTO: sort inputs and schedule by decreasing size
Mehdi Amini
2016-05-16
1
-4
/
+18
*
ThinLTO caching: reload cached file with mmap and drop heap-allocated memory ...
Mehdi Amini
2016-05-16
1
-5
/
+14
*
ThinLTOCodeGenerator: fix race condition found using TSAN
Mehdi Amini
2016-05-15
1
-0
/
+5
*
ThinLTOCodeGenerator: handle cases where temporary files can't be renamed
Mehdi Amini
2016-05-14
1
-2
/
+6
[next]