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
/
InputSection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify ICF alignment handling.
Rui Ueyama
2016-12-05
1
-1
/
+1
*
Ignone SHF_INFO_LINK.
Rafael Espindola
2016-12-03
1
-3
/
+4
*
[ELF] - Disable emiting multiple output sections when merging is disabled.
George Rimar
2016-11-29
1
-0
/
+6
*
[ELF][MIPS] Do not change MipsGotSection state in the getPageEntryOffset method
Simon Atanasyan
2016-11-29
1
-1
/
+1
*
Change return types of split{Non,}Strings.
Rui Ueyama
2016-11-26
1
-13
/
+8
*
Fix typo.
Rui Ueyama
2016-11-25
1
-4
/
+4
*
Parallelize uncompress() and splitIntoPieces().
Rui Ueyama
2016-11-25
1
-1
/
+15
*
Move getLocation from Relocations.cpp to InputSection.cpp.
Rui Ueyama
2016-11-25
1
-1
/
+26
*
[ELF] Add explicit template instantiations for toString
Eugene Leviant
2016-11-25
1
-0
/
+5
*
[ELF][MIPS] Fix handling of _gp/_gp_disp/__gnu_local_gp symbols
Simon Atanasyan
2016-11-23
1
-7
/
+12
*
Define toString() as a generic function to get a string for error message.
Rui Ueyama
2016-11-23
1
-10
/
+16
*
[ELF] Refactor several error messages
Eugene Leviant
2016-11-23
1
-2
/
+3
*
[ELF] Fixup buffer pointer when writing synthetic sections
Eugene Leviant
2016-11-23
1
-1
/
+1
*
[ELF] Print error location in .eh_frame parser
Eugene Leviant
2016-11-23
1
-3
/
+2
*
Simplify MergeOutputSection.
Rui Ueyama
2016-11-18
1
-28
/
+15
*
[ELF][MIPS] Remove 'mips' word from MipsGotSection fields and methods names. NFC
Simon Atanasyan
2016-11-17
1
-4
/
+4
*
[ELF][MIPS] Add MipsGotSection to handle MIPS GOT
Simon Atanasyan
2016-11-16
1
-6
/
+8
*
[ELF] Convert RelocationSection to input section
Eugene Leviant
2016-11-16
1
-6
/
+10
*
[ELF] - format. NFC.
George Rimar
2016-11-14
1
-4
/
+2
*
[ELF] Convert .got section to input section
Eugene Leviant
2016-11-11
1
-17
/
+19
*
Remove a member from InputSectionData and use the pool instead.
Rui Ueyama
2016-11-11
1
-4
/
+4
*
Parse relocations only once.
Rafael Espindola
2016-11-10
1
-11
/
+11
*
[ELF] Convert .got.plt section to input section
Eugene Leviant
2016-11-10
1
-3
/
+14
*
[ELF][MIPS] Convert .MIPS.abiflags section to synthetic input section
Simon Atanasyan
2016-11-09
1
-33
/
+0
*
[ELF][MIPS] Convert .reginfo and .MIPS.options sections to synthetic input se...
Simon Atanasyan
2016-11-09
1
-66
/
+1
*
Make Discarded a InputSection.
Rafael Espindola
2016-11-09
1
-0
/
+3
*
Add a convenience getObj method. NFC.
Rafael Espindola
2016-11-09
1
-3
/
+3
*
[ELF] ARM and AArch64 undefined weak reference values
Peter Smith
2016-11-09
1
-0
/
+46
*
Split Header into individual fields.
Rafael Espindola
2016-11-09
1
-14
/
+12
*
Revert "[ELF] Make InputSection<ELFT>::writeTo virtual"
Rafael Espindola
2016-11-08
1
-5
/
+7
*
[ELF] Make InputSection<ELFT>::writeTo virtual
Eugene Leviant
2016-11-07
1
-7
/
+5
*
Rewrite CommonInputSection as a synthetic input section.
Rui Ueyama
2016-11-05
1
-25
/
+0
*
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
-4
/
+4
*
Create SyntheticSections.cpp.
Rui Ueyama
2016-11-01
1
-91
/
+0
*
[ELF/GC] Fix pending references to garbage collected sections.
Davide Italiano
2016-11-01
1
-2
/
+4
*
Don't store an OutputLoc in every InputSection.
Rafael Espindola
2016-11-01
1
-13
/
+15
*
Convert BuildIdSection to input section
Eugene Leviant
2016-11-01
1
-0
/
+89
*
Allow fetching source line, when multiple "AX" sections present
Eugene Leviant
2016-11-01
1
-1
/
+3
*
Don't create a dummy ELF to process a binary file.
Rafael Espindola
2016-10-27
1
-3
/
+4
*
Pass a InputSectionData to classoff.
Rafael Espindola
2016-10-26
1
-6
/
+6
*
Delete trivial getters. NFC.
Rafael Espindola
2016-10-26
1
-14
/
+14
*
Read section headers upfront.
Rafael Espindola
2016-10-26
1
-30
/
+43
*
Be a bit more consistent about using getters. NFC.
Rafael Espindola
2016-10-25
1
-10
/
+10
*
Delete getSectionHdr.
Rafael Espindola
2016-10-25
1
-6
/
+5
*
[ELF][MIPS] Put local GOT entries accessed via a 16-bit index first
Simon Atanasyan
2016-10-21
1
-0
/
+1
*
Compact SectionPiece.
Rafael Espindola
2016-10-20
1
-11
/
+22
*
[ELF] Allow relative exceptions relocations in shared libraries
Peter Smith
2016-10-20
1
-0
/
+1
*
[ELF] - Applied clang format. NFC.
George Rimar
2016-10-20
1
-9
/
+6
*
Don't call markLiveAt for non alloc sections.
Rafael Espindola
2016-10-19
1
-1
/
+2
[prev]
[next]