summaryrefslogtreecommitdiffstats
path: root/lld/test
Commit message (Expand)AuthorAgeFilesLines
* Simplify error handling.Rui Ueyama2017-10-282-4/+0
* Remove trailing whitespace.Rui Ueyama2017-10-272-4/+4
* Handle all symbol types in --trace.Rafael Espindola2017-10-271-5/+9
* ELF: Add support for emitting dynamic relocations in the Android relocation p...Peter Collingbourne2017-10-271-0/+210
* [ELF] - Ignore non-absolute R_386_GOTPC relocation in debug sections.George Rimar2017-10-271-0/+33
* [ELF] - Stop naming relocation sections with first input section name.George Rimar2017-10-272-3/+3
* [ELF][ARM] Add missing REQUIRES: arm to testsPeter Smith2017-10-272-1/+2
* [ELF] Add support for multiple passes to createThunks()Peter Smith2017-10-274-0/+364
* [ELF] Introduce range extension thunks for ARMPeter Smith2017-10-2714-38/+1037
* [ELF] Pre-create ThunkSections at Target specific intervalsPeter Smith2017-10-271-3/+3
* [MinGW] Support --out-implib=name in addition to "--out-implib name"Martin Storsjo2017-10-261-0/+1
* [COFF] Add a test for def files with spaces between @ and ordinalMartin Storsjo2017-10-261-0/+5
* [ELF] - Dedupliсate FDEs when sections are ICFed.George Rimar2017-10-262-7/+103
* [lit] Respect LLVM_LIT_TOOLS_DIR when looking for 'tar' on Windows.Igor Kudrin2017-10-261-5/+7
* Fix SizeOfImage in the PE header.Rui Ueyama2017-10-251-1/+1
* [ELF] - Implement --orphan-handling option.George Rimar2017-10-251-24/+44
* [ELF] - Linkerscript: fix issue with SUBALIGN.George Rimar2017-10-252-0/+25
* Try to fix test on windows.Peter Collingbourne2017-10-251-5/+5
* COFF: Don't add /manifest* flags to the response file.Peter Collingbourne2017-10-251-0/+12
* [COFF] Add support for /WXShoaib Meenai2017-10-241-0/+17
* LLD/ELF/AMDGPU: Process AMDGPU-specific e_flagsKonstantin Zhuravlyov2017-10-245-0/+29
* [codeview] Fix handling of S_HEAPALLOCSITEReid Kleckner2017-10-241-0/+1561
* [ELF] - Do not collect SHT_REL[A] sections unconditionally when --gc-sections...George Rimar2017-10-241-2/+14
* [PDB] Add test for S_THUNK32 recordsReid Kleckner2017-10-231-0/+2747
* Document a change of behavior in r315552.Rafael Espindola2017-10-231-0/+17
* Add the --version option.Rui Ueyama2017-10-231-0/+3
* [COFF] Fix exporting of functions starting with underscores, etcMartin Storsjo2017-10-232-6/+79
* [ELF] When placing orphans, handle case when last section is deadPetr Hosek2017-10-231-0/+25
* Add R_PPC_ADDR16_HI relocation supportRui Ueyama2017-10-221-5/+19
* COFF: Add type server pdb files to linkrepro tar file.Peter Collingbourne2017-10-202-0/+15
* [COFF] Exclude certain static libraries and object files when exporting all s...Martin Storsjo2017-10-191-0/+18
* Handle shared symbols in the gnu hash construction.Rafael Espindola2017-10-183-38/+68
* Prune trailing linefeed.NAKAMURA Takumi2017-10-181-1/+0
* Revert "Bring back the rest of r315721."Rafael Espindola2017-10-182-38/+38
* Bring back the rest of r315721.Rafael Espindola2017-10-182-38/+38
* Bring back part of r315721.Rafael Espindola2017-10-171-21/+72
* COFF: Add resource files to linkrepro instead of the cvtres object file.Peter Collingbourne2017-10-161-0/+12
* Add base relative relocation record that can be used for the following case (...Tony Tye2017-10-161-0/+13
* [COFF] Fix a typo in a comment in a test. NFC.Martin Storsjo2017-10-151-1/+1
* Revert rL315721, "Handle shared and lazy symbol in the gnu hash construction."NAKAMURA Takumi2017-10-142-65/+14
* Give shared symbols priority over lazy ones.Rafael Espindola2017-10-131-0/+16
* Handle shared symbols in --gc-sections.Rafael Espindola2017-10-131-0/+6
* Handle shared and lazy symbol in the gnu hash construction.Rafael Espindola2017-10-132-14/+65
* Relax test.Rafael Espindola2017-10-131-3/+3
* Correctly handle shared and lazy symbols.Rafael Espindola2017-10-132-0/+7
* [lit] Raise the logic for enabling clang & lld substitutions to llvm.Zachary Turner2017-10-121-19/+4
* Update comment.Rafael Espindola2017-10-121-1/+1
* Relax test.Rafael Espindola2017-10-121-2/+2
* Use 0 as sh_link when we don't have a dynamic symbol table.Rafael Espindola2017-10-123-3/+3
* [ELF] - Linkerscript: Add `~` as separate math token.George Rimar2017-10-121-1/+1
OpenPOWER on IntegriCloud