summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [ELF] - Fix BB.George Rimar2018-06-041-2/+2
* [ELF] - Also use DW_AT_linkage_name when gathering information about variable...George Rimar2018-06-042-3/+201
* ELF: Ignore argument after --plugin.Peter Collingbourne2018-06-012-1/+3
* Show choices of multiple-choice options in `ld.lld --help` message.Rui Ueyama2018-06-011-13/+17
* [PPC64] Add support for initial-exec TLS modelZaara Syeda2018-06-013-0/+134
* Print out "Alias for -foo" instead of repeating the same help message for -foo.Rui Ueyama2018-05-312-49/+52
* Fix rpath-link handlingTaiju Tsuiki2018-05-311-1/+1
* [PPC64] Support R_PPC64_GOT_TLSLD16 relocations.Sean Fertile2018-05-315-1/+126
* Rename R_TLSGD/R_TLSLD to add _GOT_FROM_END. NFC.Sean Fertile2018-05-314-13/+14
* Remove name from unused options. NFC.Rui Ueyama2018-05-311-22/+22
* Fix formatting. NFC.Rui Ueyama2018-05-311-5/+5
* lld-link: Implement /INTEGRITYCHECK flagNico Weber2018-05-315-1/+19
* Attempt to fix a buildbot.Rui Ueyama2018-05-311-1/+1
* Fix a wrong `ld.lld --help` message.Rui Ueyama2018-05-311-1/+1
* Implement --{push,pop}-state.Rui Ueyama2018-05-314-0/+66
* Add "(default)" to default optionsRui Ueyama2018-05-301-24/+24
* Simplify `ld.lld --help` message.Rui Ueyama2018-05-301-79/+67
* [WebAssembly] Initial support for LTOSam Clegg2018-05-3026-21/+674
* [ELF] Remove -m argument to lld in test files. NFC.Sam Clegg2018-05-3065-98/+99
* [ELF][MIPS] Update comments in test cases. NFCSimon Atanasyan2018-05-302-4/+6
* [ELF] Group LTO options together. NFC.Sam Clegg2018-05-301-3/+2
* [WebAssembly] Add support for response file parsingSam Clegg2018-05-302-0/+14
* ELF: Run the same test without --thinlto-jobs as we do with --thinlto-jobs.Peter Collingbourne2018-05-291-3/+3
* [COFF] Unify output section code. NFCShoaib Meenai2018-05-291-22/+17
* [COFF] Simplify symbol table output section computationShoaib Meenai2018-05-293-15/+14
* [COFF] Update CV register names.Jonas Devlieghere2018-05-299-21/+21
* [PPC64] Support General-Dynamic tls.Sean Fertile2018-05-295-4/+133
* [ELF][MIPS] Add test case to cover handling of microMIPS relocations in 64-bi...Simon Atanasyan2018-05-291-0/+22
* Fix retpoline PLT for x86-64 when used for >4GB address.Rui Ueyama2018-05-252-3/+11
* Add a comment for retpoline PLT.Rui Ueyama2018-05-251-0/+9
* Fix a bug that we truncated GOTPLT entries to 32 bits.Rui Ueyama2018-05-252-1/+17
* Add llvm-bcanalyzer as an LLD test dependencyJames Henderson2018-05-251-1/+1
* Fix regex in lld ppc64-ifunc test.Sean Fertile2018-05-241-1/+1
* [PPC64] Set the IRelative relocation type.Sean Fertile2018-05-242-0/+11
* [PPC64] Add .toc section after .got sectionZaara Syeda2018-05-244-6/+128
* Revert "[ELF] Simplify. NFC"Fangrui Song2018-05-231-2/+2
* Replace last DEBUG occurrence with LLVM_DEBUG in lld.Nicola Zaghen2018-05-231-9/+9
* ELF: Do not ICF sections named with a C identifier.Peter Collingbourne2018-05-233-2/+17
* ELF: Do not ICF two sections with different output sections.Peter Collingbourne2018-05-236-4/+21
* [WebAssembly] Fix crash when relocation synbol is not liveSam Clegg2018-05-234-45/+64
* Add missing REQUIRES: x86.Peter Collingbourne2018-05-221-0/+1
* ELF: Allow ICF on .data.rel.ro sections.Peter Collingbourne2018-05-222-2/+19
* [WebAssembly] Remove dead code from LEB compression pass.Sam Clegg2018-05-221-9/+2
* Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg2018-05-2211-79/+72
* [WebAssembly] Fix two bugs in LEB compression: properly calculate function bo...Sam Clegg2018-05-221-1/+2
* Move code to improve readability. NFC.Rui Ueyama2018-05-221-1/+1
* Simplify. NFC.Rui Ueyama2018-05-221-9/+5
* [ELF] Simplify. NFCFangrui Song2018-05-221-2/+2
* CommandFlags.def -> CommandFlags.inc, leftover after r329840Fangrui Song2018-05-221-2/+2
* Handle --plugin-opt= options as alias options.Rui Ueyama2018-05-227-64/+91
OpenPOWER on IntegriCloud