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
...
*
[ELF] - Fixed bug leading to miss of tls relocation when @tlsgd and @gottpoff...
George Rimar
2015-12-01
1
-1
/
+1
*
Reapply r254428.
George Rimar
2015-12-01
1
-2
/
+1
*
revert r254428 [ELF] - Refactor of tls_index implementation for tls local dyn...
George Rimar
2015-12-01
1
-1
/
+2
*
[ELF] - Target interface simplification, getGotRefReloc() removed.
George Rimar
2015-12-01
1
-2
/
+2
*
[ELF] - Refactor of tls_index implementation for tls local dynamic model.
George Rimar
2015-12-01
1
-2
/
+1
*
Fix a comment typo (cashe -> cache)
Hal Finkel
2015-11-25
1
-1
/
+1
*
[ELF] - Implemented optimizations for @tlsld and @tlsgd
George Rimar
2015-11-25
1
-6
/
+13
*
[ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.
George Rimar
2015-11-25
1
-0
/
+2
*
[ELF] - simplify Target interface, relocPointsToGot() removed.
George Rimar
2015-11-25
1
-3
/
+0
*
[ELF2] - Optimization for R_X86_64_GOTTPOFF relocation.
George Rimar
2015-11-24
1
-0
/
+6
*
[ELF/AArch64] Add support for R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_L...
Igor Kudrin
2015-11-24
1
-1
/
+2
*
[ELF2] getPLTRefReloc() -> getPltRefReloc().
Igor Kudrin
2015-11-17
1
-1
/
+1
*
[ELF2] - Implemented R_X86_64_GOTTPOFF relocation
George Rimar
2015-11-13
1
-1
/
+1
*
[ELF2] - fix of eh-frame-merge.s and eh-frame-merge.s tests fails for win32 c...
George Rimar
2015-11-13
1
-2
/
+2
*
[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
-0
/
+8
*
[ELF2] Fix gcc warning in section kind switch
Denis Protivensky
2015-11-12
1
-0
/
+1
*
Add support for processing .eh_frame.
Rafael Espindola
2015-11-11
1
-12
/
+64
*
Add a helper for getting the output offset of an input offset.
Rafael Espindola
2015-11-11
1
-3
/
+12
*
Convert a few size_t I missed in the previous commit. Sorry about that.
Rafael Espindola
2015-11-11
1
-2
/
+2
*
Replace size_t with uintX_t in a few places.
Rafael Espindola
2015-11-11
1
-2
/
+2
*
Remove unnecessary this->. NFC.
Rafael Espindola
2015-11-11
1
-2
/
+2
*
Don't pass a member variable to a method. NFC.
Rafael Espindola
2015-11-11
1
-9
/
+6
*
Move relocate to the base class.
Rafael Espindola
2015-11-11
1
-5
/
+5
*
[elf2] Add support for R_X86_64_TLSLD.
Michael J. Spencer
2015-11-11
1
-3
/
+12
*
[ELF2] merge-string.s test fixed for win32 configuration.
George Rimar
2015-10-29
1
-3
/
+3
*
[ELF2] R_X86_64_COPY relocation implemented
George Rimar
2015-10-28
1
-1
/
+2
*
ELF2: Move some code from MarkLive.cpp to InputSection.cpp.
Rui Ueyama
2015-10-27
1
-0
/
+22
*
Fix -Wqual-const warning.
Rui Ueyama
2015-10-25
1
-1
/
+1
*
Add support for merging string from SHF_STRINGS sections.
Rafael Espindola
2015-10-24
1
-10
/
+26
*
Drop a few const to reduce the noise from the next patch. NFC.
Rafael Espindola
2015-10-23
1
-2
/
+2
*
ELF2: Improve Target::relocateOne().
Rui Ueyama
2015-10-23
1
-2
/
+3
*
Fix symbol value calculation in SHF_MERGE.
Rafael Espindola
2015-10-20
1
-1
/
+5
*
Add support for merging the contents of SHF_MERGE sections.
Rafael Espindola
2015-10-19
1
-11
/
+72
*
Change getLocalRelTarget to include the addend.
Rafael Espindola
2015-10-19
1
-18
/
+3
*
ELF2: Treat IsMips64EL as a global configuration.
Rui Ueyama
2015-10-16
1
-3
/
+2
*
[ELF2] Remove unneeded new Type parameter
Hal Finkel
2015-10-16
1
-1
/
+1
*
[ELF2] getLocalRelTarget should handle R_PPC64_TOC directly
Hal Finkel
2015-10-16
1
-1
/
+1
*
ELF2: Rename SymVA -> SA if SymVA includes addend.
Rui Ueyama
2015-10-15
1
-2
/
+1
*
Centralize the handling of r_addend. NFC.
Rafael Espindola
2015-10-15
1
-4
/
+19
*
ELF2: Do not use OutputSection as a member variable name.
Rui Ueyama
2015-10-15
1
-3
/
+3
*
Remove silly getter use.
Rafael Espindola
2015-10-14
1
-1
/
+0
*
ELF2: Remove {set,get}OutputSection accessors.
Rui Ueyama
2015-10-14
1
-1
/
+1
*
ELF2: Remove {set,get}OutputSectionOff accessors.
Rui Ueyama
2015-10-14
1
-2
/
+2
*
Add support for a R_X86_64_32 referring to a plt.
Rafael Espindola
2015-10-14
1
-1
/
+1
*
[ELF2] Allow PPC64 to add the TOC-restore after .plt-based relocations
Hal Finkel
2015-10-12
1
-6
/
+7
*
Continue early to reduce indentation.
Rui Ueyama
2015-10-12
1
-17
/
+18
*
ELF2: Create a function to get VA from Elf_Rel.
Rui Ueyama
2015-10-12
1
-4
/
+1
*
ELF2: Implement --as-needed.
Rui Ueyama
2015-10-11
1
-1
/
+1
*
ELF2: Do not pass GotVA because it's accessible as Out<ELFT>::Got->getVA().
Rui Ueyama
2015-10-08
1
-3
/
+2
[prev]
[next]