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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF2/AArch64] Add lazy relocation support for AArch64.
Igor Kudrin
2015-11-17
3
-2
/
+211
*
Make ELF2 the default.
Rafael Espindola
2015-11-17
1
-1
/
+1
*
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 the gnu flavour to gnu old.
Rafael Espindola
2015-11-16
461
-687
/
+687
*
[ELF2] - Implemented PT_GNU_STACK support, -z execstack option.
George Rimar
2015-11-14
20
-96
/
+220
*
[ELF2] - Implemented R_X86_64_GOTTPOFF relocation
George Rimar
2015-11-13
2
-0
/
+72
*
Use ld.lld2, not -flavor gnu2
Rafael Espindola
2015-11-13
2
-6
/
+6
*
[ELF2] - dont merge .data.rel.ro/.data.rel.ro.local into .data section.
George Rimar
2015-11-13
1
-0
/
+7
*
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
3
-0
/
+53
*
[elf2] Implement global dynamic tls.
Michael J. Spencer
2015-11-13
1
-2
/
+18
*
ELF2: Print an error message for --relocatable.
Rui Ueyama
2015-11-12
1
-0
/
+9
*
[ELF2] SECTIONS command basic support
Denis Protivensky
2015-11-12
1
-0
/
+119
*
[ELF2] Add mandatory .dynamic section entries on MIPS.
Igor Kudrin
2015-11-12
3
-5
/
+100
*
[ELF2] Sort dynamic symbols according to the MIPS requirements.
Igor Kudrin
2015-11-12
2
-0
/
+58
*
Add support for processing .eh_frame.
Rafael Espindola
2015-11-11
8
-0
/
+160
*
Canonicalize the type of .eh_frame.
Rafael Espindola
2015-11-11
1
-0
/
+16
*
[elf2] Add support for local TLS symbols.
Michael J. Spencer
2015-11-11
1
-3
/
+1
*
[elf2][x86-64] Add support for DTPOFF64
Michael J. Spencer
2015-11-11
1
-0
/
+5
*
[elf2][x86-64] Add support for DTPOFF32
Michael J. Spencer
2015-11-11
1
-0
/
+8
*
[elf2] Add support for R_X86_64_TLSLD.
Michael J. Spencer
2015-11-11
1
-0
/
+48
*
Start treating .eh_frame specially.
Rafael Espindola
2015-11-09
1
-0
/
+19
*
[ELF2] - Fixed crash for case when section sh_entsize is set to zero for SHF_...
George Rimar
2015-11-09
2
-0
/
+4
*
[ELF2/AArch64] Support R_AARCH64_LDST64_ABS_LO12_NC relocation.
Davide Italiano
2015-11-08
1
-0
/
+13
*
Round up the memsize of PT_TLS.
Rafael Espindola
2015-11-06
1
-0
/
+21
*
.eh_frame is not normally writable. Update the test to reflect that.
Rafael Espindola
2015-11-06
1
-4
/
+4
*
[ELF2] Add GOT section for MIPS target.
Igor Kudrin
2015-11-06
2
-5
/
+113
*
Check the range of R_X86_64_TPOFF32.
Rafael Espindola
2015-11-05
1
-0
/
+12
*
[elf2] Fix R_X86_64_TPOFF32 handling.
Michael J. Spencer
2015-11-05
1
-4
/
+4
*
[elf2] Implement R_X86_64_TPOFF32.
Michael J. Spencer
2015-11-03
1
-3
/
+61
*
Handle 0 sized sections like any other section.
Rafael Espindola
2015-11-03
12
-64
/
+90
*
Create .bss only when needed.
Rafael Espindola
2015-11-03
7
-111
/
+38
*
Update for llvm change.
Rafael Espindola
2015-11-03
6
-111
/
+47
*
Avoid checking for irrelevant facts.
Rafael Espindola
2015-11-03
4
-15
/
+15
*
Two small fixes to copy relocation processing.
Rafael Espindola
2015-11-03
2
-4
/
+20
*
Make the test a bit more strict and fix the math.
Rafael Espindola
2015-11-03
1
-1
/
+3
*
Simplify. NFC.
Rafael Espindola
2015-11-03
1
-2
/
+2
*
Make this input a bit more readable.
Rafael Espindola
2015-11-03
1
-2
/
+3
*
[elf2] Generate PT_TLS.
Michael J. Spencer
2015-11-03
1
-3
/
+31
*
[ELF2/AArch64] Add relocation tests to ensure we handle overflow correctly.
Davide Italiano
2015-10-29
2
-0
/
+14
*
[ELF2/AArch64] Implement R_AARCH64_PREL16 and R_AARCH64_PREL32 relocations.
Davide Italiano
2015-10-29
1
-5
/
+23
*
[lld][MachO] Make sure LC_RPATH command size is a multiple of the pointer size.
Lang Hames
2015-10-29
1
-1
/
+1
*
Reapply r251536
George Rimar
2015-10-28
2
-12
/
+12
*
Revert r251536 as it broke buildbot: http://lab.llvm.org:8011/builders/llvm-c...
George Rimar
2015-10-28
2
-12
/
+12
*
[ELF2] R_X86_64_64 plt relocation implemented.
George Rimar
2015-10-28
2
-12
/
+12
*
[ELF2] R_X86_64_COPY relocation implemented
George Rimar
2015-10-28
2
-0
/
+66
*
[ELF2/AArch64] Add support for R_AARCH64_PREL64.
Davide Italiano
2015-10-28
1
-0
/
+11
*
[Driver] Accept both -m <emulation> and -m<emulation>
Simon Atanasyan
2015-10-28
2
-0
/
+4
*
[elf2] Don't allocate VA space for TLS NOBITS sections.
Michael J. Spencer
2015-10-27
1
-0
/
+93
[next]