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
/
ICF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve parallelism of ICF.
Rui Ueyama
2017-05-24
1
-2
/
+2
*
Rename parallelFor -> parallelForEachN.
Rui Ueyama
2017-05-10
1
-1
/
+1
*
[ELF] Mark ARM Exceptions that refer to folded code as not live
Peter Smith
2017-04-13
1
-0
/
+9
*
Rename forEach -> parallelForEach and forLoop -> parallelFor.
Rui Ueyama
2017-03-22
1
-2
/
+3
*
Compute Config member function return values only once.
Rui Ueyama
2017-03-17
1
-1
/
+1
*
Remove unnecessary template. NFC.
Rafael Espindola
2017-03-08
1
-3
/
+2
*
Remove Config->Mips64EL and define Config->isMips64EL() instead.
Rui Ueyama
2017-03-07
1
-1
/
+1
*
ELF ICF: Merge only functions.
Rui Ueyama
2017-02-28
1
-2
/
+2
*
De-template DefinedRegular.
Rui Ueyama
2017-02-28
1
-2
/
+2
*
Move SymbolTable<ELFT>::Sections out of the class.
Rui Ueyama
2017-02-27
1
-4
/
+3
*
Make InputSection a class. NFC.
Rafael Espindola
2017-02-23
1
-27
/
+25
*
Convert InputSectionBase to a class.
Rafael Espindola
2017-02-23
1
-9
/
+11
*
ELF: Fix ICF crash on absolute symbol relocations.
Peter Collingbourne
2017-01-20
1
-1
/
+5
*
Fix typo.
Rui Ueyama
2017-01-15
1
-2
/
+2
*
Use "equivalence class" instead of "color" to describe the concept in ICF.
Rui Ueyama
2016-12-05
1
-77
/
+84
*
Simplify ICF alignment handling.
Rui Ueyama
2016-12-05
1
-5
/
+1
*
Re-implement the optimization that I removed in r288527.
Rui Ueyama
2016-12-04
1
-23
/
+41
*
Factor out common code to a header.
Rui Ueyama
2016-12-03
1
-4
/
+3
*
Remove a wrong performance optimization.
Rui Ueyama
2016-12-02
1
-9
/
+2
*
Removed a wrong assertion about non-colorable sections.
Rui Ueyama
2016-12-02
1
-3
/
+4
*
Fix the worse case performance of ICF.
Rui Ueyama
2016-12-02
1
-90
/
+89
*
Fix undefined behavior.
Rui Ueyama
2016-12-02
1
-7
/
+9
*
Add an assert instead of ignoring an impossible condition.
Rui Ueyama
2016-12-01
1
-2
/
+5
*
Updates file comments and variable names.
Rui Ueyama
2016-12-01
1
-75
/
+84
*
Parallelize ICF to make LLD's ICF really fast.
Rui Ueyama
2016-12-01
1
-33
/
+85
*
Change how we manage groups in ICF.
Rui Ueyama
2016-11-30
1
-82
/
+114
*
Update comments.
Rui Ueyama
2016-11-20
1
-8
/
+11
*
Use auto for obvious types.
Rui Ueyama
2016-11-20
1
-2
/
+2
*
Do not expose ICF class from the file.
Rui Ueyama
2016-11-20
1
-81
/
+35
*
Refactor ICF.
Rui Ueyama
2016-11-19
1
-25
/
+25
*
Use std::equal instead of hand-written loops.
Rui Ueyama
2016-11-19
1
-34
/
+24
*
Parse relocations only once.
Rafael Espindola
2016-11-10
1
-31
/
+11
*
Add a convenience getObj method. NFC.
Rafael Espindola
2016-11-09
1
-4
/
+4
*
Don't add null and discarded sections to the global list.
Rafael Espindola
2016-11-08
1
-1
/
+1
*
Create a vector containing all input sections.
Rui Ueyama
2016-11-05
1
-4
/
+3
*
Now that the ELFFile constructor does nothing, create it when needed.
Rafael Espindola
2016-11-03
1
-4
/
+4
*
Update for llvm change.
Rafael Espindola
2016-11-03
1
-4
/
+4
*
Delete trivial getters. NFC.
Rafael Espindola
2016-10-26
1
-3
/
+3
*
Delete getSectionHdr.
Rafael Espindola
2016-10-25
1
-5
/
+4
*
Simplify InputFile ownership management.
Rui Ueyama
2016-09-14
1
-2
/
+1
*
Store an ArrayRef for Data in InputSectionData.
Rafael Espindola
2016-09-12
1
-2
/
+1
*
Compute section names only once.
Rafael Espindola
2016-09-08
1
-3
/
+3
*
[ELF] ICF should respect section alignment
Petr Hosek
2016-08-22
1
-1
/
+5
*
Do not pass Symtab to markLive/doICF since Symtab is globally accessible.
Rui Ueyama
2016-05-02
1
-14
/
+12
*
ELF: Move code to where it is used, and related cleanups. NFC.
Peter Collingbourne
2016-04-26
1
-11
/
+2
*
Call repl in getSymbolBody. NFC.
Rafael Espindola
2016-04-26
1
-1
/
+1
*
Update for llvm change.
Rafael Espindola
2016-04-05
1
-10
/
+6
*
Don't store an Elf_Sym for most symbols.
Rafael Espindola
2016-04-04
1
-2
/
+2
*
Error/warning/log messages should start with lowercase letters.
George Rimar
2016-03-15
1
-2
/
+2
*
Use ELFT instead of ELFFile<ELFT>.
Rui Ueyama
2016-03-14
1
-3
/
+3
[next]