aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2020-12-09[LLD][COFF] Fix crash with /summary and PCH input filesTom Stellard4-1/+191
2020-10-31[ELF] -r: don't crash when a non-SHF_LINK_ORDER orphan is added before a SHF_...Fangrui Song2-2/+27
2020-09-16lld release notes: drop in-progress warnings; minor cleanupsHans Wennborg1-14/+0
2020-09-15[Docs] Add/update release notes for D71913 (LTO WPD changes)Teresa Johnson1-1/+1
2020-08-29ReleaseNotes: add lld/ELF notesFangrui Song1-6/+127
2020-08-26[ELF] -r: allow SHT_X86_64_UNWIND to be merged into SHT_PROGBITSFangrui Song2-1/+8
2020-08-26[ELF] --gdb-index: skip SHF_GROUP .debug_infoFangrui Song4-26/+143
2020-08-24[ELF] Keep st_type for symbol assignmentFangrui Song6-5/+85
2020-08-24[ELF][test] Fix some llvm-objdump RUN lines which don't actually test anythingFangrui Song3-12/+10
2020-08-24[LLD][COFF] Reset outputSections for successive runsBas Zalmstra1-0/+3
2020-08-24lld: link libatomic if needed for TimerJosh Stone2-1/+8
2020-08-20lld docs config: Use a list key in html_sidebarsHans Wennborg1-1/+1
2020-08-18lld release notes: increased default max page size on armHans Wennborg1-0/+4
2020-08-17[docs] Add release notes for the 11.x releaseMartin Storsjö1-2/+7
2020-08-07[ELF] Change tombstone values to (.debug_ranges/.debug_loc) 1 and (other .deb...Fangrui Song7-20/+23
2020-08-03[ELF][test] Fix ppc64-reloc-pcrel34-overflow.sFangrui Song1-10/+11
2020-07-31[LLD] [Mingw] Don't export symbols from profile generatePeiyuan Song1-0/+9
2020-07-29[LLD] [MinGW] Implement the --no-seh flagMartin Storsjö8-5/+33
2020-07-27[LLD] [COFF] Fix mingw comdat associativity for leader symbols with a differe...Martin Storsjö3-5/+87
2020-07-27[LLD] [COFF] Fix test to properly test all aspects of c3b1d730d6. NFC.Martin Storsjö1-1/+1
2020-07-22[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-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