| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-10 | [dsymutil] Add new argument allow_invalid_macho (#173503) | Ch1p | 1 | -0/+2 |
| 2025-12-08 | [dsymutil] Remove spurious exit when falling back to fat64 header (#171189) | Jonas Devlieghere | 1 | -1/+0 |
| 2025-11-03 | [dsymutil] Add option to copy swiftmodules built from interface (#165293) | Roy Shi | 1 | -0/+3 |
| 2024-12-11 | Rework the `Option` library to reduce dynamic relocations (#119198) | Chandler Carruth | 1 | -6/+8 |
| 2024-12-05 | [dsymutil] Emit a warning instead of an error when using fat64 header (#118898) | Jonas Devlieghere | 1 | -11/+13 |
| 2024-11-06 | [dsymutil] Add missing newlines in error messages. (#115191) | Ryan Mansfield | 1 | -2/+2 |
| 2024-10-22 | [dsymutil] Provide an option to ignore object timestamp mismatches (#113238) | Jonas Devlieghere | 1 | -1/+6 |
| 2024-10-22 | [dsymutil] Share one BinaryHolder between debug map parsing & linking (#113234) | Jonas Devlieghere | 1 | -19/+7 |
| 2024-08-30 | [dsymutil] return EXIT_FAILURE when Crashed (#106619) | Richard Howell | 1 | -1/+1 |
| 2024-05-09 | [dsymutil] Add -q/--quiet flag to suppress warnings (#91658) | Jonas Devlieghere | 1 | -15/+30 |
| 2024-03-19 | [dsymutil] Remove support for obfuscated bitcode (#85713) | Jonas Devlieghere | 1 | -14/+1 |
| 2024-03-19 | Revert "[dsymutil] Remove support for obfuscated bitcode" (#85826) | Andres Villegas | 1 | -1/+14 |
| 2024-03-19 | [dsymutil] Remove support for obfuscated bitcode (#85713) | Jonas Devlieghere | 1 | -14/+1 |
| 2024-03-05 | Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702) | Mehdi Amini | 1 | -1/+1 |
| 2024-01-19 | [tools] Use SmallString::operator std::string (NFC) | Kazu Hirata | 1 | -2/+2 |
| 2024-01-18 | [dsymutil][llvm-dwarfutil] Rename command line options to avoid using vendor ... | Alexey Lapshin | 1 | -7/+7 |
| 2024-01-11 | [llvm-driver] Fix usage of `InitLLVM` on Windows (#76306) | Alexandre Ganea | 1 | -3/+0 |
| 2024-01-09 | [DWARFLinker][DWARFLinkerParallel][NFC] Refactor DWARFLinker&DWARFLinkerParal... | avl-llvm | 1 | -1/+2 |
| 2023-10-26 | Reland [dsymutil] Add support for mergeable libraries (#70256) | Alpha Abdoulaye | 1 | -5/+14 |
| 2023-10-24 | Revert "[dsymutil] Add support for mergeable libraries" | Philip Reames | 1 | -14/+5 |
| 2023-10-24 | [dsymutil] Add support for mergeable libraries | Alpha Abdoulaye | 1 | -5/+14 |
| 2023-09-22 | [dsymutil] Remove paper trail warnings (#67041) | Jonas Devlieghere | 1 | -12/+2 |
| 2023-08-23 | [dsymutil][DWARFv5] Do output verification for DWARFv5. | Alexey Lapshin | 1 | -3/+4 |
| 2023-08-18 | [dsymutil] Fix stdio data races (NFC) | Jonas Devlieghere | 1 | -13/+31 |
| 2023-08-17 | [llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall driver | Andrés Villegas | 1 | -1/+1 |
| 2023-08-17 | [dsymutil] Re-enable 'auto' verification as the default | Jonas Devlieghere | 1 | -1/+1 |
| 2023-08-17 | [dsymutil] Use createTemporaryFile instead of TempFile | Jonas Devlieghere | 1 | -4/+5 |
| 2023-08-17 | Revert "[llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall ... | Petr Hosek | 1 | -1/+1 |
| 2023-08-17 | [llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall driver | Andrés Villegas | 1 | -1/+1 |
| 2023-08-15 | Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it" | Justin Bogner | 1 | -0/+1 |
| 2023-08-14 | Revert "[Option] Add "Visibility" field and clone the OptTable APIs to use it" | Justin Bogner | 1 | -1/+0 |
| 2023-08-14 | [Option] Add "Visibility" field and clone the OptTable APIs to use it | Justin Bogner | 1 | -0/+1 |
| 2023-08-04 | [llvm] Extract common `OptTable` bits into macros | Jan Svoboda | 1 | -10/+2 |
| 2023-06-04 | [DWARFLinkerParallel][Reland] Add interface files, create a skeleton implemen... | Alexey Lapshin | 1 | -1/+26 |
| 2023-06-04 | Revert "[DWARFLinkerParallel] Add interface files, create a skeleton implemen... | Alexey Lapshin | 1 | -26/+1 |
| 2023-06-04 | [DWARFLinkerParallel] Add interface files, create a skeleton implementation. | Alexey Lapshin | 1 | -1/+26 |
| 2023-05-26 | [Remarks] Retain all remarks by default, add option to drop without DL. | Florian Hahn | 1 | -0/+3 |
| 2023-04-04 | [dsymutil] Prevent interleaved errors and warnings | Jonas Devlieghere | 1 | -1/+4 |
| 2023-04-04 | [dsymutil] Disallow --reproducer=Use | Keith Smiley | 1 | -5/+3 |
| 2023-03-31 | [dsymutil] Disable 'auto' verification as the default | Jonas Devlieghere | 1 | -1/+1 |
| 2023-03-31 | [dsymutil] Add a new automatic verification mode | Jonas Devlieghere | 1 | -24/+42 |
| 2023-03-27 | [dsymutil] Add the ability to generate universal binaries with a fat64 header | Jonas Devlieghere | 1 | -32/+40 |
| 2023-03-09 | [dsymutil] Fix offset calculation for universal binaries | Jonas Devlieghere | 1 | -3/+6 |
| 2023-02-10 | [llvm-driver] Pass extra arguments to tools | Alex Brachet | 1 | -0/+1 |
| 2023-02-07 | [NFC][TargetParser] Remove llvm/ADT/Triple.h | Archibald Elliott | 1 | -1/+1 |
| 2023-01-12 | [OptTable] Precompute OptTable prefixes union table through tablegen | serge-sans-paille | 1 | -2/+2 |
| 2023-01-05 | Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part | serge-sans-paille | 1 | -1/+1 |
| 2022-12-27 | [clang] Use a StringRef instead of a raw char pointer to store builtin and ca... | serge-sans-paille | 1 | -1/+4 |
| 2022-12-25 | Revert "[clang] Use a StringRef instead of a raw char pointer to store builti... | Vitaly Buka | 1 | -4/+1 |
| 2022-12-24 | [clang] Use a StringRef instead of a raw char pointer to store builtin and ca... | serge-sans-paille | 1 | -1/+4 |