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
/
Target.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ELF] - Ignore R_386_NONE.
George Rimar
2017-01-11
1
-0
/
+2
*
[ELF] - Explicitly list supported relocations for x86 target.
George Rimar
2017-01-11
1
-1
/
+7
*
Merge elf::toString and coff::toString.
Rui Ueyama
2017-01-06
1
-4
/
+4
*
[ELF] Add support for thunks to undefined non-weak symbols
Peter Smith
2017-01-04
1
-2
/
+5
*
[ELF] - Use error() instead of fatal() during relaxation of R_X86_64_GOTTPOFF
George Rimar
2016-12-22
1
-1
/
+1
*
[ELF] - Do not call fatal() in Target.cpp, call error() instead.
George Rimar
2016-12-21
1
-7
/
+7
*
Move a function defintion to make it static.
Rui Ueyama
2016-12-21
1
-0
/
+29
*
Remove lld/Support/Memory.h.
Rui Ueyama
2016-12-18
1
-1
/
+1
*
Rename functions as per post commit review for r289072.
Rui Ueyama
2016-12-15
1
-12
/
+12
*
[ELF] Add R_ARM_RELATIVE to relocations that can be applied to GotSection
Peter Smith
2016-12-13
1
-0
/
+1
*
Add support for R_X86_64_GOT64.
Rafael Espindola
2016-12-09
1
-0
/
+2
*
[ELF][I386] .got.plt entries for i386 should use VA of ifunc resolver
Peter Smith
2016-12-09
1
-0
/
+16
*
Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.
Rui Ueyama
2016-12-08
1
-3
/
+2
*
Use make to instantiate Target and LinkerScript. NFC.
Rui Ueyama
2016-12-08
1
-12
/
+13
*
Make function names shorter. NFC.
Rui Ueyama
2016-12-08
1
-13
/
+13
*
Do not use template where template is not needed.
Rui Ueyama
2016-12-08
1
-8
/
+8
*
[ELF] - Read 16 bits for R_386_16/R_386_PC16 relocations instead of 32.
George Rimar
2016-12-08
1
-1
/
+2
*
[ELF][MIPS] Make _gp, _gp_disp, __gnu_local_gp global symbols
Simon Atanasyan
2016-12-08
1
-4
/
+4
*
Rename MaxPageSize to DefaultMaxPageSize to avoid confusion.
Rafael Espindola
2016-12-07
1
-3
/
+3
*
ELF/AArch64: Refactor R_AARCH64_LDST{8,15,32,64,128}_ABS_LO12_NC Relocations
Adhemerval Zanella
2016-12-07
1
-12
/
+20
*
ELF/AArch64: Fix R_AARCH64_LDST16_ABS_LO12_NC mask
Adhemerval Zanella
2016-12-05
1
-1
/
+1
*
ELF/AArch64: Simplify R_AARCH64_ADD_ABS_LO12_NC relocation
Adhemerval Zanella
2016-12-05
1
-5
/
+1
*
ELF/AArch64: consolidate getAArch64Page implementation
Adhemerval Zanella
2016-12-05
1
-1
/
+4
*
[ELF] - Implemented R_386_16 and R_386PC16 relocations
George Rimar
2016-12-03
1
-0
/
+10
*
Ignore R_X86_64_NONE.
Rafael Espindola
2016-12-02
1
-0
/
+2
*
[ELF] Add support for static TLS to ARM
Peter Smith
2016-11-29
1
-0
/
+3
*
[ELF] Refactor target error messages
Eugene Leviant
2016-11-29
1
-50
/
+60
*
Use relocations to fill statically known got entries.
Rafael Espindola
2016-11-29
1
-0
/
+4
*
Sort. NFC.
Rafael Espindola
2016-11-29
1
-1
/
+1
*
[ELF] Refactor getDynRel to print error location
Eugene Leviant
2016-11-25
1
-23
/
+18
*
Remove trailing whitespace.
Rui Ueyama
2016-11-23
1
-1
/
+1
*
Define toString() as a generic function to get a string for error message.
Rui Ueyama
2016-11-23
1
-6
/
+6
*
lld: Default image base address to 0x200000 on x86-64
Ed Maste
2016-11-23
1
-0
/
+3
*
[ELF] Convert PltSection to input section
Eugene Leviant
2016-11-18
1
-6
/
+6
*
[ELF][MIPS] Add MipsGotSection to handle MIPS GOT
Simon Atanasyan
2016-11-16
1
-1
/
+1
*
[ELF] Convert DynamicSection to input section.
Eugene Leviant
2016-11-15
1
-2
/
+2
*
[ELF] Convert .got section to input section
Eugene Leviant
2016-11-11
1
-1
/
+1
*
[ELF] Convert .got.plt section to input section
Eugene Leviant
2016-11-10
1
-6
/
+7
*
Split Header into individual fields.
Rafael Espindola
2016-11-09
1
-15
/
+15
*
[ELF][MIPS] N32 ABI support
Simon Atanasyan
2016-11-05
1
-10
/
+18
*
[ELF] Do not create interworking thunks for undefined weak references.
Peter Smith
2016-11-03
1
-0
/
+3
*
Implement R_PPC_ADDR32.
Rui Ueyama
2016-11-01
1
-3
/
+4
*
Implement R_PPC_REL24 and R_PPC_REL32 relocations.
Rui Ueyama
2016-11-01
1
-1
/
+14
*
[ELF][MIPS] Put local GOT entries accessed via a 16-bit index first
Simon Atanasyan
2016-10-21
1
-3
/
+4
*
[AMDGPU] Handle R_AMDGPU_ABS64 relocation
Konstantin Zhuravlyov
2016-10-20
1
-0
/
+4
*
[ELF] Allow relative exceptions relocations in shared libraries
Peter Smith
2016-10-20
1
-4
/
+4
*
[ELF] - Applied clang format. NFC.
George Rimar
2016-10-20
1
-35
/
+34
*
[ELF] Support for R_ARM_TARGET2 relocation
Peter Smith
2016-10-17
1
-0
/
+8
*
[ELF/AMDGPU]: Add support for new relocations
Konstantin Zhuravlyov
2016-10-14
1
-0
/
+10
*
[ELF] Set max page size to 64K for AArch64
Eugene Leviant
2016-10-04
1
-0
/
+1
[prev]
[next]