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
*
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
*
[ELF] Convert StringTableSection to input section
Eugene Leviant
2016-11-14
1
-53
/
+23
*
[ELF] Convert .got section to input section
Eugene Leviant
2016-11-11
1
-279
/
+5
*
Parse relocations only once.
Rafael Espindola
2016-11-10
1
-5
/
+4
*
[ELF] Convert .got.plt section to input section
Eugene Leviant
2016-11-10
1
-35
/
+5
*
[ELF] - Implemented --symbol-ordering-file option.
George Rimar
2016-11-10
1
-10
/
+17
*
Make OutputSectionBase a class instead of class template.
Rafael Espindola
2016-11-09
1
-40
/
+38
*
Split OutputSection ctor. NFC.
Rui Ueyama
2016-11-09
1
-11
/
+18
*
[ELF][MIPS] Convert .MIPS.abiflags section to synthetic input section
Simon Atanasyan
2016-11-09
1
-48
/
+2
*
[ELF][MIPS] Convert .reginfo and .MIPS.options sections to synthetic input se...
Simon Atanasyan
2016-11-09
1
-74
/
+5
*
Split Header into individual fields.
Rafael Espindola
2016-11-09
1
-110
/
+113
*
Store the size the same way as any other OutputSection. NFC.
Rafael Espindola
2016-11-08
1
-4
/
+7
*
[ELF] Use the SystemV hash in libObject instead of rolling our own.
Davide Italiano
2016-11-07
1
-14
/
+2
*
Rewrite CommonInputSection as a synthetic input section.
Rui Ueyama
2016-11-05
1
-1
/
+2
*
Revert r285968: Always use parallel_for_each because it falls back to std::fo...
Rui Ueyama
2016-11-04
1
-2
/
+7
*
Always use parallel_for_each because it falls back to std::for_each.
Rui Ueyama
2016-11-03
1
-7
/
+2
*
Now that the ELFFile constructor does nothing, create it when needed.
Rafael Espindola
2016-11-03
1
-1
/
+1
*
Update for llvm change.
Rafael Espindola
2016-11-03
1
-2
/
+2
*
Convert Out::InterpSection to In::InterpSection.
Rui Ueyama
2016-11-02
1
-16
/
+0
*
Add strings to .dynstr early.
Rui Ueyama
2016-11-02
1
-36
/
+39
[next]