aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2023-05-25[lld][ELF] Implement –print-memory-usagePetr Hosek7-2/+117
2023-05-23[lld-macho] Add support for .so file discoveryKeith Smiley3-4/+8
2023-05-23[lld][ELF] Do not emit warning for NOLOAD output sectionsLeonard Chan2-13/+18
2023-05-20[lld-macho] Remove partially supported 32-bit ARM archVincent Lee16-377/+40
2023-05-19Revert "[RFC][MC][MachO]Only emits compact-unwind format for "canonical" pers...Nico Weber13-132/+30
2023-05-18[RFC][MC][MachO]Only emits compact-unwind format for "canonical" personality ...Vy Nguyen13-30/+132
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber1-1/+8
2023-05-16[lld][RISCV] Handle relaxation reductions of more than 65536 bytesRoland McGrath2-5/+5
2023-05-16Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata6-19/+19
2023-05-16[LLD] Do not assume /guard:cf always set together with /guard:ehcontPhoebe Wang3-9/+14
2023-05-15[LLD][ELF] change CHECK to CHECK-NEXT in overlay-phdr.test NFCIPeter Smith1-4/+4
2023-05-15[LLD][ELF] Add missing program header parsing to OVERLAYPeter Smith2-0/+34
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-8/+1
2023-05-12[ELF] Simplify getSectionRank and rewrite commentsFangrui Song1-74/+44
2023-05-12[ELF] Remove remnant ranks for PPC64 ELFv1 special sectionsFangrui Song1-11/+1
2023-05-11[WPD] Update llvm.public.type.test after importing functionsTeresa Johnson1-2/+2
2023-05-10fix typos to cycle botsNico Weber3-3/+3
2023-05-10[Object] Fix handling of Elf_Nhdr with sh_addralign=8Fangrui Song1-4/+5
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+8
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-8/+1
2023-05-05[LLD][ELF] Fix compressed-debug-level test on SystemZUlrich Weigand2-0/+8
2023-05-04[llvm-objdump][COFF] Skip empty export entries when dumping the export tableAlexandre Ganea2-40/+33
2023-05-04[lld][RISCV][NFC] Simplify symbol value calculation in relaxJob Noorman1-17/+2
2023-05-03[LLD][COFF] Fix incorrect pattern in testAlexandre Ganea1-1/+1
2023-05-03[LLD][ELF] Fix --check-dynamic-relocations for 32-bit targetsAndrew Ng2-3/+18
2023-05-02Revert "[Demangle] make llvm::demangle take std::string_view rather than cons...Nick Desaulniers5-14/+13
2023-05-02[Demangle] make llvm::demangle take std::string_view rather than const std::s...Nick Desaulniers5-13/+14
2023-05-02[Support][Parallel] Initialize threadIndex and add assertion checking its usage.Alexey Lapshin1-3/+0
2023-05-02[ELF] Name MergeSyntheticSection using an input section instead of the output...Fangrui Song3-3/+12
2023-05-02[LLD][MachO] Do not run Mach-O tests on big-endian hostsUlrich Weigand1-0/+6
2023-05-02[ELF][test] Improve AVR testsBen Shi1-7/+74
2023-04-29Revert "[NFC][LLD] Disambiguate RISCV and llvm::RISCV"Vitaly Buka1-19/+17
2023-04-29[NFC][LLD] Disambiguate RISCV and llvm::RISCVVitaly Buka1-17/+19
2023-04-28Revert "[LLD][ELF] Fix compressed-debug-level test on SystemZ"Ulrich Weigand1-8/+4
2023-04-28[lld][ELF] Support relocations R_AVR_LO8_LDI_GS/R_AVR_HI8_LDI_GSBen Shi4-3/+101
2023-04-27[LLD][ELF] Fix compressed-debug-level test on SystemZUlrich Weigand1-4/+8
2023-04-27Fix PDB relocation on big-endian hostsUlrich Weigand1-3/+4
2023-04-26[LTO] Change getThinLTOOutputFile to take StringRefFangrui Song3-9/+6
2023-04-27Always emit symbol table when dwarf section exists in COFFHaohai Wen2-2/+11
2023-04-26[ELF] Add --remap-inputs= and --remap-inputs-file=Fangrui Song8-0/+175
2023-04-26[Support][Parallel] Add sequential mode to TaskGroup::spawn().Alexey Lapshin2-6/+3
2023-04-24[LLD][COFF] Add /inferasanlibs to lld-link as ignored flagAlvin Wong4-0/+32
2023-04-24[LLD][COFF] Print object file name for unsupported directivesAlvin Wong2-1/+17
2023-04-24[LLD][ELF][AArch64] Add AArch64 short range thunk supportPeter Smith6-41/+124
2023-04-23[lld][AArch64] Add BTI landing pad to PLT when it is accessed by a range exte...Daniel Kiss4-2/+62
2023-04-21[ELF][test] Test .glink code sequence and DT_PPC64_GLINKFangrui Song1-0/+20
2023-04-20[lld-macho] Tweak the names we give to archive membersJez Ng2-12/+11
2023-04-20[ELF] Cap parallel::strategy to 16 threads when --threads= is unspecifiedFangrui Song1-1/+6
2023-04-20[ThinLTO] Remove BlockCount for non partial sample profile buildsTeresa Johnson5-5/+0
2023-04-20Revert D147493 "[ELF] Cap parallel::strategy to 16 threads when --threads= is...Fangrui Song1-8/+2