summaryrefslogtreecommitdiffstats
path: root/lld/test
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Remove final -wasm component of target triple. NFC.Sam Clegg2018-05-1054-54/+54
* [ELF][MIPS] Add test case to check some microMIPS R6 relocations. NFCSimon Atanasyan2018-05-101-0/+38
* [ELF][MIPS] Add test case to check N32 ABI PLT generation. NFCSimon Atanasyan2018-05-101-0/+43
* [ELF] - Improve the test cases for notes sections.George Rimar2018-05-102-14/+41
* [ELF] Omit PT_NOTE for SHT_NOTE without SHF_ALLOCEd Maste2018-05-101-0/+22
* [ELF] Rework debug line parsing to use llvm::Error and callbacks (LLD-side)James Henderson2018-05-104-1/+141
* [COFF] Allow specifying export forwarding in a def fileMartin Storsjo2018-05-091-0/+4
* [wasm] Update test for variables->retainedNodes rename.Benjamin Kramer2018-05-092-3/+3
* [ELF][MIPS] Add test case to cover LA25 r6 thunks generation. NFCSimon Atanasyan2018-05-091-25/+59
* [PPC64] Add lazy symbol resolution stubs.Sean Fertile2018-05-093-33/+26
* Fix test by adding -triple=x86_64-unknown-linuxSriraman Tallam2018-05-091-1/+1
* New option -z keep-text-section-prefix to keep text sections with prefixes se...Sriraman Tallam2018-05-081-0/+38
* Add support for LTO plugin option obj-pathRumeet Dhindsa2018-05-081-5/+6
* Update ThinLTO Indexing logicRumeet Dhindsa2018-05-081-0/+6
* [ELF][MIPS] Fix test case in attempt to restore Windows build-bot. NFCSimon Atanasyan2018-05-081-4/+4
* [ELF][MIPS] Fix calculation of GP relative relocations in case of relocatable...Simon Atanasyan2018-05-084-9/+66
* [LLD][ELF][AArch64] Increase test coverage of AArch64ErrataFix [NFC]Peter Smith2018-05-081-4/+4
* [LLD][ELF] Add test cases to improve code coverage of Thunks [NFC]Peter Smith2018-05-082-0/+54
* Add a CIE with length 0 unconditionally.Fangrui Song2018-05-0810-11/+13
* Improve error message for --plugin-opt=thinlto-prefix-replace.Rui Ueyama2018-05-071-2/+2
* Add support for thinlto option ( thinlto-emit-imports-files) to emit import f...Rumeet Dhindsa2018-05-071-0/+55
* Do not call exit() directly from lld.Rui Ueyama2018-05-071-1/+1
* Refactor ThinLTO-related code in BitcodeCompiler.cpp. NFC.Rui Ueyama2018-05-071-1/+1
* Add test to ensure lld writes linked files to linked objects file for ThinLTO...Rumeet Dhindsa2018-05-071-0/+7
* [PPC64] Emit plt call stubs to the text section rather then the plt section.Sean Fertile2018-05-063-61/+80
* [WebAssembly] Check function signatures by defaultSam Clegg2018-05-0541-63/+76
* Add llvm-dwarfdump tool_patternsSam Clegg2018-05-051-1/+1
* [WebAssembly] Add support for debug (DWARF) sectionsSam Clegg2018-05-043-0/+205
* [ELF][MIPS] Add STO_MIPS_MICROMIPS flag to symbols point to microMIPS PLT rec...Simon Atanasyan2018-05-041-2/+4
* Object: The default alignment of a section without alignment flags is 16.Peter Collingbourne2018-05-044-114/+135
* [PPC64] Remove support for ELF V1 ABI in LLDZaara Syeda2018-05-0422-355/+329
* [ELF][AArch64] Add aarch64_elf64_le_vec emulationPeter Smith2018-05-041-1/+5
* [ELF][AArch64] Add REQUIRES aarch64 to test [NFC]Peter Smith2018-05-041-0/+2
* [ELF][AArch64] Implement the AArch64 TLSLD_LDST_LO12 family of relocsPeter Smith2018-05-041-0/+83
* [COFF] Implement the remaining ARM64 relocationsMartin Storsjo2018-05-043-5/+47
* Added ThinLTO test to verify that index files are not generated if thinlto-in...Rumeet Dhindsa2018-05-031-0/+9
* [ELF][MIPS] Check that a section has a valid reference to a file in the isMip...Simon Atanasyan2018-05-031-8/+24
* [WebAssembly] Add --stack-first option which places the shadow stack at start...Sam Clegg2018-05-031-0/+42
* Update Error MessageRumeet Dhindsa2018-05-031-1/+1
* Updated ThinLTO test to not include forward or backward slash for testingRumeet Dhindsa2018-05-031-3/+3
* Added support for ThinLTO plugin options : thinlto-index-only and thinlto-pre...Rumeet Dhindsa2018-05-023-5/+87
* [PPC64] Add offset to local entry point when calling functions without pltZaara Syeda2018-04-273-0/+123
* [WebAssembly] Add version to linking section (to match llvm-side change)Sam Clegg2018-04-269-5/+9
* Replace SharedSymbols with Defined when creating copy relocations.Rafael Espindola2018-04-261-2/+2
* Simplify processRelocAux.Rafael Espindola2018-04-261-2/+2
* Add a test. NFC.Rafael Espindola2018-04-261-0/+29
* [COFF] Don't set the tsaware bit on DLLsHans Wennborg2018-04-251-0/+4
* [ELF] - Eliminate the AssertCommand.George Rimar2018-04-251-3/+4
* Bring r329960 back.Rafael Espindola2018-04-252-62/+32
* Add a test. NFC.Rafael Espindola2018-04-241-0/+21
OpenPOWER on IntegriCloud