summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* Fixing build failures caused by r253367. Sorry for breaking the build.Yunzhong Gao2015-11-171-5/+4
* [ELF2/AArch64] Add lazy relocation support for AArch64.Igor Kudrin2015-11-174-8/+272
* [ELF2] getPLTRefReloc() -> getPltRefReloc().Igor Kudrin2015-11-173-5/+5
* Make ELF2 the default.Rafael Espindola2015-11-173-4/+4
* 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 gnu2 to gnu.Rafael Espindola2015-11-162-5/+5
* [ELF2] Remove target specific code from GotPltSection.Igor Kudrin2015-11-163-9/+17
* Rename the gnu flavour to gnu old.Rafael Espindola2015-11-16462-696/+696
* [ELF2] - Implemented PT_GNU_STACK support, -z execstack option.George Rimar2015-11-1424-98/+231
* ELF2: Make comment less opinionated.Rui Ueyama2015-11-131-2/+2
* [ELF2] - Implemented R_X86_64_GOTTPOFF relocationGeorge Rimar2015-11-138-10/+97
* Use ld.lld2, not -flavor gnu2Rafael Espindola2015-11-132-6/+6
* [ELF2] - fix of eh-frame-merge.s and eh-frame-merge.s tests fails for win32 c...George Rimar2015-11-132-3/+3
* [ELF2] - dont merge .data.rel.ro/.data.rel.ro.local into .data section.George Rimar2015-11-132-0/+9
* 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-134-0/+64
* [elf2] get{Local,Global}DynamicReloc -> is{LocalGlobal}DynamicReloc.Michael J. Spencer2015-11-134-8/+12
* [elf2] Implement global dynamic tls.Michael J. Spencer2015-11-137-9/+72
* ELF2: Add comments and reorganize option list a bit.Rui Ueyama2015-11-131-5/+9
* Early continue. NFC.Rui Ueyama2015-11-121-8/+8
* ELF2: Make type a bit stricter. NFC.Rui Ueyama2015-11-121-4/+4
* ELF2: Simplify -z option handling. NFC.Rui Ueyama2015-11-121-10/+11
* ELF2: Print an error message for --relocatable.Rui Ueyama2015-11-123-0/+18
* [ELF2] SECTIONS command basic supportDenis Protivensky2015-11-124-11/+207
* [ELF2] Fix gcc warning in section kind switchDenis Protivensky2015-11-121-0/+1
* [ELF2] Add mandatory .dynamic section entries on MIPS.Igor Kudrin2015-11-126-8/+184
* [ELF2] Sort dynamic symbols according to the MIPS requirements.Igor Kudrin2015-11-124-0/+74
* Add support for processing .eh_frame.Rafael Espindola2015-11-1114-46/+512
* Fix indentation. Thank to David Blaikie for noticing.Rafael Espindola2015-11-111-1/+1
* Canonicalize the type of .eh_frame.Rafael Espindola2015-11-112-1/+21
* Add a helper for getting the output offset of an input offset.Rafael Espindola2015-11-112-3/+17
* Convert a few size_t I missed in the previous commit. Sorry about that.Rafael Espindola2015-11-111-2/+2
* Replace size_t with uintX_t in a few places.Rafael Espindola2015-11-112-3/+3
* Remove const from a few places. NFC.Rafael Espindola2015-11-112-6/+5
* Remove unnecessary this->. NFC.Rafael Espindola2015-11-111-2/+2
* Don't pass a member variable to a method. NFC.Rafael Espindola2015-11-112-10/+7
* Move relocate to the base class.Rafael Espindola2015-11-112-12/+11
* Simplify. NFC.Rafael Espindola2015-11-111-2/+1
* [elf2] Add support for local TLS symbols.Michael J. Spencer2015-11-112-4/+7
* [elf2][x86-64] Add support for DTPOFF64Michael J. Spencer2015-11-112-0/+7
* [elf2][x86-64] Add support for DTPOFF32Michael J. Spencer2015-11-112-0/+12
* [elf2] Add support for R_X86_64_TLSLD.Michael J. Spencer2015-11-117-3/+96
* Fix Clang-tidy modernize-use-auto warnings, other minor fixes.Eugene Zelenko2015-11-1013-109/+53
* [ELF2] Remove Writer::getVAStart, use TargetInfo::getVAStart instead.Igor Kudrin2015-11-103-4/+5
* Use llvm provided read and write functions.Rafael Espindola2015-11-091-17/+8
* Start treating .eh_frame specially.Rafael Espindola2015-11-093-5/+31
* [ELF2] - Fixed crash for case when section sh_entsize is set to zero for SHF_...George Rimar2015-11-093-1/+5
* [ELF2/AArch64] Support R_AARCH64_LDST64_ABS_LO12_NC relocation.Davide Italiano2015-11-082-0/+17
* Round up the memsize of PT_TLS.Rafael Espindola2015-11-065-11/+31
OpenPOWER on IntegriCloud