summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* Allow oformat to accept format starting with elf as acceptable format. isOutp...Rumeet Dhindsa2018-07-312-0/+4
* [lld] Fix test RUN commands so they don't fail when run in a read-only filesy...David L. Jones2018-07-311-6/+6
* ELF: Add libcall symbols to the link when LTO is being used.Peter Collingbourne2018-07-313-3/+45
* Simplify. NFC.Rui Ueyama2018-07-312-3/+2
* Make ICF log output order deterministic.Rui Ueyama2018-07-312-9/+3
* [LLD][ELF] - ICF: Check we do not fold sections which relocations reffering t...George Rimar2018-07-312-0/+24
* [ELF][ARM] Implement support for Tag_ABI_VFP_argsPeter Smith2018-07-3111-1/+241
* [LLD][ELF] - ICF: add test case testing we do not fold sections with the diff...George Rimar2018-07-311-0/+15
* windows_support.rst: Add links for downloadingHans Wennborg2018-07-311-0/+7
* index.rst: pe/coff does support pdbs nowHans Wennborg2018-07-311-1/+1
* [docs] Sort ld.lld.1 optionsFangrui Song2018-07-301-43/+43
* [docs] Add missing options to ld.lld.1Fangrui Song2018-07-301-24/+30
* [docs] Update ld.lld.1Fangrui Song2018-07-302-4/+10
* [AArch64] Support execute-only LOAD segments.David Bolvansky2018-07-306-0/+62
* [ELF] - Implement SHT_SYMTAB_SHNDX (.symtab_shndxr) section.George Rimar2018-07-305-35/+109
* [ELF][HEXAGON] Add R_HEX_32_6_X and R_HEX_12_XSid Manning2018-07-292-0/+13
* Reland r338088, "ELF: Make --print-icf-sections output deterministic."Peter Collingbourne2018-07-272-32/+27
* Revert "ELF: Make --print-icf-sections output deterministic."Ilya Biryukov2018-07-272-23/+28
* ELF: Make --print-icf-sections output deterministic.Peter Collingbourne2018-07-262-28/+23
* [COFF] Handle comdat sections without leader symbolsMartin Storsjo2018-07-262-0/+28
* [COFF] clean up global resources after completionRui Ueyama2018-07-261-0/+3
* [ELF] Fix linker-script-in-search-path.sFangrui Song2018-07-251-3/+3
* [ELF] Make linker-script-in-search-path.s robust per r337972Fangrui Song2018-07-251-2/+2
* Make a test more robust.Rui Ueyama2018-07-251-3/+3
* [ELF] Use search paths for --version-script=Fangrui Song2018-07-255-9/+23
* ELF: Do not ICF SHF_LINK_ORDER sections.Peter Collingbourne2018-07-252-0/+23
* Fix error messages for bad symbols.Rui Ueyama2018-07-242-13/+53
* [ELF][HEXAGON] Add R_HEX_B15_PCREL_X relocationSid Manning2018-07-242-0/+9
* [ELF][MIPS] Fix primary GOT sometimes overflowing by one or two wordsSimon Atanasyan2018-07-243-1/+95
* [WebAssembly] Add support for --whole-archive.Sam Clegg2018-07-235-14/+105
* Revert r337638, "ELF: Make sections with KeepUnique bit eligible for ICF."Peter Collingbourne2018-07-232-27/+5
* [LLD] Add llvm-objcopy to test dependencies. NFC.Andrew Ng2018-07-231-3/+3
* [ELF] Fix handling of FDE negative relative PC addrAndrew Ng2018-07-234-1/+261
* ELF: Read address significance tables with --icf=all.Peter Collingbourne2018-07-213-45/+92
* ELF: Make sections with KeepUnique bit eligible for ICF.Peter Collingbourne2018-07-212-5/+27
* Omit path to lld binary from lld's error, warning, and log output.Nico Weber2018-07-204-4/+4
* Simplify; no behavior change.Nico Weber2018-07-201-4/+2
* [PDB] Write the command line after response file expansionReid Kleckner2018-07-203-11/+16
* [ELF] Check eh_frame_hdr overflow with PC offsets instead of PC absolute addr...Fangrui Song2018-07-205-49/+81
* [COFF] Sort .reloc before all other discardable sectionsMartin Storsjo2018-07-202-7/+4
* [ELF] - Fix mistypes in test cases.George Rimar2018-07-202-2/+2
* [COFF] Write the debug directory and build id to a separate section for MinGWMartin Storsjo2018-07-202-2/+22
* [ELF][HEXAGON] Add support for R_HEX_B15_PCRELSid Manning2018-07-192-0/+8
* Add support for R_HEX_B32_PCREL_X, R_HEX_B22_PCREL_X relocationsSid Manning2018-07-192-0/+14
* [ELF] - Eliminate dead code. NFC.George Rimar2018-07-191-2/+1
* [ELF] - One more test case for .eh_frame_hdr.George Rimar2018-07-191-0/+28
* [PDB] Add PDBSourcePath flag to support absolutize source file pathTakuto Ikuta2018-07-197-1/+651
* [COFF] Don't produce base relocs for discardable sectionsMartin Storsjo2018-07-192-1/+43
* ELF: Implement --icf=safe using address-significance tables.Peter Collingbourne2018-07-189-11/+233
* [ELF] Error if -r --gdb-index are used togetherFangrui Song2018-07-182-14/+20
OpenPOWER on IntegriCloud