aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2024-05-31[ELF] Simplify findOrphanPos. NFCFangrui Song1-15/+15
2024-05-31[ELF] Simplify findOrphanPos. NFCFangrui Song1-19/+16
2024-05-31[ELF] findOrphanPos: avoid redundant getRankProximity call. NFCFangrui Song1-5/+10
2024-05-31[MachO LLD] Respect -all_load with --start-lib --end-lib style archives (#93993)Nuri Amari2-3/+13
2024-05-31[lld][test] Precommit test for ld -r links with FatLTO PIC objects (#92817)Paul Kirth1-26/+52
2024-05-31[ELF] Detect convergence of output section addressesFangrui Song5-16/+65
2024-05-31[lld][ELF][AArch64] Support `R_AARCH64_GOT_LD_PREL19` relocation (#89592)Daniil Kovalev2-12/+31
2024-05-30[ELF] Simplify assignOffsets. NFCFangrui Song1-7/+4
2024-05-30[ELF] Improve ADDR testsFangrui Song4-58/+49
2024-05-30[ELF] Make .interp/SHT_NOTE not specialFangrui Song2-27/+22
2024-05-30[ELF] Add RW then text testFangrui Song1-0/+20
2024-05-30[ELF] Improve orphan placement testsFangrui Song3-85/+84
2024-05-29Revert "[ELF] Simplify getSectionRank"Mehdi Amini1-19/+24
2024-05-29[ELF] Simplify getSectionRankFangrui Song1-24/+19
2024-05-29Revert "[ELF] Simplify getSectionRank"Mehdi Amini1-19/+24
2024-05-29[ELF] Simplify getSectionRankFangrui Song1-24/+19
2024-05-29[ELF] adjustOutputSections: update sortRank. NFCFangrui Song3-2/+5
2024-05-29[lld][ELF] Suppress `--orphan-handling=error/warn` without `SECTIONS` (#93630)Igor Kudrin2-1/+9
2024-05-29Reapply "[lld] Support thumb PLTs" (#93631) (#93644)PiJoules4-53/+262
2024-05-28Revert "[lld] Support thumb PLTs" (#93631)Mehdi Amini4-262/+53
2024-05-29Mark operator== const to avoid errors when asserts are enabledSterling Augustine1-1/+1
2024-05-28[WebAssembly] Add exnref type (#93586)Heejin Ahn1-0/+2
2024-05-28[lld] Support thumb PLTs (#86223)PiJoules4-53/+262
2024-05-28[lld-macho][ObjC] Implement category merging into base class (#92448)alx323-14/+500
2024-05-27[lld-macho] Add flag --keep-icf-stabs to LLD for MachO (#93137)alx325-5/+42
2024-05-27[ELF,test] Simplify arm-gotoff.s and fix check prefixesFangrui Song1-54/+16
2024-05-24Revert "Run ObjCContractPass in Default Codegen Pipeline (#92331)"Nikita Popov1-0/+3
2024-05-23[lld][ELF][test] Fix compressed-debug-level.test (#93264)Vincent Lee1-1/+1
2024-05-23[WebAssembly] Use 64-bit table when targeting wasm64 (#92042)Sam Clegg6-37/+12
2024-05-23Run ObjCContractPass in Default Codegen Pipeline (#92331)Nuri Amari1-3/+0
2024-05-23Fix R_AVR_7_PCREL and R_AVR_13_PCREL range checking (#92695)Ayke3-5/+15
2024-05-22[ELF] Retain uncompressed if compressed content is largerFangrui Song5-14/+18
2024-05-22[ELF,test] Improve --compress-debug-sections/--compress-sections testsFangrui Song6-21/+50
2024-05-21[lld][AArch64] Add support for GCS (#90732)John Brawn3-0/+175
2024-05-21[LLD][COFF] Demangle ARM64EC export names. (#87068)Jacek Caban2-16/+145
2024-05-20[ELF] Support high address DW_EH_sdata4 for ELFCLASS32Fangrui Song2-1/+10
2024-05-17Revert "[LoongArch] Use R_LARCH_ALIGN with section symbol (#84741)"Fangrui Song3-36/+3
2024-05-16[lld][test] Fix test failure after #92223wanglei1-2/+2
2024-05-16[lld][AArch64][ELF][PAC] Support `.relr.auth.dyn` section (#87635)Daniil Kovalev6-47/+216
2024-05-15[ELF,test] Fix FileCheck prefixesFangrui Song6-29/+8
2024-05-15[lld,test] Fix few FileCheck annotation typos (#92238)klensy2-2/+2
2024-05-15[lld] Fix -ObjC load behavior with LTO (#92162)Nuri Amari1-3/+20
2024-05-13[ELF] Make compareByFilePosition a strict weak orderFangrui Song1-3/+5
2024-05-13Reland: [LLD] Implement --enable-non-contiguous-regions (#90007)Daniel Thornburgh17-17/+600
2024-05-13Revert "[LLD] Implement --enable-non-contiguous-regions" (#92005)Daniel Thornburgh17-600/+17
2024-05-13[LLD] Implement --enable-non-contiguous-regions (#90007)Daniel Thornburgh17-17/+600
2024-05-12Use StringRef::operator== instead of StringRef::equals (NFC) (#91864)Kazu Hirata5-6/+6
2024-05-12[ELF,test] Fix typo in check prefixesFangrui Song4-34/+34
2024-05-10[Driver] Remove elf::script indirection. NFCFangrui Song3-3/+8
2024-05-09[lld-macho] Fix address sanitizer for category merging (#91680)alx321-2/+2