summaryrefslogtreecommitdiffstats
path: root/lld/test
Commit message (Expand)AuthorAgeFilesLines
* [ELF2/AArch64] Add lazy relocation support for AArch64.Igor Kudrin2015-11-173-2/+211
* Make ELF2 the default.Rafael Espindola2015-11-171-1/+1
* Rename test/elf2 to test/ELF.Rafael Espindola2015-11-17171-0/+0
* Rename test/elf to test/old-elf.Rafael Espindola2015-11-17640-0/+0
* Rename the gnu flavour to gnu old.Rafael Espindola2015-11-16461-687/+687
* [ELF2] - Implemented PT_GNU_STACK support, -z execstack option.George Rimar2015-11-1420-96/+220
* [ELF2] - Implemented R_X86_64_GOTTPOFF relocationGeorge Rimar2015-11-132-0/+72
* Use ld.lld2, not -flavor gnu2Rafael Espindola2015-11-132-6/+6
* [ELF2] - dont merge .data.rel.ro/.data.rel.ro.local into .data section.George Rimar2015-11-131-0/+7
* Fix failing test on WindowsDenis Protivensky2015-11-131-5/+5
* [ELF2/AArch64] Add support for R_AARCH64_CALL26 and R_AARCH64_JUMP26.Igor Kudrin2015-11-133-0/+53
* [elf2] Implement global dynamic tls.Michael J. Spencer2015-11-131-2/+18
* ELF2: Print an error message for --relocatable.Rui Ueyama2015-11-121-0/+9
* [ELF2] SECTIONS command basic supportDenis Protivensky2015-11-121-0/+119
* [ELF2] Add mandatory .dynamic section entries on MIPS.Igor Kudrin2015-11-123-5/+100
* [ELF2] Sort dynamic symbols according to the MIPS requirements.Igor Kudrin2015-11-122-0/+58
* Add support for processing .eh_frame.Rafael Espindola2015-11-118-0/+160
* Canonicalize the type of .eh_frame.Rafael Espindola2015-11-111-0/+16
* [elf2] Add support for local TLS symbols.Michael J. Spencer2015-11-111-3/+1
* [elf2][x86-64] Add support for DTPOFF64Michael J. Spencer2015-11-111-0/+5
* [elf2][x86-64] Add support for DTPOFF32Michael J. Spencer2015-11-111-0/+8
* [elf2] Add support for R_X86_64_TLSLD.Michael J. Spencer2015-11-111-0/+48
* Start treating .eh_frame specially.Rafael Espindola2015-11-091-0/+19
* [ELF2] - Fixed crash for case when section sh_entsize is set to zero for SHF_...George Rimar2015-11-092-0/+4
* [ELF2/AArch64] Support R_AARCH64_LDST64_ABS_LO12_NC relocation.Davide Italiano2015-11-081-0/+13
* Round up the memsize of PT_TLS.Rafael Espindola2015-11-061-0/+21
* .eh_frame is not normally writable. Update the test to reflect that.Rafael Espindola2015-11-061-4/+4
* [ELF2] Add GOT section for MIPS target.Igor Kudrin2015-11-062-5/+113
* Check the range of R_X86_64_TPOFF32.Rafael Espindola2015-11-051-0/+12
* [elf2] Fix R_X86_64_TPOFF32 handling.Michael J. Spencer2015-11-051-4/+4
* [elf2] Implement R_X86_64_TPOFF32.Michael J. Spencer2015-11-031-3/+61
* Handle 0 sized sections like any other section.Rafael Espindola2015-11-0312-64/+90
* Create .bss only when needed.Rafael Espindola2015-11-037-111/+38
* Update for llvm change.Rafael Espindola2015-11-036-111/+47
* Avoid checking for irrelevant facts.Rafael Espindola2015-11-034-15/+15
* Two small fixes to copy relocation processing.Rafael Espindola2015-11-032-4/+20
* Make the test a bit more strict and fix the math.Rafael Espindola2015-11-031-1/+3
* Simplify. NFC.Rafael Espindola2015-11-031-2/+2
* Make this input a bit more readable.Rafael Espindola2015-11-031-2/+3
* [elf2] Generate PT_TLS.Michael J. Spencer2015-11-031-3/+31
* [ELF2/AArch64] Add relocation tests to ensure we handle overflow correctly.Davide Italiano2015-10-292-0/+14
* [ELF2/AArch64] Implement R_AARCH64_PREL16 and R_AARCH64_PREL32 relocations.Davide Italiano2015-10-291-5/+23
* [lld][MachO] Make sure LC_RPATH command size is a multiple of the pointer size.Lang Hames2015-10-291-1/+1
* Reapply r251536George Rimar2015-10-282-12/+12
* Revert r251536 as it broke buildbot: http://lab.llvm.org:8011/builders/llvm-c...George Rimar2015-10-282-12/+12
* [ELF2] R_X86_64_64 plt relocation implemented.George Rimar2015-10-282-12/+12
* [ELF2] R_X86_64_COPY relocation implementedGeorge Rimar2015-10-282-0/+66
* [ELF2/AArch64] Add support for R_AARCH64_PREL64.Davide Italiano2015-10-281-0/+11
* [Driver] Accept both -m <emulation> and -m<emulation>Simon Atanasyan2015-10-282-0/+4
* [elf2] Don't allocate VA space for TLS NOBITS sections.Michael J. Spencer2015-10-271-0/+93
OpenPOWER on IntegriCloud