summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2018-10-04[ELF][HEXAGON] Add support for GOT relocations.Sid Manning
2018-10-04[ELF] - Simplify. NFCI.George Rimar
2018-10-04Use std::make_pair rather than brace initialization.Matt Morehouse
2018-10-04[ELF] Fix typo. NFCShoaib Meenai
2018-10-03[ELF] Fix crash on invalid undefined local symbolsShoaib Meenai
2018-10-03[llvm-nm] Update lld tests based on changed llvm-nm outputJordan Rupprecht
2018-10-03[WebAssembly] Refactor use of signaturesDerek Schuff
2018-10-03Minor refacotring of Relocations.cpp. NFC.Rui Ueyama
2018-10-03[PPC64] Test documenting toc-restore after interposable recursive call. [NFC]Sean Fertile
2018-10-03[PPC64] Add test documenting toc-restore when linking with -Bsymbolic. [NFC]Sean Fertile
2018-10-03[COFF] Cope with weak aliases produced by GNU toolsMartin Storsjo
2018-10-03lld-link: Several tweaks to default entry point selection.Nico Weber
2018-10-03[ELF] - Fix BB after r343668George Rimar
2018-10-03[ELF] - Do not forget to include to .dymsym symbols that were converted to De...George Rimar
2018-10-03[LLD] - Do not crash when reporting errors when .debug_line_str (DWARF5) is usedGeorge Rimar
2018-10-02Introduce a flag to warn when ifunc symbols are used with text relocations.Ali Tamur
2018-10-02[NFC][BUG-FIX][ARM] Add missing data symbolDiogo N. Sampaio
2018-10-02[ELF] Read the call graph profile from object files.Michael J. Spencer
2018-10-01[ELF] [HEXAGON] Add support for PLT_B22_PCREL and HEX_32_PCRELSid Manning
2018-10-01Add an explanation about cross linking.Rui Ueyama
2018-10-01Fix typo in LLD man pageJames Henderson
2018-09-30[COFF] In MinGW mode, ignore relocations against a discarded sectionMartin Storsjo
2018-09-28[LLD][COFF] Fix pdb loading when the path points to a removable deviceAlexandre Ganea
2018-09-28[WebAssembly] Preserve function signatures during LTOSam Clegg
2018-09-28[ELF][HEXAGON] Add support for dynamic librariesSid Manning
2018-09-27[WebAssembly] Add --[no]-export-dynamic to replace --export-defaultSam Clegg
2018-09-27[COFF] Add missing Requires x86 to fix buildbotPeter Smith
2018-09-27[WebAssembly] Update Config member to match command line optionSam Clegg
2018-09-27Revert "[WebAssembly] Update docs"Sam Clegg
2018-09-27[WebAssembly] Update docsSam Clegg
2018-09-26[ELF] llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-26Allow later -z name=<int> args to override earlier argsRyan Prichard
2018-09-26[AArch64] Fix range check of R_AARCH64_TLSLE_ADD_TPREL_HI12Ryan Prichard
2018-09-26[ELF][test] Use llvm-readelf's short option -r instead of -relocations and re...Fangrui Song
2018-09-26[ELF] - Do not fail on R_*_NONE relocations when parsing the debug info.George Rimar
2018-09-26[COFF] Don't do autoexport of symbols from GNU import librariesMartin Storsjo
2018-09-26[COFF] Allow automatic dllimport from gnu import librariesMartin Storsjo
2018-09-25[WebAssembly] Add --export-default/--no-export-default optionsSam Clegg
2018-09-25Update a --help message and add -execute-only to the man page.Rui Ueyama
2018-09-25De-template VersionDefinitionSection. NFC.Rui Ueyama
2018-09-25Reset input section pointers to null on each linker invocation.Rui Ueyama
2018-09-25Fix an error message. It must start with a lowercase letter.Rui Ueyama
2018-09-25Parallelize .gdb_index string table writes.Rui Ueyama
2018-09-25[COFF] Add support for creating range extension thunks for ARMMartin Storsjo
2018-09-25[ELF] - Add -z global option to manual.George Rimar
2018-09-24[WebAssembly] Move .debug_line section address of dead function outside secti...Yury Delendik
2018-09-24[lld-link] Generalize handling of /debug and /debug:{none,full,fastlink,ghash...Will Wilson
2018-09-24Correct RISC-V link in release notesEd Maste
2018-09-21[COFF] Support linking to import libraries from GNU binutilsMartin Storsjo
2018-09-21Update release notes.Rui Ueyama