aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2020-03-03Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2-2/+11
2020-03-02Minor ReleaseNotes fixesHans Wennborg1-9/+9
2020-02-28ReleaseNotes: remove in-progress warnings, tidy up a bitHans Wennborg1-13/+1
2020-02-27[lld][ELF] Add some release notesFangrui Song1-1/+53
2020-02-25[docs][WebAssembly] WebAssembly-specific release notes for 10.0.Dan Gohman1-0/+1
2020-02-05[LLD] Add release notes for MinGW for the 10.x branchMartin Storsjö1-1/+27
2020-02-04[LLD][ELF][ARM][AArch64] Only round up ThunkSection Size when large OS.Peter Smith7-23/+165
2020-02-04[ELF] Decrease alignment of ThunkSection on 64-bit targets from 8 to 4Fangrui Song11-58/+58
2020-01-29[LLD][ELF][ARM] Do not insert interworking thunks for non STT_FUNC symbolsPeter Smith4-4/+130
2020-01-28[ELF][PPC32] Support --emit-relocs link of R_PPC_PLTREL24Fangrui Song2-0/+49
2020-01-26[docs][mips] 10.0 Release notesSimon Atanasyan1-0/+8
2020-01-25[ELF][PPC32] Support range extension thunks with addendsFangrui Song4-23/+140
2020-01-25[ELF][PPC32] Support canonical PLTFangrui Song5-12/+104
2020-01-24[lld][RISCV] Print error when encountering R_RISCV_ALIGNJames Clarke2-2/+19
2020-01-24[ELF][PowerPC] Support R_PPC_COPY and R_PPC64_COPYFangrui Song3-0/+31
2020-01-23[ELF] --no-dynamic-linker: don't emit undefined weak symbols to .dynsymFangrui Song4-2/+27
2020-01-23[test] Fix lld/test/ELF/riscv-pcrel-hilo-error.s after D73211James Clarke1-0/+6
2020-01-23[LLD][COFF] Enable linking of __declspec(selectany) symbols from Clang and GCCMarkus Böck2-0/+24
2020-01-17[ELF] Allow R_PLT_PC (R_PC) to a hidden undefined weak symbolFangrui Song2-0/+13
2020-01-17[ELF] Avoid false-positive assert in getErrPlace()Alex Richardson2-2/+7
2020-01-16[ELF] -r: don't create .interpFangrui Song2-4/+9
2020-01-15[MachO] Add a test for detecting reserved unit length.Igor Kudrin1-0/+38
2020-01-14[ELF] Delete the RelExpr member R_HINT. NFCFangrui Song3-4/+3
2020-01-14[ELF] --exclude-libs: don't assign VER_NDX_LOCAL to undefined symbolsFangrui Song2-1/+20
2020-01-13[ELF] Delete unintended --force-btiFangrui Song1-3/+0
2020-01-13[ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...Fangrui Song14-124/+454
2020-01-13[MIPS][ELF] Use PC-relative relocations in .eh_frame when possibleAlex Richardson1-0/+58
2020-01-12[MC][ELF] Emit a relocation if target is defined in the same section and is n...Fangrui Song1-1/+1
2020-01-10[COFF] Align ARM64 range extension thunks at instruction boundaryTom Tan2-3/+19
2020-01-10[lld][WebAssembly] Add libcall symbols to the link when LTO is being used.Sam Clegg6-0/+74
2020-01-10[ELF] Make TargetInfo::writeIgotPlt a no-opFangrui Song4-9/+5
2020-01-10[DebugInfo] Improve error message textJames Henderson1-1/+1
2020-01-10[Support] ThreadPoolExecutor fixes for Windows/MinGWAndrew Ng1-3/+4
2020-01-09[ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi5-0/+54
2020-01-09fix a few typos to cycle the botsNico Weber4-8/+8
2020-01-09[ELF] Fix includeInDynsym() when an undefined weak is merged with a lazy defi...Fangrui Song2-1/+8
2020-01-09Re-apply "[ELF] Allow getErrPlace() to work before Out::bufferStart is set"Alex Richardson2-6/+12
2020-01-09[ELF][Hexagon] Add support for IE relocationsSid Manning3-1/+103
2020-01-08[LLD] [COFF] Fix post-commit suggestions for absolute symbol equalityMartin Storsjö3-12/+5
2020-01-08[ELF] Delete an unused special rule from isStaticLinkTimeConstant. NFCFangrui Song1-10/+0
2020-01-08[ELF] Don't special case weak symbols for pie with no shared objectsFangrui Song3-40/+7
2020-01-07[LLD][ELF][AArch64] Do not use thunk for undefined weak symbol.Peter Smith3-28/+33
2020-01-06[lld] Fix trivial typos in commentsKazuaki Ishizaki31-46/+46
2020-01-06[llvm-readelf] Print EI_ABIVERSION as decimal instead of hexadecimalFangrui Song1-1/+1
2020-01-04[ELF] Drop const qualifier to fix -Wrange-loop-analysis. NFCFangrui Song1-1/+1
2020-01-04[LLD] [COFF] Don't error out on duplicate absolute symbols with the same valueMartin Storsjö4-3/+31
2020-01-03[test][ELF] Use CHECK-NEXT to properly verify error messagesJames Henderson1-34/+36
2020-01-02[PDB] Print the most redundant type record indices with /summaryReid Kleckner2-2/+103
2020-01-02build: reduce CMake handling for zlibSaleem Abdulrasool2-11/+2
2020-01-02[ELF][Hexagon][test] Use llvm-readobj to check relocations. NFCFangrui Song1-3/+8