summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Remove final -wasm component of target triple. NFC.Sam Clegg2018-05-1055-55/+55
* [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-102-1/+23
* [ELF] Rework debug line parsing to use llvm::Error and callbacks (LLD-side)James Henderson2018-05-105-2/+149
* [COFF] Fix dangling StringRefs from SVN 331900Martin Storsjo2018-05-091-2/+2
* [COFF] Allow specifying export forwarding in a def fileMartin Storsjo2018-05-092-0/+14
* [wasm] Update test for variables->retainedNodes rename.Benjamin Kramer2018-05-092-3/+3
* [COFF] Improve correctness of def parsing for GNU featuresMartin Storsjo2018-05-091-5/+4
* [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-095-43/+102
* 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-084-3/+60
* Add support for LTO plugin option obj-pathRumeet Dhindsa2018-05-084-7/+11
* Update ThinLTO Indexing logicRumeet Dhindsa2018-05-083-24/+43
* Refactor BitcodeCompiler::add(). NFC.Rui Ueyama2018-05-081-8/+7
* Fix a bug that a copy of a large vector was created. NFC.Rui Ueyama2018-05-081-1/+1
* [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-086-23/+91
* [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-0811-15/+17
* Rename a local variable whose scope is very narrow. NFC.Rui Ueyama2018-05-071-3/+3
* Improve error message for --plugin-opt=thinlto-prefix-replace.Rui Ueyama2018-05-072-3/+4
* Rename Config::ThinLTOIndexOnlyObjectFiles -> Config::ThinLTOIndexOnlyArg.Rui Ueyama2018-05-073-6/+6
* Split BitcodeCompiler::init() into two functions. NFC.Rui Ueyama2018-05-072-34/+33
* Add support for thinlto option ( thinlto-emit-imports-files) to emit import f...Rumeet Dhindsa2018-05-074-7/+72
* Do not call exit() directly from lld.Rui Ueyama2018-05-073-2/+12
* Refactor ThinLTO-related code in BitcodeCompiler.cpp. NFC.Rui Ueyama2018-05-073-54/+35
* Add test to ensure lld writes linked files to linked objects file for ThinLTO...Rumeet Dhindsa2018-05-071-0/+7
* Do not pass Config members to simplify function signature. NFC.Rui Ueyama2018-05-071-9/+4
* Parse --thinlto-prefix-replace early so that we don't need to parse it later....Rui Ueyama2018-05-073-19/+14
* Use StringRef instead of `const std::string &`. NFC.Rui Ueyama2018-05-071-3/+3
* Refactor BitcodeCompiler::createLTO. NFC.Rui Ueyama2018-05-072-19/+22
* ELF Thunks: fix build error: missing 'overrides'Roman Lebedev2018-05-061-1/+1
* [PPC64] Emit plt call stubs to the text section rather then the plt section.Sean Fertile2018-05-067-98/+156
* Fix -Wunused-variable warning introduced at r331566.Andrea Di Biagio2018-05-051-1/+1
* [WebAssembly] Check function signatures by defaultSam Clegg2018-05-0545-77/+82
* Add llvm-dwarfdump tool_patternsSam Clegg2018-05-051-1/+1
* [WebAssembly] Only perform sanity checking of relocation targets in debug buildsSam Clegg2018-05-052-10/+45
* [WebAssembly] Add support for debug (DWARF) sectionsSam Clegg2018-05-0412-19/+391
* [ELF][MIPS] Reorganize isMipsPIC routine. NFCSimon Atanasyan2018-05-041-7/+10
* [ELF][MIPS] Add STO_MIPS_MICROMIPS flag to symbols point to microMIPS PLT rec...Simon Atanasyan2018-05-042-4/+9
* 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 LLD - buildbot fixZaara Syeda2018-05-041-4/+11
* [PPC64] Remove support for ELF V1 ABI in LLDZaara Syeda2018-05-0429-457/+391
* [ELF][AArch64] Add aarch64_elf64_le_vec emulationPeter Smith2018-05-042-2/+7
* [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-042-0/+93
OpenPOWER on IntegriCloud