summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
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
2018-09-21Update release notes.Rui Ueyama
2018-09-21Align AArch64 and i386 image base to superpageDimitry Andric
2018-09-21[ELF] Use the Repl point to avoid the segfault when using ICFPetr Hosek
2018-09-20Make a member function non-member. NFC.Rui Ueyama
2018-09-20[WebAssembly] Add v128 value typeThomas Lively
2018-09-20Rename a function. NFC.Rui Ueyama
2018-09-20Make variable names shorter. NFC.Rui Ueyama
2018-09-20Simplify. NFC.Rui Ueyama
2018-09-20Add paretntheses around a C macro parameter.Rui Ueyama
2018-09-20[ELF][HEXAGON] Set DefaultMaxPageSize to 64KSid Manning
2018-09-20Fix one more test failure.Zachary Turner
2018-09-20[PPC64] Handle ppc64le triple in getBitcodeMachineKind.Sean Fertile
2018-09-20[PPC64] Helper for offset from a function's global entry to local entry. [NFC]Sean Fertile
2018-09-20[PPC64] Optimize redundant instructions in global access sequences.Sean Fertile
2018-09-18[COFF] Fix the name mangling of a function in the autoexport exclusion listMartin Storsjo
2018-09-18[COFF] Add support for delay loading DLLs for ARM64Martin Storsjo
2018-09-18[COFF] Fix a block with incorrect indentation. NFC.Martin Storsjo