aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2023-03-08[ELF] --no-undefined-warning: demote error to warning for release/16.xFangrui Song2-5/+5
2023-02-27[lld][RISCV] Avoid error when encountering unrecognised ISA extensions/versio...Alex Bradbury2-29/+90
2023-02-27[lld][test][RISCV] Don't use incorrectly normalised arch string in riscv-attr...Alex Bradbury2-1/+33
2023-02-27[lld][RISCV][test] Expand testing in riscv-attributes.sAlex Bradbury1-4/+36
2023-02-24[ELF] --icf: don't fold a section without relocation and a section with reloc...Fangrui Song2-6/+13
2023-02-06[ELF] -z notext: avoid dynamic relocations in .eh_frameFangrui Song2-1/+39
2023-01-30ReleaseNotes: add lld/ELF notesFangrui Song1-0/+17
2023-01-24[lld-macho] Have all load commands aligned to the word sizeJez Ng1-2/+4
2023-01-23[docs] Add release notes for news in 16.x done by me, or otherwise relating t...Martin Storsjö1-0/+10
2023-01-22[NFC] Small indentation fix in lld/ELF/Relocations.cppShivam Gupta1-4/+4
2023-01-16[llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser5-6/+6
2023-01-16[lld][COFF] Provide unwinding information for Chunk injected by /delayloadedserge-sans-paille6-7/+117
2023-01-15[ADT] Make StringRef::compare like std::string_view::compareBenjamin Kramer1-1/+1
2023-01-14[lld-macho] Improve invalid fat binary warningKeith Smiley2-3/+15
2023-01-14Remove redundant initialization of std::optional (NFC)Kazu Hirata1-1/+1
2023-01-13[cmake] Fix path to LLVMConfig.cmake for multi-config buildsNhat Nguyen1-1/+2
2023-01-13[lld][Mach-O] Fix build with Mach-O due to missing libraryJoseph Huber1-0/+1
2023-01-13[lld][MachO] Store test outputs in %tDmitri Gribenko2-6/+6
2023-01-13[lld][ARM] support position independent thunks for Armv4(T)Ties Stuij6-19/+292
2023-01-12[lld/mac] Add support for distributed ThinLTONico Weber19-21/+668
2023-01-12[lld-macho] Downgrade missing fat arch to warningKeith Smiley2-4/+4
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille8-10/+10
2023-01-12[ELF] Emit Verbose Asm when using --lto-emit-asmPierre van Houtryve2-3/+9
2023-01-11[lld-macho][nfc] Use alignToPowerOf2 instead of alignTo when possibleJez Ng1-7/+8
2023-01-10[lld] Fix comment typos to cycle botsNico Weber2-2/+2
2023-01-10[lld][COFF] Fix bug causing assertion in Chunk::setAlignmentAndrew Ng3-5/+15
2023-01-10[lld][WebAssembly] Fix memory.fill argument in 64-bit modeSam Clegg2-2/+2
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille16-38/+37
2023-01-09[LLD] Remove global state in lld/COFFAmy Huang31-827/+1030
2023-01-09[lld-macho] Prevent assertions for aliases to weak_def_can_be_hidden symbolsPaul Kirth2-2/+4
2023-01-09[LLD] [COFF] Add a testcase for the type of autoexported symbols from LTOMartin Storsjö1-1/+8
2023-01-09Revert "[LLD] Remove global state in lld/COFF"Martin Storsjö31-1040/+828
2023-01-09[lld][ARM] don't use short thumb thunks if no branch range extensionTies Stuij2-3/+156
2023-01-09lldCOFF: Fix warnings for D110450 [-Wunused-private-field]NAKAMURA Takumi1-0/+2
2023-01-08[LLD] Remove global state in lld/COFFAmy Huang31-828/+1038
2023-01-05[CodeGen] Default TargetOptions::RelaxELFRelocations to trueFangrui Song1-1/+0
2023-01-05[lld-macho] Don't support relocations in cstring sectionsJez Ng2-13/+10
2023-01-05[lld-macho][test] Simplify classrefs testJez Ng1-13/+9
2023-01-04[lld-macho][nfc] Re-enable previously disabled test.Vy Nguyen1-6/+7
2023-01-03[ELF] Improve --obj-path testsFangrui Song2-34/+73
2023-01-03[ELF] Simplify --thinlto-index-only testsFangrui Song2-24/+7
2023-01-02[lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata13-78/+90
2023-01-02[LLD][Windows]Feature "checksum" for Windows PEQfrost5-0/+61
2023-01-01[lld][ELF] Support relocation R_AVR_LDS_STS_16 on AVRTiny devicesBen Shi2-10/+38
2022-12-31[ELF] Support TLS GD/LD relaxations for x86-32 -fno-pltFangrui Song3-24/+54
2022-12-31llvm-readobj COFFDumper print PEHeader CheckSumQfrost1-0/+1
2022-12-28[lld] Fix iwyu problems after 83d59e05b201760e3f364ff6316301d347cbad95Fangrui Song7-1/+6
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille5-5/+20
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka5-20/+5
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille5-5/+20