aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2020-07-23[ELF] Support -r --gc-sectionsFangrui Song4-31/+91
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith1-0/+4
2020-07-22Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith1-4/+0
2020-07-22Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith1-0/+4
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne1-1/+1
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg1-4/+0
2020-07-21[lld] Disable -Wsuggest-override for unittestsLogan Smith1-0/+4
2020-07-21[ELF] -r: rewrite SHT_GROUP content if some members are combined or discardedFangrui Song3-44/+67
2020-07-20[PowerPC] Implement R_PPC64_REL24_NOTOC local calls, callee requires a TOCVictor Huang4-15/+114
2020-07-20[LLD][COFF] Skip computation of the undefined symbols references that are not...Sylvain Audi3-21/+69
2020-07-20Require shell for lld/test/ELF/arm-exidx-range.sHans Wennborg1-1/+1
2020-07-20[LLD][ELF] - Update the lld/test/ELF/mips-merge-abiflags.s after llvm-readelf...Georgii Rymar1-2/+2
2020-07-18[ELF][test] Update test after DW_EH_PE_sdata4/DW_EH_PE_sdata8 changeFangrui Song1-1/+2
2020-07-17[CMake] Make `intrinsics_gen` dependency unconditional.Michele Scandale6-30/+6
2020-07-17Make helpers static. NFC.Benjamin Kramer2-2/+3
2020-07-16[WebAssembly] 64-bit (function) pointer fixes.Wouter van Oortmerssen4-3/+20
2020-07-16[WebAssembly] Triple::wasm64 related cleanupWouter van Oortmerssen6-19/+29
2020-07-15Bump the trunk major version to 12llvmorg-12-initHans Wennborg2-12/+6
2020-07-15[LLD][ELF] - Update test after yaml2obj change. NFC.Georgii Rymar1-3/+3
2020-07-15[LLD] [MinGW] Implement the --file-alignment and --section-alignment optionsMartin Storsjö3-0/+18
2020-07-14Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek3-6/+11
2020-07-14[CMake] Simplify CMake handling for zlibPetr Hosek3-11/+6
2020-07-14[ELF] Do not leave undefined symbols (specified by -init and -fini) if they a...Igor Kudrin2-2/+10
2020-07-13[LLD][ELF] - Fix the test after llvm-readelf output change.Georgii Rymar1-6/+2
2020-07-13[COFF] Error on unexpected .pdata sizeHans Wennborg2-0/+97
2020-07-13[LLD][ELF][Windows] small improvement to D82567Ben Dunbobbin1-2/+4
2020-07-13[LLD][ELF] - Allow relocation sections to appear before their target sections.Georgii Rymar3-34/+51
2020-07-12[LLD][ELF][AVR] Implement the missing relocation typesAyke van Laethem2-1/+205
2020-07-10Fix signed vs unsigned comparison warnings a different way.Eric Christopher2-22/+22
2020-07-10Revert "Re-land [CodeView] Add full repro to LF_BUILDINFO record"Alexandre Ganea5-343/+48
2020-07-10Re-land [CodeView] Add full repro to LF_BUILDINFO recordAlexandre Ganea5-48/+343
2020-07-10[PowerPC] Implement R_PPC64_REL24_NOTOC calls, callee also has no TOCVictor Huang3-6/+160
2020-07-09Temporarily Revert "Fix [-Werror,-Wsign-compare] warnings arising from subsec...Eric Christopher2-21/+21
2020-07-09Fix [-Werror,-Wsign-compare] warnings arising from subsection symbols patch.Eric Christopher2-21/+21
2020-07-09[PowerPC] Fix test case from beb52b12cb17Stefan Pintilie1-0/+1
2020-07-09[PowerPC] Support PCRelative Callees for R_PPC64_REL24 RelocationStefan Pintilie5-0/+178
2020-07-09[DebugInfo] Add more checks to parsing .debug_pub* sections.Igor Kudrin4-4/+5
2020-07-09[DebugInfo] Do not hang when parsing a malformed .debug_pub* section.Igor Kudrin3-6/+35
2020-07-08[ELF] Enforce double-dash form for --warn-backrefs-excludeFangrui Song1-1/+1
2020-07-08[ELF] Rename canRelax to toExecRelax. NFCFangrui Song1-7/+7
2020-07-08[ELF] Add -z dead-reloc-in-nonalloc=<section_glob>=<value>Fangrui Song6-3/+119
2020-07-07[ELF] Ignore --no-relax for RISC-VFangrui Song3-0/+4
2020-07-06[WebAssembly] 64-bit memory limitsWouter van Oortmerssen4-24/+45
2020-07-06[ELF] Drop an unneeded reference to `symtab` from SymbolTable::addSymbolWilliam S. Moses1-1/+1
2020-07-06[ELF][ARM] Represent R_ARM_LDO32 as R_DTPREL instead of R_ABSFangrui Song3-3/+4
2020-07-03[ELF] Resolve R_DTPREL in .debug_* referencing discarded symbols to -1Fangrui Song5-30/+85
2020-07-03[LLD][ELF][Windows] Allow LLD to overwrite existing output files that are in useBen Dunbobbin2-0/+99
2020-07-02[lld-macho] Support binding dysyms to any sectionJez Ng6-47/+143
2020-07-02ld64.lld: Make janky support for tbd files actually work sometimesNico Weber3-7/+7
2020-07-02[LLD] Add required dependency after shared libs break due to ba5087f13025Nemanja Ivanovic1-0/+1