summaryrefslogtreecommitdiffstats
path: root/lld/test
Commit message (Expand)AuthorAgeFilesLines
* Fix alignment of thunks for ARM/ARM64Martin Storsjö2020-06-171-9/+11
* [ELF] Don't cause assertion failure if --dynamic-list or --version-script tak...Fangrui Song2020-06-162-0/+9
* [lld][ELF] Mark empty NOLOAD output sections SHT_NOBITS instead of SHT_PROGBITSMatt Schulte2020-06-161-3/+5
* [ELF][test] Make tests less address sensitive and delete redundant testsFangrui Song2020-06-167-164/+22
* [CodeView] Align type records on 4-bytes when emitting PDBsAlexandre Ganea2020-04-161-0/+46
* [ELF] Allow SHF_LINK_ORDER and non-SHF_LINK_ORDER to be mixedFangrui Song2020-04-142-20/+7
* [ELF][test] Improve linkerscript/linkorder.sFangrui Song2020-04-141-18/+48
* [ELF][test] Rename SHF_LINK_ORDER related "metadata" to "linkorder"Fangrui Song2020-04-1411-62/+49
* [COFF] Don't treat DWARF sections as GC rootsReid Kleckner2020-04-131-0/+60
* [ELF] Fix a null pointer dereference when --emit-relocs and --strip-debug are...Fangrui Song2020-04-101-0/+20
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-032-2/+11
* [LLD][ELF][ARM][AArch64] Only round up ThunkSection Size when large OS.Peter Smith2020-02-044-17/+129
* [ELF] Decrease alignment of ThunkSection on 64-bit targets from 8 to 4Fangrui Song2020-02-0410-56/+56
* [LLD][ELF][ARM] Do not insert interworking thunks for non STT_FUNC symbolsPeter Smith2020-01-293-0/+126
* [ELF][PPC32] Support --emit-relocs link of R_PPC_PLTREL24Fangrui Song2020-01-281-0/+41
* [ELF][PPC32] Support range extension thunks with addendsFangrui Song2020-01-251-0/+87
* [ELF][PPC32] Support canonical PLTFangrui Song2020-01-251-0/+72
* [lld][RISCV] Print error when encountering R_RISCV_ALIGNJames Clarke2020-01-241-0/+12
* [ELF][PowerPC] Support R_PPC_COPY and R_PPC64_COPYFangrui Song2020-01-241-0/+29
* [ELF] --no-dynamic-linker: don't emit undefined weak symbols to .dynsymFangrui Song2020-01-231-0/+15
* [test] Fix lld/test/ELF/riscv-pcrel-hilo-error.s after D73211James Clarke2020-01-231-0/+6
* [LLD][COFF] Enable linking of __declspec(selectany) symbols from Clang and GCCMarkus Böck2020-01-231-0/+13
* [ELF] Allow R_PLT_PC (R_PC) to a hidden undefined weak symbolFangrui Song2020-01-171-0/+5
* [ELF] Avoid false-positive assert in getErrPlace()Alex Richardson2020-01-171-1/+6
* [ELF] -r: don't create .interpFangrui Song2020-01-161-2/+7
* [ELF] --exclude-libs: don't assign VER_NDX_LOCAL to undefined symbolsFangrui Song2020-01-141-0/+19
* [ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...Fangrui Song2020-01-134-95/+185
* [MIPS][ELF] Use PC-relative relocations in .eh_frame when possibleAlex Richardson2020-01-131-0/+58
* [MC][ELF] Emit a relocation if target is defined in the same section and is n...Fangrui Song2020-01-121-1/+1
* [COFF] Align ARM64 range extension thunks at instruction boundaryTom Tan2020-01-101-2/+18
* [lld][WebAssembly] Add libcall symbols to the link when LTO is being used.Sam Clegg2020-01-102-0/+31
* [ELF] Make TargetInfo::writeIgotPlt a no-opFangrui Song2020-01-102-4/+4
* [DebugInfo] Improve error message textJames Henderson2020-01-101-1/+1
* [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi2020-01-091-0/+48
* [ELF] Fix includeInDynsym() when an undefined weak is merged with a lazy defi...Fangrui Song2020-01-091-0/+5
* Re-apply "[ELF] Allow getErrPlace() to work before Out::bufferStart is set"Alex Richardson2020-01-091-2/+2
* [ELF][Hexagon] Add support for IE relocationsSid Manning2020-01-091-0/+78
* [LLD] [COFF] Fix post-commit suggestions for absolute symbol equalityMartin Storsjö2020-01-081-2/+2
* [ELF] Don't special case weak symbols for pie with no shared objectsFangrui Song2020-01-082-35/+7
* [LLD][ELF][AArch64] Do not use thunk for undefined weak symbol.Peter Smith2020-01-072-28/+29
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-065-5/+5
* [llvm-readelf] Print EI_ABIVERSION as decimal instead of hexadecimalFangrui Song2020-01-061-1/+1
* [LLD] [COFF] Don't error out on duplicate absolute symbols with the same valueMartin Storsjö2020-01-042-1/+15
* [test][ELF] Use CHECK-NEXT to properly verify error messagesJames Henderson2020-01-031-34/+36
* [PDB] Print the most redundant type record indices with /summaryReid Kleckner2020-01-021-1/+13
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-022-11/+2
* [ELF][Hexagon][test] Use llvm-readobj to check relocations. NFCFangrui Song2020-01-021-3/+8
* Add TPREL relocation support to HexagonSid Manning2020-01-021-0/+56
* [test][ELF] Verify debug line corruption messages are printed onceJames Henderson2020-01-022-9/+30
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-022-2/+11
OpenPOWER on IntegriCloud