summaryrefslogtreecommitdiff
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
...
* [lld][WebAssembly] Trace export of symbols when specified with --trace-symbol...Sam Clegg2023-04-131-2/+6
* [ELF] Cap parallel::strategy to 16 threads when --threads= is unspecifiedFangrui Song2023-04-121-2/+8
* Fix warningsKazu Hirata2023-04-101-1/+1
* [lld-macho] Add new -reproducible flagKeith Smiley2023-04-063-1/+10
* [lld-macho][nfc] std::find_if -> llvm::find_ifJez Ng2023-04-051-4/+2
* [lld-macho][nfc] Clean up a bunch of clang-tidy issuesJez Ng2023-04-056-26/+29
* [lld][WebAssembly] Fix stub library parsing with windows line endingsSam Clegg2023-04-043-8/+15
* [lld] Support separate native object file path in --thinlto-prefix-replaceIvan Tadeu Ferreira Antunes Filho2023-04-0412-22/+240
* [lld-macho] Check if DWARF offset is too large for compact unwindJez Ng2023-04-041-1/+20
* [lld-macho] Gate category checking behind --check-category-conflictsJez Ng2023-03-313-5/+13
* [RISCV] Bump I, F, D, and A extension versions to 20191214 spec versionCraig Topper2023-03-302-19/+19
* [lld][WebAssembly] Process stub libraries before performing LTOSam Clegg2023-03-307-4/+114
* [lld-macho] Don't emit spurious dupe method warnings for +load methodsJez Ng2023-03-302-8/+62
* [lld-macho][objc] Don't crash when rodata isn't statically linkedJez Ng2023-03-302-6/+48
* [lld-macho][re-land] Warn on method name collisions from category definitionsJez Ng2023-03-3013-55/+630
* [lld][ELF][NFC] Simplify method "Thunk *elf::addThunk()"Ben Shi2023-03-301-11/+9
* [lld][ARM][2/3]Big Endian support - Word invariant supportSimi Pallipurath2023-03-2931-96/+613
* [lld][ELF] Support relocations R_AVR_8_LO8/R_AVR_8_HI8/R_AVR_8_HLO8Ben Shi2023-03-292-1/+19
* [lld-macho] Support re-exports of individual symbolsJez Ng2023-03-275-17/+88
* [RISCV] Replace RISCV -> RISC-V in comments. NFCCraig Topper2023-03-271-1/+1
* [LLD] [test] Add a missing REQUIRES: x86 in a new testMartin Storsjö2023-03-241-1/+1
* [lld][WebAssembly] Initial support for stub librariesSam Clegg2023-03-2314-5/+224
* [lld] Fill .text section gaps with INT3 only on x86 targets.Jacek Caban2023-03-234-3/+82
* [NFC] Fix typo lld::wasm in commentCongcong Cai2023-03-231-1/+1
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-03-181-1/+8
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-181-8/+1
* [WebAssembly] Replace Bugzilla links with Github issuesHeejin Ahn2023-03-173-4/+5
* [wasm] Silence 'not all control paths return a value' warning whenAlexandre Ganea2023-03-151-0/+1
* [lld] Use installed llvm_gtest in standalone buildsMichał Górny2023-03-131-5/+3
* MSVC: support version preference with searchSaleem Abdulrasool2023-03-131-1/+1
* [LLD] Increase thunk pass limitPeter Smith2023-03-131-2/+2
* [lld-macho] Don't include zero-size private label symbols in map fileJez Ng2023-03-114-10/+21
* [lld-macho] Print archive names in linker mapJez Ng2023-03-113-18/+31
* [lld-macho] Coalesce local symbol aliases along with their aliased weak defJez Ng2023-03-114-130/+203
* [lld] Pass random.randint stop parameter as int.Jacek Caban2023-03-101-1/+1
* [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFCSam Clegg2023-03-0917-69/+34
* Reapply [lld][flang] Add exceptions for Flang runtime libraries on MinGW.Markus Mützel2023-03-091-0/+3
* Revert "[lld][flang] Add exceptions for Flang runtime libraries on MinGW."Martin Storsjö2023-03-091-3/+0
* [lld][flang] Add exceptions for Flang runtime libraries on MinGW.Martin Storsjö2023-03-091-0/+3
* Revert "[lld-macho] Warn on method name collisions from category definitions"Jez Ng2023-03-0813-629/+55
* [lld-macho][nfc] Convert more alignTo() to alignToPowerOf2()Jez Ng2023-03-073-14/+17
* [lld-macho] Warn on method name collisions from category definitionsJez Ng2023-03-0713-55/+629
* [ELF][RISCV] Make .sdata and .sbss closerFangrui Song2023-03-073-18/+74
* [ELF] Add REVERSE input section description keywordJustin Cady2023-03-074-1/+27
* [lld][WebAssembly] Implement --why-extract flag from the ELF backendSam Clegg2023-03-065-8/+143
* [lld][ELF] Remove unused enum value. NFCSam Clegg2023-03-061-1/+0
* Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-041-1/+8
* [CMake] Bumps minimum version to 3.20.0.Mark de Wever2023-03-041-8/+1
* Reapply: [WebAssembly] Implement build-id featureDerek Schuff2023-03-037-0/+257
* [lld-macho] Avoid running LTO pipeline for no filesKeith Smiley2023-03-033-6/+17