summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [lld][ELF] Add some release notesFangrui Song2020-02-271-1/+53
* [docs][WebAssembly] WebAssembly-specific release notes for 10.0.Dan Gohman2020-02-251-0/+1
* [LLD] Add release notes for MinGW for the 10.x branchMartin Storsjö2020-02-051-1/+27
* [LLD][ELF][ARM][AArch64] Only round up ThunkSection Size when large OS.Peter Smith2020-02-047-23/+165
* [ELF] Decrease alignment of ThunkSection on 64-bit targets from 8 to 4Fangrui Song2020-02-0411-58/+58
* [LLD][ELF][ARM] Do not insert interworking thunks for non STT_FUNC symbolsPeter Smith2020-01-294-4/+130
* [ELF][PPC32] Support --emit-relocs link of R_PPC_PLTREL24Fangrui Song2020-01-282-0/+49
* [docs][mips] 10.0 Release notesSimon Atanasyan2020-01-261-0/+8
* [ELF][PPC32] Support range extension thunks with addendsFangrui Song2020-01-254-23/+140
* [ELF][PPC32] Support canonical PLTFangrui Song2020-01-255-12/+104
* [lld][RISCV] Print error when encountering R_RISCV_ALIGNJames Clarke2020-01-242-2/+19
* [ELF][PowerPC] Support R_PPC_COPY and R_PPC64_COPYFangrui Song2020-01-243-0/+31
* [ELF] --no-dynamic-linker: don't emit undefined weak symbols to .dynsymFangrui Song2020-01-234-2/+27
* [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-232-0/+24
* [ELF] Allow R_PLT_PC (R_PC) to a hidden undefined weak symbolFangrui Song2020-01-172-0/+13
* [ELF] Avoid false-positive assert in getErrPlace()Alex Richardson2020-01-172-2/+7
* [ELF] -r: don't create .interpFangrui Song2020-01-162-4/+9
* [MachO] Add a test for detecting reserved unit length.Igor Kudrin2020-01-151-0/+38
* [ELF] Delete the RelExpr member R_HINT. NFCFangrui Song2020-01-143-4/+3
* [ELF] --exclude-libs: don't assign VER_NDX_LOCAL to undefined symbolsFangrui Song2020-01-142-1/+20
* [ELF] Delete unintended --force-btiFangrui Song2020-01-131-3/+0
* [ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...Fangrui Song2020-01-1314-124/+454
* [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-102-3/+19
* [lld][WebAssembly] Add libcall symbols to the link when LTO is being used.Sam Clegg2020-01-106-0/+74
* [ELF] Make TargetInfo::writeIgotPlt a no-opFangrui Song2020-01-104-9/+5
* [DebugInfo] Improve error message textJames Henderson2020-01-101-1/+1
* [Support] ThreadPoolExecutor fixes for Windows/MinGWAndrew Ng2020-01-101-3/+4
* [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi2020-01-095-0/+54
* fix a few typos to cycle the botsNico Weber2020-01-094-8/+8
* [ELF] Fix includeInDynsym() when an undefined weak is merged with a lazy defi...Fangrui Song2020-01-092-1/+8
* Re-apply "[ELF] Allow getErrPlace() to work before Out::bufferStart is set"Alex Richardson2020-01-092-6/+12
* [ELF][Hexagon] Add support for IE relocationsSid Manning2020-01-093-1/+103
* [LLD] [COFF] Fix post-commit suggestions for absolute symbol equalityMartin Storsjö2020-01-083-12/+5
* [ELF] Delete an unused special rule from isStaticLinkTimeConstant. NFCFangrui Song2020-01-081-10/+0
* [ELF] Don't special case weak symbols for pie with no shared objectsFangrui Song2020-01-083-40/+7
* [LLD][ELF][AArch64] Do not use thunk for undefined weak symbol.Peter Smith2020-01-073-28/+33
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-0631-46/+46
* [llvm-readelf] Print EI_ABIVERSION as decimal instead of hexadecimalFangrui Song2020-01-061-1/+1
* [ELF] Drop const qualifier to fix -Wrange-loop-analysis. NFCFangrui Song2020-01-041-1/+1
* [LLD] [COFF] Don't error out on duplicate absolute symbols with the same valueMartin Storsjö2020-01-044-3/+31
* [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-022-2/+103
* 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-023-0/+72
* [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