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 function to the file where it is used.
Rafael Espindola
2015-12-23
1
-17
/
+0
*
Split Undefined and UndefinedElf.
Rafael Espindola
2015-12-22
1
-6
/
+17
*
Simplify types. NFC.
Rafael Espindola
2015-12-21
1
-2
/
+2
*
Remove unnecessary cast.
Rafael Espindola
2015-12-21
1
-1
/
+1
*
[ELF] - fixed not properly handled @GOTTPOFF relocation against local symbols
George Rimar
2015-12-21
1
-22
/
+14
*
[ELF] - Implemented R_*_IRELATIVE relocations for x86, x64 targets.
George Rimar
2015-12-21
1
-2
/
+5
*
[ELF] - R_386_GOTOFF relocation implemented.
George Rimar
2015-12-21
1
-0
/
+2
*
[ELF] - Fixed padding for CIE/FDE entries of .eh_frame section
George Rimar
2015-12-21
1
-5
/
+6
*
[ELF][MIPS] MIPS .reginfo sections handling
Simon Atanasyan
2015-12-20
1
-0
/
+26
*
[ELF] - implemented @indntpoff (x86) relocation and its optimization.
George Rimar
2015-12-17
1
-2
/
+3
*
[ELF] - implement support of extended length field for CIE/FDE records of eh_...
George Rimar
2015-12-17
1
-7
/
+27
*
ELF: Rename relocNeedsCopy -> needsCopyRel
Rui Ueyama
2015-12-17
1
-1
/
+1
*
ELF: Separate NeedsCopy and OffsetInBSS.
Rui Ueyama
2015-12-17
1
-2
/
+2
*
ELF: Remove accessors that don't hide anything.
Rui Ueyama
2015-12-17
1
-8
/
+8
*
ELF: Rename isTLS -> isTls for consistency.
Rui Ueyama
2015-12-17
1
-1
/
+1
*
Fixed mistype in comment. NFC.
George Rimar
2015-12-15
1
-1
/
+1
*
Reapply fixed r255626 that broke buildbot:
George Rimar
2015-12-15
1
-15
/
+13
*
Revert of r255626 "[ELF] - refactor of code in RelocationSection<ELFT>::write...
George Rimar
2015-12-15
1
-13
/
+15
*
[ELF] - refactor of code in RelocationSection<ELFT>::writeTo()
George Rimar
2015-12-15
1
-15
/
+13
*
Treat unnamed symbols as locals.
Rafael Espindola
2015-12-11
1
-1
/
+1
*
Discard local symbols from SHF_MERGE sections.
Rafael Espindola
2015-12-11
1
-3
/
+14
*
Renamed addLocalModelTlsIndex() -> addCurrentModuleTlsIndex(), NFC.
George Rimar
2015-12-07
1
-1
/
+1
*
[ELF] - Implemented @tlsgd optimization (GD->IE case, x64).
George Rimar
2015-12-04
1
-7
/
+14
*
[ELF] - Fixed bug leading to miss of tls relocation when @tlsgd and @gottpoff...
George Rimar
2015-12-01
1
-4
/
+13
*
Reapply r254428.
George Rimar
2015-12-01
1
-4
/
+6
*
revert r254428 [ELF] - Refactor of tls_index implementation for tls local dyn...
George Rimar
2015-12-01
1
-6
/
+4
*
[ELF] - Refactor of tls_index implementation for tls local dynamic model.
George Rimar
2015-12-01
1
-4
/
+6
*
[ELF] - Split RelocationSection<ELFT>::writeTo function.
George Rimar
2015-11-30
1
-19
/
+26
*
Fixed potential crash on non-ELF64LE targets.
George Rimar
2015-11-29
1
-1
/
+1
*
Replaced stuff with auto. NFC.
George Rimar
2015-11-26
1
-1
/
+1
*
Reapply r254098.
George Rimar
2015-11-25
1
-5
/
+17
*
Revert r254098 as it seems broke build bot.
George Rimar
2015-11-25
1
-17
/
+5
*
[ELF] - Lazy relocations support for x86 target.
George Rimar
2015-11-25
1
-5
/
+17
*
[ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.
George Rimar
2015-11-25
1
-1
/
+2
*
Fix Elf_Rel processing for .eh_frame.
Rafael Espindola
2015-11-23
1
-1
/
+1
*
Fix formatting.
Rui Ueyama
2015-11-19
1
-9
/
+8
*
[ELF2] Remove target specific code from GotPltSection.
Igor Kudrin
2015-11-16
1
-9
/
+7
*
[ELF2] - Implemented R_X86_64_GOTTPOFF relocation
George Rimar
2015-11-13
1
-4
/
+9
*
[ELF2] - fix of eh-frame-merge.s and eh-frame-merge.s tests fails for win32 c...
George Rimar
2015-11-13
1
-1
/
+1
*
[elf2] get{Local,Global}DynamicReloc -> is{LocalGlobal}DynamicReloc.
Michael J. Spencer
2015-11-13
1
-2
/
+2
*
[elf2] Implement global dynamic tls.
Michael J. Spencer
2015-11-13
1
-2
/
+21
*
[ELF2] Add mandatory .dynamic section entries on MIPS.
Igor Kudrin
2015-11-12
1
-2
/
+56
*
[ELF2] Sort dynamic symbols according to the MIPS requirements.
Igor Kudrin
2015-11-12
1
-0
/
+13
*
Add support for processing .eh_frame.
Rafael Espindola
2015-11-11
1
-2
/
+151
*
[elf2] Add support for local TLS symbols.
Michael J. Spencer
2015-11-11
1
-1
/
+6
*
[elf2] Add support for R_X86_64_TLSLD.
Michael J. Spencer
2015-11-11
1
-0
/
+17
*
Start treating .eh_frame specially.
Rafael Espindola
2015-11-09
1
-1
/
+1
*
Round up the memsize of PT_TLS.
Rafael Espindola
2015-11-06
1
-1
/
+1
*
[ELF2] Add GOT section for MIPS target.
Igor Kudrin
2015-11-06
1
-2
/
+16
*
[elf2] Implement R_X86_64_TPOFF32.
Michael J. Spencer
2015-11-03
1
-0
/
+3
[prev]
[next]