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
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-1
/
+1
*
Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355ae
Rui Ueyama
2019-12-13
1
-2
/
+0
*
temporary
Rui Ueyama
2019-12-13
1
-0
/
+2
*
[ELF] Move a computeIsPreemptible() pass into ICF. NFC
Fangrui Song
2019-12-10
1
-0
/
+6
*
[ELF] --icf: do not fold preemptible symbols
Fangrui Song
2019-12-10
1
-0
/
+7
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-7
/
+10
*
[ELF] ICF: change a dyn_cast<InputSection> to cast
Fangrui Song
2019-09-12
1
-4
/
+5
*
Reland D66717 [ELF] Do not ICF two sections with different output sections (b...
Fangrui Song
2019-09-06
1
-2
/
+2
*
Revert "Revert r370635, it caused PR43241."
Fangrui Song
2019-09-06
1
-4
/
+13
*
Revert r370635, it caused PR43241.
Nico Weber
2019-09-06
1
-13
/
+4
*
[ELF] Do not ICF two sections with different output sections (by SECTIONS com...
Fangrui Song
2019-09-02
1
-4
/
+13
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-1
/
+1
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-162
/
+162
*
ELF: Add basic partition data structures and behaviours.
Peter Collingbourne
2019-05-29
1
-2
/
+2
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-4
/
+3
*
COFF, ELF: ICF: Perform 2 rounds of relocation hash propagation.
Peter Collingbourne
2019-01-22
1
-11
/
+14
*
COFF, ELF: Adjust ICF hash computation to account for self relocations.
Peter Collingbourne
2019-01-22
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Make a member function non-member. NFC.
Rui Ueyama
2018-11-27
1
-8
/
+4
*
ELF: ICF: Include contents of referenced sections in initial partitioning has...
Peter Collingbourne
2018-11-26
1
-2
/
+27
*
Avoid unnecessary buffer allocation and memcpy for compressed sections.
Rui Ueyama
2018-10-08
1
-2
/
+2
*
ELF: Don't examine values of linker script symbols during ICF.
Peter Collingbourne
2018-08-29
1
-1
/
+4
*
Make ICF log output order deterministic.
Rui Ueyama
2018-07-31
1
-1
/
+1
*
Reland r338088, "ELF: Make --print-icf-sections output deterministic."
Peter Collingbourne
2018-07-27
1
-8
/
+3
*
Revert "ELF: Make --print-icf-sections output deterministic."
Ilya Biryukov
2018-07-27
1
-3
/
+8
*
ELF: Make --print-icf-sections output deterministic.
Peter Collingbourne
2018-07-26
1
-8
/
+3
*
ELF: Do not ICF SHF_LINK_ORDER sections.
Peter Collingbourne
2018-07-25
1
-0
/
+5
*
Revert r337638, "ELF: Make sections with KeepUnique bit eligible for ICF."
Peter Collingbourne
2018-07-23
1
-23
/
+4
*
ELF: Read address significance tables with --icf=all.
Peter Collingbourne
2018-07-21
1
-6
/
+0
*
ELF: Make sections with KeepUnique bit eligible for ICF.
Peter Collingbourne
2018-07-21
1
-4
/
+23
*
ELF: Implement --icf=safe using address-significance tables.
Peter Collingbourne
2018-07-18
1
-2
/
+3
*
Revert r335460 "[ELF] - ICF: Remove dead code. NFC."
George Rimar
2018-06-25
1
-0
/
+3
*
[ELF] - ICF: Remove dead code. NFC.
George Rimar
2018-06-25
1
-3
/
+0
*
[ELF] - ICF: remove excessive check. NFC.
George Rimar
2018-06-22
1
-3
/
+0
*
[ELF] Pass callables by function_ref
Benjamin Kramer
2018-06-16
1
-5
/
+5
*
ELF: Do not ICF sections named with a C identifier.
Peter Collingbourne
2018-05-23
1
-0
/
+6
*
ELF: Do not ICF two sections with different output sections.
Peter Collingbourne
2018-05-23
1
-0
/
+8
*
ELF: Allow ICF on .data.rel.ro sections.
Peter Collingbourne
2018-05-22
1
-2
/
+7
*
[ELF] Implement --keep-unique option
Peter Smith
2018-05-15
1
-1
/
+2
*
[lld] fix data race in ELF/ICF.cpp
Bob Haarman
2018-04-03
1
-12
/
+18
*
Move code so that the code matches with a comment. NFC.
Rui Ueyama
2018-03-28
1
-5
/
+9
*
[ELF] Disable ICF for synthetic sections
Andrew Ng
2018-03-27
1
-0
/
+7
*
Recommit "[ELF] - Do not crash with --emit-relocs and --icf=all together."
George Rimar
2018-02-23
1
-9
/
+6
*
Use toString to stringize sections and files.
Rui Ueyama
2018-02-13
1
-7
/
+5
*
Fix coding style error.
Rui Ueyama
2018-02-13
1
-3
/
+3
*
Fixed extra ‘;’ warning
Galina Kistanova
2018-02-11
1
-1
/
+1
*
Make a lambda a static function to make the ICF main function shorter.
Rui Ueyama
2018-02-09
1
-11
/
+9
*
Do not print out removed ICF sections for -verbose.
Rui Ueyama
2018-02-09
1
-10
/
+4
*
Remove Config->Verbose because we have errorHandler().Verbose.
Rui Ueyama
2018-02-08
1
-1
/
+1
*
Fix --print-icf-sections output.
Rui Ueyama
2018-02-08
1
-1
/
+1
[next]