summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well.Nico Weber2020-06-231-2/+2
* Fix alignment of thunks for ARM/ARM64Martin Storsjö2020-06-173-16/+30
* [ELF] Don't cause assertion failure if --dynamic-list or --version-script tak...Fangrui Song2020-06-163-1/+14
* [lld][ELF] Mark empty NOLOAD output sections SHT_NOBITS instead of SHT_PROGBITSMatt Schulte2020-06-162-3/+6
* [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-144-31/+31
* [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-132-2/+64
* [ELF] Fix a null pointer dereference when --emit-relocs and --strip-debug are...Fangrui Song2020-04-104-4/+36
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-032-2/+11
* Minor ReleaseNotes fixesHans Wennborg2020-03-021-9/+9
* ReleaseNotes: remove in-progress warnings, tidy up a bitHans Wennborg2020-02-281-13/+1
* [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