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
/
OutputSections.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't print DISCARD sections as gced.
Rafael Espindola
2017-02-17
1
-0
/
+7
*
Move specialization to try to fix the bots.
Rafael Espindola
2017-02-16
1
-10
/
+0
*
Share more output section creation code.
Rafael Espindola
2017-02-16
1
-20
/
+29
*
Fix crash with -emit-relocs -shared.
Rafael Espindola
2017-02-16
1
-1
/
+5
*
Make lld able to handle gold's -r output.
Rafael Espindola
2017-02-15
1
-1
/
+1
*
Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...
George Rimar
2017-02-08
1
-1
/
+1
*
Reverted r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...
George Rimar
2017-02-08
1
-1
/
+1
*
[ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DI...
George Rimar
2017-02-08
1
-1
/
+1
*
Revert "Simplify symbol computation for non alloc sections."
Rafael Espindola
2017-02-08
1
-1
/
+1
*
Simplify symbol computation for non alloc sections.
Rafael Espindola
2017-02-07
1
-1
/
+1
*
Simplify. NFC.
Rafael Espindola
2017-02-03
1
-9
/
+3
*
Stop propagating Entsize.
Rafael Espindola
2017-02-03
1
-2
/
+0
*
Replace MergeOutputSection with a synthetic section.
Rafael Espindola
2017-02-03
1
-93
/
+8
*
[ELF] Bypass section type check #2
Eugene Leviant
2017-01-31
1
-8
/
+19
*
Revert commits r293276 and r293278.
Rafael Espindola
2017-01-27
1
-5
/
+4
*
[ELF] Fixed formatting. NFC
Eugene Leviant
2017-01-27
1
-4
/
+4
*
[ELF] Bypass section type check
Eugene Leviant
2017-01-27
1
-8
/
+9
*
Implement -Map.
Rafael Espindola
2017-01-13
1
-0
/
+14
*
Allow mixing nobits and progbits.
Rafael Espindola
2017-01-12
1
-1
/
+6
*
Move code to the .cpp file. NFC.
Rafael Espindola
2017-01-05
1
-0
/
+14
*
Detemplate SectionKey. NFC.
Rafael Espindola
2017-01-05
1
-24
/
+11
*
Change which input sections we concatenate
Rafael Espindola
2017-01-05
1
-14
/
+69
*
Simplify type of Config->SymbolOrderingFile.
Rui Ueyama
2016-12-20
1
-1
/
+1
*
Remove lld/Support/Memory.h.
Rui Ueyama
2016-12-18
1
-1
/
+1
*
Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.
Rui Ueyama
2016-12-08
1
-1
/
+1
*
Factor out common code to a header.
Rui Ueyama
2016-12-03
1
-5
/
+2
*
[ELF] Refactor target error messages
Eugene Leviant
2016-11-29
1
-0
/
+1
*
Split MergeOutputSection::finalize.
Rui Ueyama
2016-11-26
1
-26
/
+33
*
[ELF] EhOutputSection improvements
Eugene Leviant
2016-11-25
1
-7
/
+7
*
[ELF] Add terminating sentinel .ARM.exidx table entry
Peter Smith
2016-11-24
1
-0
/
+4
*
[ELF] Print error location in .eh_frame parser
Eugene Leviant
2016-11-23
1
-1
/
+1
*
Move a function definition to SyntheticSections.cpp.
Rui Ueyama
2016-11-21
1
-5
/
+0
*
[ELF] Convert Version*** sections to input sections
Eugene Leviant
2016-11-21
1
-179
/
+0
*
[ELF] Convert EhFrameHeader to input section
Eugene Leviant
2016-11-21
1
-47
/
+2
*
[ELF] Convert GdbIndexSection to input section
Eugene Leviant
2016-11-21
1
-50
/
+0
*
Remove unused #include.
Rui Ueyama
2016-11-19
1
-1
/
+0
*
Change filler type from ArrayRef<uint8_t> to uint32_t.
Rui Ueyama
2016-11-19
1
-6
/
+11
*
Simplify. NFC.
Rui Ueyama
2016-11-18
1
-9
/
+5
*
Simplify handling of SHF_LINK_ORDER.
Rafael Espindola
2016-11-18
1
-0
/
+16
*
[ELF] Convert PltSection to input section
Eugene Leviant
2016-11-18
1
-37
/
+0
*
[ELF] Convert HashTableSection to input section
Eugene Leviant
2016-11-18
1
-44
/
+0
*
[ELF] Convert GnuHashTableSection to input section
Eugene Leviant
2016-11-18
1
-152
/
+0
*
Simplify MergeOutputSection.
Rui Ueyama
2016-11-18
1
-24
/
+31
*
[ELF] Rename an historical leftover, `Chunk` is now `InputSection`.
Davide Italiano
2016-11-18
1
-1
/
+1
*
[ELF] Use std::for_each() and hoist common code in a lambda.
Davide Italiano
2016-11-18
1
-7
/
+5
*
Always compute sh_link for SHF_LINK_ORDER sections.
Rafael Espindola
2016-11-17
1
-13
/
+7
*
[ELF] Convert SymbolTableSection to input section
Eugene Leviant
2016-11-17
1
-198
/
+11
*
[ELF] Convert RelocationSection to input section
Eugene Leviant
2016-11-16
1
-102
/
+15
*
[ELF] Convert DynamicSection to input section.
Eugene Leviant
2016-11-15
1
-184
/
+0
*
[ELF] - format. NFC.
George Rimar
2016-11-14
1
-2
/
+1
[prev]
[next]