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
/
MarkLive.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert an accidental commit af5ca40b47b3e85c3add81ccdc0b787c4bc355ae
Rui Ueyama
2019-12-13
1
-2
/
+0
*
temporary
Rui Ueyama
2019-12-13
1
-0
/
+2
*
[ELF] Replace SymbolTable::forEachSymbol with iterator_range symbols()
Fangrui Song
2019-11-26
1
-4
/
+2
*
[ELF] Improve --gc-sections compatibility with GNU ld regarding section groups
Fangrui Song
2019-11-19
1
-2
/
+15
*
Fix a few typos in lld/ELF to cycle bots
Nico Weber
2019-10-28
1
-1
/
+1
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-9
/
+12
*
ELF: Move sections referred to by __start_/__stop_ symbols into the main part...
Peter Collingbourne
2019-08-09
1
-0
/
+12
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-2
/
+2
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-121
/
+121
*
ELF: Add basic partition data structures and behaviours.
Peter Collingbourne
2019-05-29
1
-14
/
+59
*
Use SymbolTable::insert() to implement --trace.
Rui Ueyama
2019-05-28
1
-4
/
+6
*
[ELF] Fix a doc typo. NFC
Fangrui Song
2019-05-24
1
-1
/
+1
*
Revert r358069 "Discard debuginfo for object files empty after GC"
Bob Haarman
2019-05-16
1
-25
/
+11
*
Discard debuginfo for object files empty after GC
Rui Ueyama
2019-04-10
1
-11
/
+25
*
ELF: De-template SharedFile. NFCI.
Peter Collingbourne
2019-04-08
1
-2
/
+2
*
Use a class instead of lambda-based callbacks to organize garbage collector.
Rui Ueyama
2019-03-25
1
-117
/
+120
*
[ELF] De-template wrapSymbols, isReserved and addGotEntry. NFC
Fangrui Song
2019-03-15
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix formatting. NFC.
Rui Ueyama
2019-01-09
1
-2
/
+3
*
[ELF] Move IsNeeded logic from SymbolTable::addShared to MarkLive, and check ...
Fangrui Song
2018-12-20
1
-1
/
+7
*
Avoid unnecessary buffer allocation and memcpy for compressed sections.
Rui Ueyama
2018-10-08
1
-1
/
+1
*
[ELF] Pass callables by function_ref
Benjamin Kramer
2018-06-16
1
-5
/
+6
*
[ELF] - Do not crash when do --gc-sections for non-allocatable metadata secti...
George Rimar
2018-05-17
1
-4
/
+10
*
Split .eh_frame sections in parellel.
Rafael Espindola
2018-04-27
1
-4
/
+0
*
Split merge sections early.
Rafael Espindola
2018-04-27
1
-1
/
+1
*
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
Rui Ueyama
2018-02-28
1
-1
/
+1
*
Consistent use of header file for ICF and MarkLive
Sam Clegg
2018-02-20
1
-1
/
+1
*
Use toString to print out garbage-collected sections.
Rui Ueyama
2018-02-17
1
-2
/
+1
*
Use dyn_cast instead of dyn_cast_or_null.
Rafael Espindola
2017-12-20
1
-1
/
+1
*
Use a reference for the shared symbol file.
Rafael Espindola
2017-12-20
1
-1
/
+1
*
ELF: Do not follow relocation edges to output sections during GC.
Peter Collingbourne
2017-12-11
1
-2
/
+3
*
Handle symbols pointing to output sections.
Rafael Espindola
2017-12-11
1
-1
/
+1
*
[ELF] - Handle EhInputSection Live bit in MarkLive.cpp
George Rimar
2017-11-30
1
-4
/
+8
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
Bring back r319008.
Rafael Espindola
2017-11-28
1
-0
/
+6
*
Revert r319008, "[ELF] Do not keep symbols if they referenced only from disca...
Igor Kudrin
2017-11-28
1
-6
/
+0
*
[ELF] Do not keep symbols if they referenced only from discarded sections.
Igor Kudrin
2017-11-27
1
-0
/
+6
*
ELF: Remove function Symbol::isInCurrentOutput().
Peter Collingbourne
2017-11-06
1
-1
/
+1
*
ELF: Merge DefinedRegular and Defined.
Peter Collingbourne
2017-11-06
1
-2
/
+2
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-3
/
+3
*
Merge SymbolBody and Symbol into one class, SymbolBody.
Rui Ueyama
2017-10-31
1
-2
/
+2
*
Rename isInCurrentDSO -> isInCurrentOutput.
Rui Ueyama
2017-10-27
1
-1
/
+1
*
[ELF] - Simplify reporting of garbage collected sections.
George Rimar
2017-10-27
1
-0
/
+7
*
[ELF] - Do not collect SHT_REL[A] sections unconditionally when --gc-sections...
George Rimar
2017-10-24
1
-9
/
+3
*
Handle shared symbols in --gc-sections.
Rafael Espindola
2017-10-13
1
-1
/
+1
*
Simplify. NFC.
Rafael Espindola
2017-10-13
1
-2
/
+2
*
Remove ScriptConfiguration class and move the members to LinkerScript class.
Rui Ueyama
2017-10-11
1
-1
/
+1
*
Handle input section liveness only in MarkLive.cpp.
Rui Ueyama
2017-10-10
1
-1
/
+37
*
[ELF] Simpler scheme for handling common symbols
Ben Dunbobbin
2017-09-29
1
-10
/
+1
*
Revert rL313697, "Compact EhSectionPiece from 32 bytes to 16 bytes."
NAKAMURA Takumi
2017-09-20
1
-1
/
+1
[next]