Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2020-12-09[LLD][COFF] Fix crash with /summary and PCH input filesTom Stellard
2020-10-31[ELF] -r: don't crash when a non-SHF_LINK_ORDER orphan is added before a SHF_...Fangrui Song
2020-09-16lld release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-09-15[Docs] Add/update release notes for D71913 (LTO WPD changes)Teresa Johnson
2020-08-29ReleaseNotes: add lld/ELF notesFangrui Song
2020-08-26[ELF] -r: allow SHT_X86_64_UNWIND to be merged into SHT_PROGBITSFangrui Song
2020-08-26[ELF] --gdb-index: skip SHF_GROUP .debug_infoFangrui Song
2020-08-24[ELF] Keep st_type for symbol assignmentFangrui Song
2020-08-24[ELF][test] Fix some llvm-objdump RUN lines which don't actually test anythingFangrui Song
2020-08-24[LLD][COFF] Reset outputSections for successive runsBas Zalmstra
2020-08-24lld: link libatomic if needed for TimerJosh Stone
2020-08-20lld docs config: Use a list key in html_sidebarsHans Wennborg
2020-08-18lld release notes: increased default max page size on armHans Wennborg
2020-08-17[docs] Add release notes for the 11.x releaseMartin Storsjö
2020-08-07[ELF] Change tombstone values to (.debug_ranges/.debug_loc) 1 and (other .deb...Fangrui Song
2020-08-03[ELF][test] Fix ppc64-reloc-pcrel34-overflow.sFangrui Song
2020-07-31[LLD] [Mingw] Don't export symbols from profile generatePeiyuan Song
2020-07-29[LLD] [MinGW] Implement the --no-seh flagMartin Storsjö
2020-07-27[LLD] [COFF] Fix mingw comdat associativity for leader symbols with a differe...Martin Storsjö
2020-07-27[LLD] [COFF] Fix test to properly test all aspects of c3b1d730d6. NFC.Martin Storsjö
2020-07-22[LLD][COFF] Skip computation of the undefined symbols references that are not...Sylvain Audi
2020-07-20Require shell for lld/test/ELF/arm-exidx-range.sHans Wennborg
2020-07-15[LLD][ELF] - Update test after yaml2obj change. NFC.Georgii Rymar
2020-07-15[LLD] [MinGW] Implement the --file-alignment and --section-alignment optionsMartin Storsjö
2020-07-15Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek
2020-07-15[CMake] Simplify CMake handling for zlibPetr Hosek
2020-07-14[ELF] Do not leave undefined symbols (specified by -init and -fini) if they a...Igor Kudrin
2020-07-13[LLD][ELF] - Fix the test after llvm-readelf output change.Georgii Rymar
2020-07-13[COFF] Error on unexpected .pdata sizeHans Wennborg
2020-07-13[LLD][ELF][Windows] small improvement to D82567Ben Dunbobbin
2020-07-13[LLD][ELF] - Allow relocation sections to appear before their target sections.Georgii Rymar
2020-07-12[LLD][ELF][AVR] Implement the missing relocation typesAyke van Laethem
2020-07-11Fix signed vs unsigned comparison warnings a different way.Eric Christopher
2020-07-11Revert "Re-land [CodeView] Add full repro to LF_BUILDINFO record"Alexandre Ganea
2020-07-10Re-land [CodeView] Add full repro to LF_BUILDINFO recordAlexandre Ganea
2020-07-10[PowerPC] Implement R_PPC64_REL24_NOTOC calls, callee also has no TOCVictor Huang
2020-07-09Temporarily Revert "Fix [-Werror,-Wsign-compare] warnings arising from subsec...Eric Christopher
2020-07-09Fix [-Werror,-Wsign-compare] warnings arising from subsection symbols patch.Eric Christopher
2020-07-09[PowerPC] Fix test case from beb52b12cb17Stefan Pintilie
2020-07-09[PowerPC] Support PCRelative Callees for R_PPC64_REL24 RelocationStefan Pintilie
2020-07-09[DebugInfo] Add more checks to parsing .debug_pub* sections.Igor Kudrin
2020-07-09[DebugInfo] Do not hang when parsing a malformed .debug_pub* section.Igor Kudrin
2020-07-08[ELF] Enforce double-dash form for --warn-backrefs-excludeFangrui Song
2020-07-08[ELF] Rename canRelax to toExecRelax. NFCFangrui Song
2020-07-08[ELF] Add -z dead-reloc-in-nonalloc=<section_glob>=<value>Fangrui Song
2020-07-07[ELF] Ignore --no-relax for RISC-VFangrui Song
2020-07-06[WebAssembly] 64-bit memory limitsWouter van Oortmerssen
2020-07-06[ELF] Drop an unneeded reference to `symtab` from SymbolTable::addSymbolWilliam S. Moses
2020-07-06[ELF][ARM] Represent R_ARM_LDO32 as R_DTPREL instead of R_ABSFangrui Song
2020-07-03[ELF] Resolve R_DTPREL in .debug_* referencing discarded symbols to -1Fangrui Song