aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2022-11-29[ELF] Handle GCC collect2 -plugin-opt= on WindowsBrett Werling2-3/+8
2022-11-10Link liblldCOFF against libatomic when necessarySam James2-7/+3
2022-10-28[lld-macho] Canonicalize personality pointers in EH framesJez Ng4-7/+75
2022-10-24[ELF] Suppress "duplicate symbol" when resolving STB_WEAK and STB_GNU_UNIQUE ...Fangrui Song2-1/+43
2022-09-28[ELF] Rewrite R_RISCV_ALIGN nops when r.addend%4 != 0Fangrui Song2-4/+18
2022-09-14[MachO] Don't fold compact unwind entries with LSDAShoaib Meenai2-12/+184
2022-09-14[MachO] Fix dead-stripping __eh_frameShoaib Meenai2-0/+55
2022-09-12[LLD][COFF] Fix writing a map file when range extension thunks are insertedJan Ole Hüser4-4/+7
2022-09-04[DOCS] Minor fixes and removals of WIP warningsTobias Hieta1-7/+0
2022-08-29[lld] Fix typo in 15.x release notesShoaib Meenai1-1/+1
2022-08-28[ReleaseNotes]: Add PowerPC release notes for LLVM 15Amy Kwan1-0/+2
2022-08-25[LLD] [COFF] Fix export directives in object files from -includeoptionalMartin Storsjö2-8/+58
2022-08-12[LLD] [COFF] Add support for a new, mingw specific embedded directive -exclud...Martin Storsjö7-4/+49
2022-08-12[COFF] Change a llvm::StringSet<> to llvm::DenseSet<StringRef>. NFCFangrui Song1-1/+1
2022-08-12[LLD] [MinGW] Implement the --exclude-symbols optionMartin Storsjö9-0/+44
2022-08-10[ELF] Support --package-metadataAlex Brachet8-0/+54
2022-08-08[lld-macho] Support EH frame pointer encodings that use sdata4Jez Ng4-25/+117
2022-08-08[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUALTobias Hieta3-2/+53
2022-08-08[ELF][AArch64] Fix potentially corrupted section content for PACFangrui Song1-2/+2
2022-08-08[ELF] Keep only getTarget() call. NFCFangrui Song1-5/+0
2022-08-08[ELF][PPC64] Fix potentially corrupted section content with empty .gotFangrui Song1-0/+3
2022-08-08[ELF] mergeCmp: work around irreflexivity bugFangrui Song1-1/+2
2022-08-05[LLD] [MachO] Fix GCC build warningsMartin Storsjö2-3/+7
2022-08-03ReleaseNotes: add lld/ELF notesFangrui Song1-0/+23
2022-08-03[LLD] [doc] Add release notes for MinGW changes for 15.xMartin Storsjö1-1/+2
2022-08-02[lld/mac] Add support for $ld$previous symbols with explicit symbol nameNico Weber5-76/+219
2022-07-31[lld-macho] Release notes for 15.xJez Ng1-0/+111
2022-07-29[ELF][test] Fix compressed-debug-level.test with zlib-ngFangrui Song1-1/+1
2022-07-26[lld-macho] Fix -bitcode_process_mode arg typeKeith Smiley1-1/+1
2022-07-26[ELF] addDependentLibrary: fix a use-after-free bug in archiveNameFangrui Song2-7/+13
2022-07-26[ELF] addLibrary: fix a use-after-free bug in archiveNameFangrui Song2-4/+4
2022-07-26[ELF][test] Clean up print-archive-stats.sFangrui Song1-18/+20
2022-07-26[WPD] Use new llvm.public.type.test intrinsic for potentially publicly visibl...Arthur Eubanks1-0/+27
2022-07-26[CMake] Fix add_subdirectory llvm buildsSebastian Neubauer1-1/+1
2022-07-26[llvm-objdump,ARM] Add PrettyPrinters for Arm and AArch64.Simon Tatham51-968/+968
2022-07-26[lld-macho] Implement -hidden-lDaniel Bertalan3-13/+23
2022-07-25[cmake] Support custom package install pathsJohn Ericson1-6/+11
2022-07-25Reland "[lld-macho] Implement -load_hidden"Daniel Bertalan8-31/+160
2022-07-25Revert "[lld-macho] Implement -load_hidden"Daniel Bertalan7-131/+30
2022-07-25[lld-macho] Implement -load_hiddenDaniel Bertalan7-30/+131
2022-07-25[lld-macho] Demangle location name in undefined symbol diagnosticsDaniel Bertalan2-8/+14
2022-07-25[ELF] --reproduce: support --export-dynamic-symbol-listFangrui Song2-1/+5
2022-07-25[ELF] Simplify --build-id/--color-diagnostics with AliasArgs. NFCFangrui Song3-24/+14
2022-07-24Remove redundaunt override specifiers (NFC)Kazu Hirata1-4/+2
2022-07-24[ELF] Optimize some non-constant alignTo with alignToPowerOf2. NFCFangrui Song6-32/+39
2022-07-23Convert for_each to range-based for loops (NFC)Kazu Hirata2-10/+11
2022-07-23[lld-macho][nfc] Reduce nesting of code added in D130125Jez Ng1-11/+11
2022-07-23Use static_assert instead of assert (NFC)Kazu Hirata2-2/+3
2022-07-23[lld-macho] Fold __objc_imageinfo sectionsJez Ng9-8/+296
2022-07-23[lld-macho] Fix segfault when handling LTO + object file weak defsJez Ng3-2/+182