summaryrefslogtreecommitdiff
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [ELF] -z notext: avoid dynamic relocations in .eh_frameFangrui Song2023-02-062-1/+39
* ReleaseNotes: add lld/ELF notesFangrui Song2023-01-301-0/+17
* [lld-macho] Have all load commands aligned to the word sizeJez Ng2023-01-241-2/+4
* [docs] Add release notes for news in 16.x done by me, or otherwise relating t...Martin Storsjö2023-01-231-0/+10
* [NFC] Small indentation fix in lld/ELF/Relocations.cppShivam Gupta2023-01-221-4/+4
* [llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser2023-01-165-6/+6
* [lld][COFF] Provide unwinding information for Chunk injected by /delayloadedserge-sans-paille2023-01-166-7/+117
* [ADT] Make StringRef::compare like std::string_view::compareBenjamin Kramer2023-01-151-1/+1
* [lld-macho] Improve invalid fat binary warningKeith Smiley2023-01-142-3/+15
* Remove redundant initialization of std::optional (NFC)Kazu Hirata2023-01-141-1/+1
* [cmake] Fix path to LLVMConfig.cmake for multi-config buildsNhat Nguyen2023-01-131-1/+2
* [lld][Mach-O] Fix build with Mach-O due to missing libraryJoseph Huber2023-01-131-0/+1
* [lld][MachO] Store test outputs in %tDmitri Gribenko2023-01-132-6/+6
* [lld][ARM] support position independent thunks for Armv4(T)Ties Stuij2023-01-136-19/+292
* [lld/mac] Add support for distributed ThinLTONico Weber2023-01-1219-21/+668
* [lld-macho] Downgrade missing fat arch to warningKeith Smiley2023-01-122-4/+4
* [OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille2023-01-128-10/+10
* [ELF] Emit Verbose Asm when using --lto-emit-asmPierre van Houtryve2023-01-122-3/+9
* [lld-macho][nfc] Use alignToPowerOf2 instead of alignTo when possibleJez Ng2023-01-111-7/+8
* [lld] Fix comment typos to cycle botsNico Weber2023-01-102-2/+2
* [lld][COFF] Fix bug causing assertion in Chunk::setAlignmentAndrew Ng2023-01-103-5/+15
* [lld][WebAssembly] Fix memory.fill argument in 64-bit modeSam Clegg2023-01-102-2/+2
* Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille2023-01-1016-38/+37
* [LLD] Remove global state in lld/COFFAmy Huang2023-01-0931-827/+1030
* [lld-macho] Prevent assertions for aliases to weak_def_can_be_hidden symbolsPaul Kirth2023-01-092-2/+4
* [LLD] [COFF] Add a testcase for the type of autoexported symbols from LTOMartin Storsjö2023-01-091-1/+8
* Revert "[LLD] Remove global state in lld/COFF"Martin Storsjö2023-01-0931-1040/+828
* [lld][ARM] don't use short thumb thunks if no branch range extensionTies Stuij2023-01-092-3/+156
* lldCOFF: Fix warnings for D110450 [-Wunused-private-field]NAKAMURA Takumi2023-01-091-0/+2
* [LLD] Remove global state in lld/COFFAmy Huang2023-01-0831-828/+1038
* [CodeGen] Default TargetOptions::RelaxELFRelocations to trueFangrui Song2023-01-051-1/+0
* [lld-macho] Don't support relocations in cstring sectionsJez Ng2023-01-052-13/+10
* [lld-macho][test] Simplify classrefs testJez Ng2023-01-051-13/+9
* [lld-macho][nfc] Re-enable previously disabled test.Vy Nguyen2023-01-041-6/+7
* [ELF] Improve --obj-path testsFangrui Song2023-01-032-34/+73
* [ELF] Simplify --thinlto-index-only testsFangrui Song2023-01-032-24/+7
* [lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-0213-78/+90
* [LLD][Windows]Feature "checksum" for Windows PEQfrost2023-01-025-0/+61
* [lld][ELF] Support relocation R_AVR_LDS_STS_16 on AVRTiny devicesBen Shi2023-01-012-10/+38
* [ELF] Support TLS GD/LD relaxations for x86-32 -fno-pltFangrui Song2022-12-313-24/+54
* llvm-readobj COFFDumper print PEHeader CheckSumQfrost2022-12-311-0/+1
* [lld] Fix iwyu problems after 83d59e05b201760e3f364ff6316301d347cbad95Fangrui Song2022-12-287-1/+6
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-275-5/+20
* Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka2022-12-255-20/+5
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-245-5/+20
* [lld-macho] Standardize error messagesJez Ng2022-12-239-22/+30
* [lld-macho] Only fold private-label aliases that do not have flagsJez Ng2022-12-232-15/+52
* [reland][lld-macho] Private label aliases to weak symbols should not retain s...Jez Ng2022-12-233-6/+101
* [lld-macho][test][nfc] Update stabs.s to use GMT time zone instead of UTCPengxuan Zheng2022-12-231-2/+2
* [lld-macho][test] Hyphenate lit's check-prefixesJez Ng2022-12-233-79/+79