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
*
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
*
Create a SymbolBody for locals.
Rafael Espindola
2016-03-11
1
-19
/
+8
*
Rename elf2 to elf.
Rafael Espindola
2016-02-28
1
-7
/
+7
*
ELF: Remove relSize function from ICF.cpp. NFC.
Rui Ueyama
2016-02-27
1
-11
/
+3
*
Fix unsafe dereference.
Rui Ueyama
2016-02-26
1
-2
/
+2
*
Fix typo in comment.
Rui Ueyama
2016-02-26
1
-2
/
+2
*
ELF: Define log() to print out message if --verbose is given.
Rui Ueyama
2016-02-25
1
-6
/
+3
*
ELF: Implement ICF.
Rui Ueyama
2016-02-25
1
-0
/
+382