aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-8/+1
2023-04-14[LLD][ARM] Handle .ARM.exidx sections at non-zero output sec offsetPeter Smith4-2/+201
2023-04-13[lld][WebAssembly] stub objects: Fix handling of LTO libcall dependenciesSam Clegg2-15/+33
2023-04-13[lld][RISCV] Implement GP relaxation for R_RISCV_HI20/R_RISCV_LO12_I/R_RISCV_...Craig Topper10-4/+177
2023-04-13[lld][WebAssembly] Trace export of symbols when specified with --trace-symbol...Sam Clegg1-2/+6
2023-04-12[ELF] Cap parallel::strategy to 16 threads when --threads= is unspecifiedFangrui Song1-2/+8
2023-04-10Fix warningsKazu Hirata1-1/+1
2023-04-06[lld-macho] Add new -reproducible flagKeith Smiley3-1/+10
2023-04-05[lld-macho][nfc] std::find_if -> llvm::find_ifJez Ng1-4/+2
2023-04-05[lld-macho][nfc] Clean up a bunch of clang-tidy issuesJez Ng6-26/+29
2023-04-04[lld][WebAssembly] Fix stub library parsing with windows line endingsSam Clegg3-8/+15
2023-04-04[lld] Support separate native object file path in --thinlto-prefix-replaceIvan Tadeu Ferreira Antunes Filho12-22/+240
2023-04-04[lld-macho] Check if DWARF offset is too large for compact unwindJez Ng1-1/+20
2023-03-31[lld-macho] Gate category checking behind --check-category-conflictsJez Ng3-5/+13
2023-03-30[RISCV] Bump I, F, D, and A extension versions to 20191214 spec versionCraig Topper2-19/+19
2023-03-30[lld][WebAssembly] Process stub libraries before performing LTOSam Clegg7-4/+114
2023-03-30[lld-macho] Don't emit spurious dupe method warnings for +load methodsJez Ng2-8/+62
2023-03-30[lld-macho][objc] Don't crash when rodata isn't statically linkedJez Ng2-6/+48
2023-03-30[lld-macho][re-land] Warn on method name collisions from category definitionsJez Ng13-55/+630
2023-03-30[lld][ELF][NFC] Simplify method "Thunk *elf::addThunk()"Ben Shi1-11/+9
2023-03-29[lld][ARM][2/3]Big Endian support - Word invariant supportSimi Pallipurath31-96/+613
2023-03-29[lld][ELF] Support relocations R_AVR_8_LO8/R_AVR_8_HI8/R_AVR_8_HLO8Ben Shi2-1/+19
2023-03-27[lld-macho] Support re-exports of individual symbolsJez Ng5-17/+88
2023-03-27[RISCV] Replace RISCV -> RISC-V in comments. NFCCraig Topper1-1/+1
2023-03-24[LLD] [test] Add a missing REQUIRES: x86 in a new testMartin Storsjö1-1/+1
2023-03-23[lld][WebAssembly] Initial support for stub librariesSam Clegg14-5/+224
2023-03-23[lld] Fill .text section gaps with INT3 only on x86 targets.Jacek Caban4-3/+82
2023-03-23[NFC] Fix typo lld::wasm in commentCongcong Cai1-1/+1
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+8
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-8/+1
2023-03-17[WebAssembly] Replace Bugzilla links with Github issuesHeejin Ahn3-4/+5
2023-03-15[wasm] Silence 'not all control paths return a value' warning whenAlexandre Ganea1-0/+1
2023-03-13[lld] Use installed llvm_gtest in standalone buildsMichał Górny1-5/+3
2023-03-13MSVC: support version preference with searchSaleem Abdulrasool1-1/+1
2023-03-13[LLD] Increase thunk pass limitPeter Smith1-2/+2
2023-03-11[lld-macho] Don't include zero-size private label symbols in map fileJez Ng4-10/+21
2023-03-11[lld-macho] Print archive names in linker mapJez Ng3-18/+31
2023-03-11[lld-macho] Coalesce local symbol aliases along with their aliased weak defJez Ng4-130/+203
2023-03-10[lld] Pass random.randint stop parameter as int.Jacek Caban1-1/+1
2023-03-09[lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFCSam Clegg17-69/+34
2023-03-09Reapply [lld][flang] Add exceptions for Flang runtime libraries on MinGW.Markus Mützel1-0/+3
2023-03-09Revert "[lld][flang] Add exceptions for Flang runtime libraries on MinGW."Martin Storsjö1-3/+0
2023-03-09[lld][flang] Add exceptions for Flang runtime libraries on MinGW.Martin Storsjö1-0/+3
2023-03-08Revert "[lld-macho] Warn on method name collisions from category definitions"Jez Ng13-629/+55
2023-03-07[lld-macho][nfc] Convert more alignTo() to alignToPowerOf2()Jez Ng3-14/+17
2023-03-07[lld-macho] Warn on method name collisions from category definitionsJez Ng13-55/+629
2023-03-07[ELF][RISCV] Make .sdata and .sbss closerFangrui Song3-18/+74
2023-03-07[ELF] Add REVERSE input section description keywordJustin Cady4-1/+27
2023-03-06[lld][WebAssembly] Implement --why-extract flag from the ELF backendSam Clegg5-8/+143
2023-03-06[lld][ELF] Remove unused enum value. NFCSam Clegg1-1/+0