summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2018-12-18Reject .so files if -static is given.Rui Ueyama
2018-12-18[ELF] Place .note in the first page to ensure they are available in core filesFangrui Song
2018-12-18[PPC64] Support got-based relocations.Sean Fertile
2018-12-18[COFF] Set the CPU string for LTO like ELF doesReid Kleckner
2018-12-18[codeview] Align symbol records to save 441MB during linking clang.pdbReid Kleckner
2018-12-17ELF: AArch64: Fix errata patch address calculation.Peter Collingbourne
2018-12-17[ELF][ARM] Add support for architecture v6m thunksPeter Smith
2018-12-15ELF: Handle R_ARM_V4BX correctly in PIC output files.Peter Collingbourne
2018-12-14[test] Capture stderr from 'tar --version' call as wellMichal Gorny
2018-12-14Add --plugin-opt=emit-llvm option.Rui Ueyama
2018-12-13Correctly handle skewed streams in drop_front() method.Zachary Turner
2018-12-13[ELF][AArch64] Fix adrp to undefined weak reference.Peter Smith
2018-12-12[WebAssembly] Add "needed" list to dylink sectionSam Clegg
2018-12-12Update for an llvm-dwarfdump change in outputDavid Blaikie
2018-12-10[LLD][ELF] - Support discarding the .dynamic section.George Rimar
2018-12-10[ELF] - Allow discarding .dynsym from the linker script.George Rimar
2018-12-10[LLD][ELF] - Support discarding .dynstr section.George Rimar
2018-12-08[WebAssembly] Add support for the event sectionHeejin Ahn
2018-12-07clang-format LLVM.h (NFC)Heejin Ahn
2018-12-07[test] Fix reproduce-blackslash.s test with NetBSD tarMichal Gorny
2018-12-07[test] Mark atime-based tests unsupported on NetBSDMichal Gorny
2018-12-06[PDB] Move some code around. NFC.Zachary Turner
2018-12-06[LLD][ELF] - Use auto. NFC.George Rimar
2018-12-06[ELF] - (-Map file) Implement printing of LMA for assignments outside of sect...George Rimar
2018-12-06Fixup r348306: Require x86 for testDiana Picus
2018-12-06[LLD][ELF] - Linker script: accept using a file name without a list of sections.George Rimar
2018-12-05Do not use a hash table to uniquify mergeable strings.Rui Ueyama
2018-12-04[ELF] Simplify getSectionPieceFangrui Song
2018-12-04[PDB] Emit S_UDT records in LLD.Zachary Turner
2018-12-04Remove unreachable code.Rui Ueyama
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