summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [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
* [WebAssembly] Fix archive member display in error messagesSam Clegg2018-07-185-9/+33
* Revert r336609: Fix direct calls to __wrap_sym when it is relocated.Rui Ueyama2018-07-185-61/+1
* Look for an entry point function if /nodefaultlib is given.Rui Ueyama2018-07-182-0/+52
* Fix `ld.lld --help` message.Rui Ueyama2018-07-181-2/+2
* [ELF] - Stop silently producing a broken .eh_frame_hdr.George Rimar2018-07-182-2/+36
* [ELF] - Add a test case to check DW_EH_PE_absptr address encoding.George Rimar2018-07-181-0/+74
* [ELF] - Improve eh-frame-value-format7.s test case.George Rimar2018-07-181-2/+23
* [ELF] - Improve relocatable-many-sections.s test case. NFC.George Rimar2018-07-181-0/+7
* [ELF] - Do not produce broken output when amount of sections is > ~65kGeorge Rimar2018-07-182-3/+108
* [ELF] — Add a test case for DW_EH_PE_udata2 encoding.George Rimar2018-07-181-0/+54
* Workaround warning bug in old versions of gcc.Sterling Augustine2018-07-181-0/+6
* Implement framework for linking split-stack object files, and x86_64 support.Sterling Augustine2018-07-1712-24/+409
* [WebAssemlby] Set IsUsedInRegularObj correctly for undefined data symbolsSam Clegg2018-07-173-0/+56
* Add wasm-ld to help text Improve error textSam Clegg2018-07-171-1/+2
* [ELF] - Eliminate dead 'return' in EhFrameSection::finalizeContents(). NFC.George Rimar2018-07-171-3/+1
* [ELF] - Remove dead code from EhFrameSection::addCie. NFC.George Rimar2018-07-171-5/+1
* [ELF] - Eliminate dead code. NFC.George Rimar2018-07-171-2/+0
* [ELF] - Add test for checking unknown -color-diagnostics arguments.George Rimar2018-07-171-0/+3
* [ELF] - Add a test for --no-warn-symbol-ordering.George Rimar2018-07-171-0/+5
* [ELF] - Simplify Symbol::getSize(). NFC.George Rimar2018-07-171-3/+1
* [ELF] - Check we able to report function symbols that encloses a location in ...George Rimar2018-07-171-0/+14
* [ELF] - Fix BB. 'Filecheck' -> 'FileCheck'.George Rimar2018-07-171-1/+1
* [ELF] - Check we are able to report zlib decompressor errors.George Rimar2018-07-171-0/+11
* [ELF] - Check we are able to report errors when DW_AT_decl_file is invalid.George Rimar2018-07-171-0/+103
* remove temporal file directory before testing in thinlto-debug-fission.llYunlian Jiang2018-07-161-1/+1
* Support option -plugin-opt=dwo_dir=Yunlian Jiang2018-07-165-0/+26
* [ELF] - Eliminate ObjFile<ELFT>::getLineInfo. NFC.George Rimar2018-07-163-14/+2
* [ELF] - Cover ObjFile<ELFT>::getLineInfo() with a test.George Rimar2018-07-161-0/+36
* attempt to get test/COFF/driver.test passing on sanitizer-x86_64-linux-fast; ...Nico Weber2018-07-141-1/+1
* lld-link: Add /lib to Options.td so that it appears in lld-link's help output.Nico Weber2018-07-143-0/+12
* [ELF] - Simplify code. NFC.George Rimar2018-07-121-6/+2
OpenPOWER on IntegriCloud