summaryrefslogtreecommitdiff
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber2023-05-171-1/+8
* [lld][RISCV] Handle relaxation reductions of more than 65536 bytesRoland McGrath2023-05-162-5/+5
* Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata2023-05-166-19/+19
* [LLD] Do not assume /guard:cf always set together with /guard:ehcontPhoebe Wang2023-05-163-9/+14
* [LLD][ELF] change CHECK to CHECK-NEXT in overlay-phdr.test NFCIPeter Smith2023-05-151-4/+4
* [LLD][ELF] Add missing program header parsing to OVERLAYPeter Smith2023-05-152-0/+34
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-131-8/+1
* [ELF] Simplify getSectionRank and rewrite commentsFangrui Song2023-05-121-74/+44
* [ELF] Remove remnant ranks for PPC64 ELFv1 special sectionsFangrui Song2023-05-121-11/+1
* [WPD] Update llvm.public.type.test after importing functionsTeresa Johnson2023-05-111-2/+2
* fix typos to cycle botsNico Weber2023-05-103-3/+3
* [Object] Fix handling of Elf_Nhdr with sh_addralign=8Fangrui Song2023-05-101-4/+5
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-05-061-1/+8
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-061-8/+1
* [LLD][ELF] Fix compressed-debug-level test on SystemZUlrich Weigand2023-05-052-0/+8
* [llvm-objdump][COFF] Skip empty export entries when dumping the export tableAlexandre Ganea2023-05-042-40/+33
* [lld][RISCV][NFC] Simplify symbol value calculation in relaxJob Noorman2023-05-041-17/+2
* [LLD][COFF] Fix incorrect pattern in testAlexandre Ganea2023-05-031-1/+1
* [LLD][ELF] Fix --check-dynamic-relocations for 32-bit targetsAndrew Ng2023-05-032-3/+18
* Revert "[Demangle] make llvm::demangle take std::string_view rather than cons...Nick Desaulniers2023-05-025-14/+13
* [Demangle] make llvm::demangle take std::string_view rather than const std::s...Nick Desaulniers2023-05-025-13/+14
* [Support][Parallel] Initialize threadIndex and add assertion checking its usage.Alexey Lapshin2023-05-021-3/+0
* [ELF] Name MergeSyntheticSection using an input section instead of the output...Fangrui Song2023-05-023-3/+12
* [LLD][MachO] Do not run Mach-O tests on big-endian hostsUlrich Weigand2023-05-021-0/+6
* [ELF][test] Improve AVR testsBen Shi2023-05-021-7/+74
* Revert "[NFC][LLD] Disambiguate RISCV and llvm::RISCV"Vitaly Buka2023-04-291-19/+17
* [NFC][LLD] Disambiguate RISCV and llvm::RISCVVitaly Buka2023-04-291-17/+19
* Revert "[LLD][ELF] Fix compressed-debug-level test on SystemZ"Ulrich Weigand2023-04-281-8/+4
* [lld][ELF] Support relocations R_AVR_LO8_LDI_GS/R_AVR_HI8_LDI_GSBen Shi2023-04-284-3/+101
* [LLD][ELF] Fix compressed-debug-level test on SystemZUlrich Weigand2023-04-271-4/+8
* Fix PDB relocation on big-endian hostsUlrich Weigand2023-04-271-3/+4
* [LTO] Change getThinLTOOutputFile to take StringRefFangrui Song2023-04-263-9/+6
* Always emit symbol table when dwarf section exists in COFFHaohai Wen2023-04-272-2/+11
* [ELF] Add --remap-inputs= and --remap-inputs-file=Fangrui Song2023-04-268-0/+175
* [Support][Parallel] Add sequential mode to TaskGroup::spawn().Alexey Lapshin2023-04-262-6/+3
* [LLD][COFF] Add /inferasanlibs to lld-link as ignored flagAlvin Wong2023-04-244-0/+32
* [LLD][COFF] Print object file name for unsupported directivesAlvin Wong2023-04-242-1/+17
* [LLD][ELF][AArch64] Add AArch64 short range thunk supportPeter Smith2023-04-246-41/+124
* [lld][AArch64] Add BTI landing pad to PLT when it is accessed by a range exte...Daniel Kiss2023-04-234-2/+62
* [ELF][test] Test .glink code sequence and DT_PPC64_GLINKFangrui Song2023-04-211-0/+20
* [lld-macho] Tweak the names we give to archive membersJez Ng2023-04-202-12/+11
* [ELF] Cap parallel::strategy to 16 threads when --threads= is unspecifiedFangrui Song2023-04-201-1/+6
* [ThinLTO] Remove BlockCount for non partial sample profile buildsTeresa Johnson2023-04-205-5/+0
* Revert D147493 "[ELF] Cap parallel::strategy to 16 threads when --threads= is...Fangrui Song2023-04-201-8/+2
* [PowerPC][LLD] Update DataLayout in testsDavid Tenty2023-04-182-6/+6
* Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever2023-04-151-1/+8
* Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-04-151-8/+1
* [LLD][ARM] Handle .ARM.exidx sections at non-zero output sec offsetPeter Smith2023-04-144-2/+201
* [lld][WebAssembly] stub objects: Fix handling of LTO libcall dependenciesSam Clegg2023-04-132-15/+33
* [lld][RISCV] Implement GP relaxation for R_RISCV_HI20/R_RISCV_LO12_I/R_RISCV_...Craig Topper2023-04-1310-4/+177