aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-08Expand comments.linaro-local/peter.smith/icfRui Ueyama
2018-06-07[WebAssembly] Add --export-all flagSam Clegg
2018-06-07[COFF] report file containing unsupported relocationBob Haarman
2018-06-07Expand the file comment for the error handlers.Rui Ueyama
2018-06-06[ThinLTO/lld] Document constant bool ModuleSummaryIndex parameter (NFC)Teresa Johnson
2018-06-06Correct aligment computation for shared object symbols.Han Shen
2018-06-06Remove an unrelated file accidentally submitted as part of r334095.Rui Ueyama
2018-06-06[lld] Add REQUIRES: x86 where needed to testsJoel Jones
2018-06-05Do not show unrelated "-m is missing" error message.Rui Ueyama
2018-06-04[ELF] - Fix BB.George Rimar
2018-06-04[ELF] - Also use DW_AT_linkage_name when gathering information about variable...George Rimar
2018-06-01ELF: Ignore argument after --plugin.Peter Collingbourne
2018-06-01Show choices of multiple-choice options in `ld.lld --help` message.Rui Ueyama
2018-06-01[PPC64] Add support for initial-exec TLS modelZaara Syeda
2018-05-31Print out "Alias for -foo" instead of repeating the same help message for -foo.Rui Ueyama
2018-05-31Fix rpath-link handlingTaiju Tsuiki
2018-05-31[PPC64] Support R_PPC64_GOT_TLSLD16 relocations.Sean Fertile
2018-05-31Rename R_TLSGD/R_TLSLD to add _GOT_FROM_END. NFC.Sean Fertile
2018-05-31Remove name from unused options. NFC.Rui Ueyama
2018-05-31Fix formatting. NFC.Rui Ueyama
2018-05-31lld-link: Implement /INTEGRITYCHECK flagNico Weber
2018-05-31Attempt to fix a buildbot.Rui Ueyama
2018-05-31Fix a wrong `ld.lld --help` message.Rui Ueyama
2018-05-31Implement --{push,pop}-state.Rui Ueyama
2018-05-30Add "(default)" to default optionsRui Ueyama
2018-05-30Simplify `ld.lld --help` message.Rui Ueyama
2018-05-30[WebAssembly] Initial support for LTOSam Clegg
2018-05-30[ELF] Remove -m argument to lld in test files. NFC.Sam Clegg
2018-05-30[ELF][MIPS] Update comments in test cases. NFCSimon Atanasyan
2018-05-30[ELF] Group LTO options together. NFC.Sam Clegg
2018-05-30[WebAssembly] Add support for response file parsingSam Clegg
2018-05-29ELF: Run the same test without --thinlto-jobs as we do with --thinlto-jobs.Peter Collingbourne
2018-05-29[COFF] Unify output section code. NFCShoaib Meenai
2018-05-29[COFF] Simplify symbol table output section computationShoaib Meenai
2018-05-29[COFF] Update CV register names.Jonas Devlieghere
2018-05-29[PPC64] Support General-Dynamic tls.Sean Fertile
2018-05-29[ELF][MIPS] Add test case to cover handling of microMIPS relocations in 64-bi...Simon Atanasyan
2018-05-25Fix retpoline PLT for x86-64 when used for >4GB address.Rui Ueyama
2018-05-25Add a comment for retpoline PLT.Rui Ueyama
2018-05-25Fix a bug that we truncated GOTPLT entries to 32 bits.Rui Ueyama
2018-05-25Add llvm-bcanalyzer as an LLD test dependencyJames Henderson
2018-05-24Fix regex in lld ppc64-ifunc test.Sean Fertile
2018-05-24[PPC64] Set the IRelative relocation type.Sean Fertile
2018-05-24[PPC64] Add .toc section after .got sectionZaara Syeda
2018-05-23Revert "[ELF] Simplify. NFC"Fangrui Song
2018-05-23Replace last DEBUG occurrence with LLVM_DEBUG in lld.Nicola Zaghen
2018-05-23ELF: Do not ICF sections named with a C identifier.Peter Collingbourne
2018-05-23ELF: Do not ICF two sections with different output sections.Peter Collingbourne
2018-05-23[WebAssembly] Fix crash when relocation synbol is not liveSam Clegg
2018-05-22Add missing REQUIRES: x86.Peter Collingbourne