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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing build failures caused by r253367. Sorry for breaking the build.
Yunzhong Gao
2015-11-17
1
-5
/
+4
*
[ELF2/AArch64] Add lazy relocation support for AArch64.
Igor Kudrin
2015-11-17
4
-8
/
+272
*
[ELF2] getPLTRefReloc() -> getPltRefReloc().
Igor Kudrin
2015-11-17
3
-5
/
+5
*
Make ELF2 the default.
Rafael Espindola
2015-11-17
3
-4
/
+4
*
Rename test/elf2 to test/ELF.
Rafael Espindola
2015-11-17
171
-0
/
+0
*
Rename test/elf to test/old-elf.
Rafael Espindola
2015-11-17
640
-0
/
+0
*
Rename gnu2 to gnu.
Rafael Espindola
2015-11-16
2
-5
/
+5
*
[ELF2] Remove target specific code from GotPltSection.
Igor Kudrin
2015-11-16
3
-9
/
+17
*
Rename the gnu flavour to gnu old.
Rafael Espindola
2015-11-16
462
-696
/
+696
*
[ELF2] - Implemented PT_GNU_STACK support, -z execstack option.
George Rimar
2015-11-14
24
-98
/
+231
*
ELF2: Make comment less opinionated.
Rui Ueyama
2015-11-13
1
-2
/
+2
*
[ELF2] - Implemented R_X86_64_GOTTPOFF relocation
George Rimar
2015-11-13
8
-10
/
+97
*
Use ld.lld2, not -flavor gnu2
Rafael Espindola
2015-11-13
2
-6
/
+6
*
[ELF2] - fix of eh-frame-merge.s and eh-frame-merge.s tests fails for win32 c...
George Rimar
2015-11-13
2
-3
/
+3
*
[ELF2] - dont merge .data.rel.ro/.data.rel.ro.local into .data section.
George Rimar
2015-11-13
2
-0
/
+9
*
Fix failing test on Windows
Denis Protivensky
2015-11-13
1
-5
/
+5
*
[ELF2/AArch64] Add support for R_AARCH64_CALL26 and R_AARCH64_JUMP26.
Igor Kudrin
2015-11-13
4
-0
/
+64
*
[elf2] get{Local,Global}DynamicReloc -> is{LocalGlobal}DynamicReloc.
Michael J. Spencer
2015-11-13
4
-8
/
+12
*
[elf2] Implement global dynamic tls.
Michael J. Spencer
2015-11-13
7
-9
/
+72
*
ELF2: Add comments and reorganize option list a bit.
Rui Ueyama
2015-11-13
1
-5
/
+9
*
Early continue. NFC.
Rui Ueyama
2015-11-12
1
-8
/
+8
*
ELF2: Make type a bit stricter. NFC.
Rui Ueyama
2015-11-12
1
-4
/
+4
*
ELF2: Simplify -z option handling. NFC.
Rui Ueyama
2015-11-12
1
-10
/
+11
*
ELF2: Print an error message for --relocatable.
Rui Ueyama
2015-11-12
3
-0
/
+18
*
[ELF2] SECTIONS command basic support
Denis Protivensky
2015-11-12
4
-11
/
+207
*
[ELF2] Fix gcc warning in section kind switch
Denis Protivensky
2015-11-12
1
-0
/
+1
*
[ELF2] Add mandatory .dynamic section entries on MIPS.
Igor Kudrin
2015-11-12
6
-8
/
+184
*
[ELF2] Sort dynamic symbols according to the MIPS requirements.
Igor Kudrin
2015-11-12
4
-0
/
+74
*
Add support for processing .eh_frame.
Rafael Espindola
2015-11-11
14
-46
/
+512
*
Fix indentation. Thank to David Blaikie for noticing.
Rafael Espindola
2015-11-11
1
-1
/
+1
*
Canonicalize the type of .eh_frame.
Rafael Espindola
2015-11-11
2
-1
/
+21
*
Add a helper for getting the output offset of an input offset.
Rafael Espindola
2015-11-11
2
-3
/
+17
*
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
2
-3
/
+3
*
Remove const from a few places. NFC.
Rafael Espindola
2015-11-11
2
-6
/
+5
*
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
2
-10
/
+7
*
Move relocate to the base class.
Rafael Espindola
2015-11-11
2
-12
/
+11
*
Simplify. NFC.
Rafael Espindola
2015-11-11
1
-2
/
+1
*
[elf2] Add support for local TLS symbols.
Michael J. Spencer
2015-11-11
2
-4
/
+7
*
[elf2][x86-64] Add support for DTPOFF64
Michael J. Spencer
2015-11-11
2
-0
/
+7
*
[elf2][x86-64] Add support for DTPOFF32
Michael J. Spencer
2015-11-11
2
-0
/
+12
*
[elf2] Add support for R_X86_64_TLSLD.
Michael J. Spencer
2015-11-11
7
-3
/
+96
*
Fix Clang-tidy modernize-use-auto warnings, other minor fixes.
Eugene Zelenko
2015-11-10
13
-109
/
+53
*
[ELF2] Remove Writer::getVAStart, use TargetInfo::getVAStart instead.
Igor Kudrin
2015-11-10
3
-4
/
+5
*
Use llvm provided read and write functions.
Rafael Espindola
2015-11-09
1
-17
/
+8
*
Start treating .eh_frame specially.
Rafael Espindola
2015-11-09
3
-5
/
+31
*
[ELF2] - Fixed crash for case when section sh_entsize is set to zero for SHF_...
George Rimar
2015-11-09
3
-1
/
+5
*
[ELF2/AArch64] Support R_AARCH64_LDST64_ABS_LO12_NC relocation.
Davide Italiano
2015-11-08
2
-0
/
+17
*
Round up the memsize of PT_TLS.
Rafael Espindola
2015-11-06
5
-11
/
+31
[next]