summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2018-12-04ELF: allow non allocated sections to go into allocated sectionsRui Ueyama
2018-12-04[ELF] Allow discarding of .rela.pltMartell Malone
2018-12-04[PPC][PPC64] PPC_REL14 and PPC64_REL14 relocationsMartell Malone
2018-12-03[WebAssembly] Don't set a maximum size when importing the tableSam Clegg
2018-12-03Show a proper error message if output file is too large.Rui Ueyama
2018-12-03[LLD][ELF] - Remove the excessive condition. NFC.George Rimar
2018-12-03[LLD][ELF] - Improve the DWARF v5 suport for building .gdb_index.George Rimar
2018-11-30Inline a function template that is used only once. NFC.Rui Ueyama
2018-11-30[PDB] Quote linker arguments containing spaces (mimic MSVC)Alexandre Ganea
2018-11-30Do not assume .idata is zero-initialized.Rui Ueyama
2018-11-29[WebAssembly] Allow undefined symbols when building shared librariesSam Clegg
2018-11-29[LLD][ELF] Error if _GLOBAL_OFFSET_TABLE_ is defined in input objectsPeter Smith
2018-11-29[WebAssembly] Update docsSam Clegg
2018-11-29[ELF] --gdb-index: use lower_bound to compute relative CU index in the object...Fangrui Song
2018-11-28Simplify Symbol::getPltVA.Rui Ueyama
2018-11-28Fix a typo.Haojian Wu
2018-11-28Fix build error.Haojian Wu
2018-11-28[ELF][MIPS] Handle mips in the OUTPUT_FORMAT directiveSimon Atanasyan
2018-11-28[ELF] Use more specific method to calculate DT_PLTRELSZPeter Smith
2018-11-27[COFF] Remove empty sections before calculating the size of section headersMartin Storsjo
2018-11-27[PDB] Add symbol records in bulkReid Kleckner
2018-11-27Remove SaveAndRestore and SmallVectorImpl from lld/Common/LLVM.h. NFC.Rui Ueyama
2018-11-27Make a member function non-member. NFC.Rui Ueyama
2018-11-27[ELF] - Fix R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12 handling against ...George Rimar
2018-11-27[AArch64] Cortex-a53-843419 erratum should not apply to relaxed TLS.Peter Smith
2018-11-27[ELF] - Implement -z nodefaultlibGeorge Rimar
2018-11-27[COFF] Generate a codeview build id signature for MinGW even when not creatin...Martin Storsjo
2018-11-27[COFF] Add exported functions to gfids table for /guard:cfReid Kleckner
2018-11-27[WebAssembly] Remove `using` statements from header files. NFC.Sam Clegg
2018-11-27[Common] Threads: use function_ref instead of std::functionFangrui Song
2018-11-26ELF: ICF: Include contents of referenced sections in initial partitioning has...Peter Collingbourne
2018-11-26[COFF] ICF: use parallelForEach{,N}Fangrui Song
2018-11-26[LLD][ELF] - Added a test for "-image-base: number expected" message. NFC.George Rimar
2018-11-26[LLD][ELF] - Add a test for "unbalanced --push-state/--pop-state" error.George Rimar
2018-11-26[LLD][ELF] - Add a check for --split-stack-adjust-size error message. NFCI.George Rimar
2018-11-26[LLD][ELF] - Do not crash when parsing the -defsym option from a error state.George Rimar
2018-11-26[LLD][ELF] - Remove the excessive safety return. NFC.George Rimar
2018-11-26[LLD][ELF] - Add llvm_unreachable. NFC.George Rimar
2018-11-26[ELF] - Added test case for invalid relocation target errors. NFCI.George Rimar
2018-11-26[LLD][ELF] - Add a test for non-null terminated mergeable strings section. NFCI.George Rimar
2018-11-23[LLD][ELF] - Simplify. NFCI.George Rimar
2018-11-23[LLD][ELF] - Fix mistype. NFC.George Rimar
2018-11-22[ELF] - Make SymbolTable::addDefined return Defined.George Rimar
2018-11-21COFF: ICF: Include contents of referenced sections in initial partitioning ha...Peter Collingbourne
2018-11-21[ELF] Write IPLT header in -static -z retpolineplt modeFangrui Song
2018-11-21[ARM] Change REQUIRES: ARM to Requires: armPeter Smith
2018-11-21[WebAssembly] Delete unused using statements (NFC)Heejin Ahn
2018-11-20[CodeView] RelocPtr points to little endian data.Zachary Turner
2018-11-20[ELF] Allow --noinhibit-exec to produce corrupted executable with relocation ...Fangrui Song
2018-11-19[WebAssembly] Fix inaccurate comments / assertion messagesHeejin Ahn