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
/
lld
/
ELF
/
LTO.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-7
/
+7
*
[ELF] Reorder BitcodeFiles.empty() to call thinLTOCreateEmptyIndexFiles() in ...
Fangrui Song
2019-05-07
1
-2
/
+0
*
[ELF] --plugin-opt=thinlto-index-only: create empty index files even if all b...
Fangrui Song
2019-05-02
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify.
Rui Ueyama
2018-09-11
1
-1
/
+1
*
Improve error message for -thinlto-object-suffix-replace and simplify code.
Rui Ueyama
2018-05-17
1
-1
/
+1
*
Update ThinLTO Indexing logic
Rumeet Dhindsa
2018-05-08
1
-0
/
+1
*
Split BitcodeCompiler::init() into two functions. NFC.
Rui Ueyama
2018-05-07
1
-2
/
+0
*
Refactor ThinLTO-related code in BitcodeCompiler.cpp. NFC.
Rui Ueyama
2018-05-07
1
-1
/
+0
*
Refactor BitcodeCompiler::createLTO. NFC.
Rui Ueyama
2018-05-07
1
-1
/
+3
*
Added support for ThinLTO plugin options : thinlto-index-only and thinlto-pre...
Rumeet Dhindsa
2018-05-02
1
-0
/
+4
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
Make __start_sec __end_sec handling more precise.
Rafael Espindola
2017-07-26
1
-0
/
+2
*
[ELF] - Apply clang-format. NFC.
George Rimar
2017-07-18
1
-3
/
+3
*
ELF: Add ThinLTO caching support.
Peter Collingbourne
2017-03-01
1
-0
/
+1
*
[ELF] Use SyntheticSections for Thunks
Peter Smith
2017-02-01
1
-1
/
+1
*
Revert "[ELF][ARM] Use SyntheticSections for Thunks"
Rui Ueyama
2017-01-28
1
-1
/
+1
*
[ELF][ARM] Use SyntheticSections for Thunks
Peter Smith
2017-01-27
1
-1
/
+1
*
[ELF] Add support for thunks to undefined non-weak symbols
Peter Smith
2017-01-04
1
-1
/
+1
*
[ELF] Be compliant with LLVM and rename Lto into LTO. NFCI.
Davide Italiano
2016-11-26
1
-1
/
+1
*
Consolidate BumpPtrAllocators.
Rui Ueyama
2016-10-28
1
-1
/
+0
*
Reduce the number of allocators.
Rafael Espindola
2016-10-26
1
-0
/
+1
*
Keep a private member private.
Rui Ueyama
2016-09-29
1
-2
/
+2
*
Attempt to fix Windows buildbots.
Rui Ueyama
2016-09-29
1
-0
/
+2
*
Remove unused #includes.
Rui Ueyama
2016-09-29
1
-3
/
+0
*
[ELF/LTO] Switch to the new resolution-based API.
Davide Italiano
2016-09-29
1
-7
/
+10
*
Simplify InputFile ownership management.
Rui Ueyama
2016-09-14
1
-2
/
+2
*
ELF: Remove member variables that are used only in one function.
Rui Ueyama
2016-07-15
1
-2
/
+0
*
[LTO] Include ASM undefs in llvm.compiler_used.
Davide Italiano
2016-06-22
1
-0
/
+1
*
Delete dead variable.
Rafael Espindola
2016-04-28
1
-1
/
+0
*
Use a single context for lto.
Rafael Espindola
2016-04-28
1
-2
/
+0
*
Remove unused #include.
Rui Ueyama
2016-04-22
1
-1
/
+0
*
Move BitcodeCompiler constructor to the .cpp file. NFC.
Rui Ueyama
2016-04-22
1
-6
/
+1
*
[LTO] Discard names for Values that are not global.
Davide Italiano
2016-04-21
1
-0
/
+2
*
LTO: Adapt to LLVM API changes in r266713
Duncan P. N. Exon Smith
2016-04-19
1
-1
/
+1
*
Make CreateTargetMachine as small as possible.
Rafael Espindola
2016-04-17
1
-2
/
+2
*
LTO: Merge debug info types when linking bitcode
Duncan P. N. Exon Smith
2016-04-17
1
-1
/
+3
*
[LTO] Implement parallel Codegen for LTO using splitCodeGen.
Davide Italiano
2016-04-15
1
-3
/
+5
*
[LTO] Switch Module to std::unique_ptr<>.
Davide Italiano
2016-04-11
1
-2
/
+5
*
Make BitcodeCompiler::compile a non-template function. NFC.
Rui Ueyama
2016-03-29
1
-2
/
+2
*
[LTO] Internalize symbols.
Davide Italiano
2016-03-28
1
-0
/
+2
*
ELF: Split BitcodeCompiler::compile.
Rui Ueyama
2016-03-23
1
-0
/
+2
*
ELF: Create LTO.{cpp,h} and move LTO-related code to that file.
Rui Ueyama
2016-03-22
1
-0
/
+51