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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLP
Wei Mi
2020-01-09
1
-0
/
+3
*
Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355ae
Rui Ueyama
2019-12-13
1
-3
/
+0
*
temporary
Rui Ueyama
2019-12-13
1
-0
/
+3
*
[ELF] Replace SymbolTable::forEachSymbol with iterator_range symbols()
Fangrui Song
2019-11-26
1
-2
/
+2
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-2
/
+5
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[ELF] Support explicitly overriding relocation model in LTO
Petr Hosek
2019-07-20
1
-1
/
+3
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
1
-3
/
+3
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-145
/
+145
*
[Remarks] Extend -fsave-optimization-record to specify the format
Francis Visoiu Mistrih
2019-06-17
1
-0
/
+1
*
Use SymbolTable::insert() to implement --trace.
Rui Ueyama
2019-05-28
1
-2
/
+2
*
Remove LazyObjFile::AddedToLink.
Rui Ueyama
2019-05-23
1
-1
/
+1
*
Make replaceSymbol a member function of Symbol.
Rui Ueyama
2019-05-20
1
-2
/
+2
*
Move symbol resolution code out of SymbolTable class.
Rui Ueyama
2019-05-17
1
-6
/
+2
*
Simplify SymbolTable::add{Defined,Undefined,...} functions.
Rui Ueyama
2019-05-16
1
-2
/
+2
*
[ELF] Reorder BitcodeFiles.empty() to call thinLTOCreateEmptyIndexFiles() in ...
Fangrui Song
2019-05-07
1
-7
/
+8
*
[ELF] --plugin-opt=thinlto-index-only: create empty index files even if all b...
Fangrui Song
2019-05-02
1
-18
/
+19
*
Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+1
*
Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-1
/
+0
*
[Remarks] Add -foptimization-record-passes to filter remark emission
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+1
*
[PGO] Add options for context-sensitive PGO
Rong Xu
2019-03-11
1
-0
/
+3
*
Output ELF files after ThinLTO is run.
Bill Wendling
2019-02-26
1
-12
/
+15
*
Fix names of functions in TargetOptionsCommandFlags.h. NFC.
Sam Clegg
2019-02-01
1
-4
/
+4
*
[LTO] Set CGOptLevel in LTO config.
Sam Clegg
2019-01-30
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add --plugin-opt=emit-llvm option.
Rui Ueyama
2018-12-14
1
-0
/
+8
*
Set MAttrs in LTO mode
Fangrui Song
2018-11-01
1
-0
/
+1
*
Simplify.
Rui Ueyama
2018-09-11
1
-22
/
+14
*
ELF: Enable address-significance tables during LTO.
Peter Collingbourne
2018-08-06
1
-1
/
+2
*
Support option -plugin-opt=dwo_dir=
Yunlian Jiang
2018-07-16
1
-0
/
+1
*
[ELF] - Remove dead code. NFC.
George Rimar
2018-07-05
1
-3
/
+0
*
[ThinLTO/lld] Document constant bool ModuleSummaryIndex parameter (NFC)
Teresa Johnson
2018-06-06
1
-1
/
+1
*
Revert "[ELF] Simplify. NFC"
Fangrui Song
2018-05-23
1
-2
/
+2
*
Code cleanup in preparation for adding LTO for wasm. NFC.
Sam Clegg
2018-05-22
1
-22
/
+0
*
[ELF] Simplify. NFC
Fangrui Song
2018-05-22
1
-2
/
+2
*
Improve error message for -thinlto-object-suffix-replace and simplify code.
Rui Ueyama
2018-05-17
1
-24
/
+28
*
Add support for ThinLTO plugin option thinlto-object-suffix-replace
Rumeet Dhindsa
2018-05-16
1
-1
/
+2
*
Add support for LTO plugin option obj-path
Rumeet Dhindsa
2018-05-08
1
-2
/
+2
*
Update ThinLTO Indexing logic
Rumeet Dhindsa
2018-05-08
1
-24
/
+36
*
Refactor BitcodeCompiler::add(). NFC.
Rui Ueyama
2018-05-08
1
-8
/
+7
*
Fix a bug that a copy of a large vector was created. NFC.
Rui Ueyama
2018-05-08
1
-1
/
+1
*
Rename a local variable whose scope is very narrow. NFC.
Rui Ueyama
2018-05-07
1
-3
/
+3
*
Rename Config::ThinLTOIndexOnlyObjectFiles -> Config::ThinLTOIndexOnlyArg.
Rui Ueyama
2018-05-07
1
-4
/
+4
*
Split BitcodeCompiler::init() into two functions. NFC.
Rui Ueyama
2018-05-07
1
-32
/
+33
*
Add support for thinlto option ( thinlto-emit-imports-files) to emit import f...
Rumeet Dhindsa
2018-05-07
1
-7
/
+14
*
Do not call exit() directly from lld.
Rui Ueyama
2018-05-07
1
-1
/
+3
*
Refactor ThinLTO-related code in BitcodeCompiler.cpp. NFC.
Rui Ueyama
2018-05-07
1
-52
/
+34
*
Do not pass Config members to simplify function signature. NFC.
Rui Ueyama
2018-05-07
1
-9
/
+4
*
Parse --thinlto-prefix-replace early so that we don't need to parse it later....
Rui Ueyama
2018-05-07
1
-16
/
+10
[next]