summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [ELF] - Remove dead code.George Rimar2018-06-291-3/+0
* [ELF] - Add test case to test 32 bits output.George Rimar2018-06-291-0/+21
* [MinGW] Implement the GNU ld options -S/--strip-debugMartin Storsjo2018-06-293-0/+10
* [COFF] Add an LLD specific option -debug:symbtabMartin Storsjo2018-06-296-1/+19
* [WebAssembly] Fix --export of LTO symbolsSam Clegg2018-06-284-13/+53
* [WebAssembly] Add support for bitcode archive membersSam Clegg2018-06-289-17/+65
* [WebAssembly] LTO: Fix signatures of undefined functions in bitcodeSam Clegg2018-06-285-14/+40
* lld-link: align sections to 16 bytes if referenced from the gfids tableBob Haarman2018-06-283-0/+101
* [ELF] - EhFrame.cpp: add test case to check "CIE is too small" error message.George Rimar2018-06-281-0/+15
* [ELF] - EhFrame.cpp: add test case to cover "corrupted CIE" error message.George Rimar2018-06-281-0/+30
* [ELF] - EhFrame.cpp: add test case to cover "DW_EH_PE_aligned encoding is not...George Rimar2018-06-281-0/+30
* Fix warning on MSVC by using size_t arithmetic instead of casting after the f...Filipe Cabecinhas2018-06-281-1/+1
* [ELF] - EhFrame.cpp: add test case to check "unknown FDE encoding".George Rimar2018-06-281-0/+31
* [ELF] - EhFrame: add test case to cover uncovered branch of the code.George Rimar2018-06-281-0/+28
* [ELF] - Cover "unknown .eh_frame augmentation string" error.George Rimar2018-06-281-0/+28
* [ELF] - Add test case to cover "corrupted CIE (failed to read LEB128)" error.George Rimar2018-06-281-0/+21
* [ELF] - Removed trailing whitespace. NFC.George Rimar2018-06-281-1/+0
* [ELF] - Add test case to cover "corrupted CIE (failed to read string)"George Rimar2018-06-281-0/+23
* [ELF] - Add test case to cover "unexpected end of CIE" error.George Rimar2018-06-281-0/+17
* [ELF] - Get rid of precompiled elf object in test case.George Rimar2018-06-282-4/+17
* [ELF] Use %eiz after disassembler change in r335768Fangrui Song2018-06-271-2/+2
* [ELF] Rename RF_PROGBITS_NOT_EXEC_OR_WRITE to RF_RODATAFangrui Song2018-06-271-7/+6
* [ELF] - ICF: Add test case to check many sections case.George Rimar2018-06-271-0/+62
* [PPC64] Add support for R_PPC64_GOT_DTPREL16* relocationsZaara Syeda2018-06-276-8/+80
* [PPC64] Add TLS global dynamic to local exec relaxationZaara Syeda2018-06-272-0/+120
* [ELF] - Implement linker script OVERLAYs.George Rimar2018-06-276-10/+141
* Make -z option check more strict.Rui Ueyama2018-06-273-17/+11
* Report an error for an unknown -z option.Rui Ueyama2018-06-272-0/+23
* [ELF] Move `// REQUIRES:` line to the topFangrui Song2018-06-26127-132/+127
* [ELF] Make non-writable non-executable PROGBITS sections closer to .textFangrui Song2018-06-2646-245/+218
* [PPC64] Thread-local storage general-dynamic to initial-exec relaxation.Sean Fertile2018-06-264-0/+166
* [ELF] Assign RF_EXEC rank even if --no-rosegment or SECTIONS command is usedFangrui Song2018-06-2633-147/+148
* [ELF] Move `# REQUIRES:` line to the topFangrui Song2018-06-26104-178/+104
* [ELF] - Change the way of sorting local symbols.George Rimar2018-06-261-13/+13
* [ELF] Fix sort-non-script.sFangrui Song2018-06-251-1/+1
* [ELF] Change test files for style consistency. NFCFangrui Song2018-06-2510-37/+37
* [ELF] readobj -elf-output-style=GNU -> readelfFangrui Song2018-06-2512-16/+15
* [ELF] - ICF: add one more test case #3.George Rimar2018-06-251-0/+23
* [ELF] - Rewrote comment. NFC.George Rimar2018-06-251-2/+2
* [ELF] - ICF: add one more test case #2.George Rimar2018-06-251-0/+23
* [ELF] - ICF: add one more test case.George Rimar2018-06-251-0/+26
* Revert r335460 "[ELF] - ICF: Remove dead code. NFC."George Rimar2018-06-251-0/+3
* [ELF] - ICF: Remove dead code. NFC.George Rimar2018-06-251-3/+0
* [ELF] - ICF: test we do not merge sectinons which relocations points to symbo...George Rimar2018-06-251-0/+20
* [ELF] - Replace llvm::find_if with the loop. NFC.George Rimar2018-06-251-4/+3
* [ELF] Change llvm-objdump output for D48472: TEXT DATA -> TEXTFangrui Song2018-06-2315-25/+25
* [ELF] - ICF: test we do not merge sections which relocations differs only in ...George Rimar2018-06-221-0/+20
* Revert "[WebAssembly] Error on mismatched function signature in final output"Sam Clegg2018-06-227-46/+16
* [ELF] - Repair (re-enable) few ICF test cases.George Rimar2018-06-225-5/+5
* [ELF] - ICF: Add 2 more test cases.George Rimar2018-06-222-0/+92
OpenPOWER on IntegriCloud