aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-01Revert two changes that break Android builds.HEADmastermainllvm-r353983Chih-Hung Hsieh
2019-02-27Merge 14aa57da0 for LLVM update to 353983Yi Kong
2019-02-27 revert to previous base llvm-svn.349610Yi Kong
2019-02-13ELF: Allow GOT relocs pointing to non-preemptable ifunc to resolve to an IREL...Peter Collingbourne
2019-02-13Recover elf32-bigmips and elf32-powerpc support in LLDRui Ueyama
2019-02-13Show "Unknown -z option" error message even if --version or --help are given.Rui Ueyama
2019-02-12[PPC64] Update tests to reflect change in printing of call operand. [NFC]Sean Fertile
2019-02-12[PPC64] Sort .toc sections accessed with small code model relocs.Sean Fertile
2019-02-11lld: unquote possibly quoted `EXTERN("symbol")` entry in linker script.Rui Ueyama
2019-02-11Convert CRLF. NFC.Rui Ueyama
2019-02-09[LLD][ELF] - Update test case after yaml2obj change. NFCI.George Rimar
2019-02-09[ELF] Delete a comment that is no longer correct. Fix a typo. NFCFangrui Song
2019-02-09[LLD][ELF] Ensure tests use -o /dev/null instead of attempting to write to th...David L. Jones
2019-02-08[lld-link] better error message when failing to open archive membersBob Haarman
2019-02-08[LLD][ELF]Add test for missing thin archive memberJames Henderson
2019-02-07[WebAssembly] Refactor handling of weak undefined functions. NFC.Sam Clegg
2019-02-07[WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman
2019-02-07[WebAssembly] Improve docs for wasm linkerSam Clegg
2019-02-07Fix a bug in R_X86_64_PC{8,16} relocation handling.Rui Ueyama
2019-02-07docs: add missingkeyfunction to doctree, fix titleHans Wennborg
2019-02-07[LLD][ELF] - Set DF_STATIC_TLS flag for X64 targetGeorge Rimar
2019-02-07[WebAssembly] Honor WASM_SYMBOL_EXPORT symbol flagSam Clegg
2019-02-07[WebAssembly] Update test expectations to match llvm-readobj change. NFC.Sam Clegg
2019-02-06[MinGW] Add --insert-timestamp as complement to the --no-insert-timestamp optionMartin Storsjo
2019-02-06Correct "varaible" typo in commentEd Maste
2019-02-06Remove a small header that is used only by one file. NFC.Rui Ueyama
2019-02-06Add comment.Rui Ueyama
2019-02-06Support R_X86_64_PC8 and R_X86_64_PC16.Rui Ueyama
2019-02-06Recommit r353293 "[LLD][ELF] - Set DF_STATIC_TLS flag for i386 target."George Rimar
2019-02-06Revert r353293 "[LLD][ELF] - Set DF_STATIC_TLS flag for i386 target."George Rimar
2019-02-06[LLD][ELF] - Set DF_STATIC_TLS flag for i386 target.George Rimar
2019-02-06[ELF][ARM] Add test case that will fail if toPlt() is removed [NFC]Peter Smith
2019-02-06[wasm-ld] Fix wasm trace test to use %t for temporary files.David L. Jones
2019-02-06[WebAssembly] Implement --trace and --trace-symbolSam Clegg
2019-02-06[PPC64] Delete the unnecessary __tls_get_addr from ppc64-tls-ld-le.sFangrui Song
2019-02-06[PPC64] Set the number of relocations processed for R_PPC64_TLS[GL]D to 2Fangrui Song
2019-02-06[ELF] Fix typo in test/ELF/trace.sSam Clegg
2019-02-06[PDB] Remove dots and normalize slashes with /PDBSOURCEPATH.Zachary Turner
2019-02-05[llvm-readobj] Display sections that do not belong to a segment in the sectio...Matt Davis
2019-02-05Inline a trivial function and update comment. NFC.Rui Ueyama
2019-02-05[WebAssembly] Use wasm-ld rather than lld with -flavor in tests. NFC.Sam Clegg
2019-02-05[COFF] Avoid O(n^2) accesses into PartialSectionsMartin Storsjo
2019-02-05[MinGW] Hook up the --no-insert-timestamp optionMartin Storsjo
2019-02-04[WebAssembly] Update test to match new readobj output. NFC.Sam Clegg
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn
2019-02-04[WebAssembly] Update relocation naming to match llvm change. NFC.Sam Clegg
2019-02-02[ELF] Default to --no-allow-shlib-undefined for executablesFangrui Song
2019-02-01[COFF] Create range extension thunks for ARM64Martin Storsjo
2019-02-01[COFF] Fix crashes when writing a PDB after adding thunks.Martin Storsjo
2019-02-01Fix some sphinx doc errors.James Y Knight