aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/dsymutil/dsymutil.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-01-10[dsymutil] Add new argument allow_invalid_macho (#173503)Ch1p1-0/+2
2025-12-08[dsymutil] Remove spurious exit when falling back to fat64 header (#171189)Jonas Devlieghere1-1/+0
2025-11-03[dsymutil] Add option to copy swiftmodules built from interface (#165293)Roy Shi1-0/+3
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth1-6/+8
2024-12-05[dsymutil] Emit a warning instead of an error when using fat64 header (#118898)Jonas Devlieghere1-11/+13
2024-11-06[dsymutil] Add missing newlines in error messages. (#115191)Ryan Mansfield1-2/+2
2024-10-22[dsymutil] Provide an option to ignore object timestamp mismatches (#113238)Jonas Devlieghere1-1/+6
2024-10-22[dsymutil] Share one BinaryHolder between debug map parsing & linking (#113234)Jonas Devlieghere1-19/+7
2024-08-30[dsymutil] return EXIT_FAILURE when Crashed (#106619)Richard Howell1-1/+1
2024-05-09[dsymutil] Add -q/--quiet flag to suppress warnings (#91658)Jonas Devlieghere1-15/+30
2024-03-19[dsymutil] Remove support for obfuscated bitcode (#85713)Jonas Devlieghere1-14/+1
2024-03-19Revert "[dsymutil] Remove support for obfuscated bitcode" (#85826)Andres Villegas1-1/+14
2024-03-19[dsymutil] Remove support for obfuscated bitcode (#85713)Jonas Devlieghere1-14/+1
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-1/+1
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata1-2/+2
2024-01-18[dsymutil][llvm-dwarfutil] Rename command line options to avoid using vendor ...Alexey Lapshin1-7/+7
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-3/+0
2024-01-09[DWARFLinker][DWARFLinkerParallel][NFC] Refactor DWARFLinker&DWARFLinkerParal...avl-llvm1-1/+2
2023-10-26Reland [dsymutil] Add support for mergeable libraries (#70256)Alpha Abdoulaye1-5/+14
2023-10-24Revert "[dsymutil] Add support for mergeable libraries"Philip Reames1-14/+5
2023-10-24[dsymutil] Add support for mergeable librariesAlpha Abdoulaye1-5/+14
2023-09-22[dsymutil] Remove paper trail warnings (#67041)Jonas Devlieghere1-12/+2
2023-08-23[dsymutil][DWARFv5] Do output verification for DWARFv5.Alexey Lapshin1-3/+4
2023-08-18[dsymutil] Fix stdio data races (NFC)Jonas Devlieghere1-13/+31
2023-08-17[llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall driverAndrés Villegas1-1/+1
2023-08-17[dsymutil] Re-enable 'auto' verification as the defaultJonas Devlieghere1-1/+1
2023-08-17[dsymutil] Use createTemporaryFile instead of TempFileJonas Devlieghere1-4/+5
2023-08-17Revert "[llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall ...Petr Hosek1-1/+1
2023-08-17[llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall driverAndrés Villegas1-1/+1
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-0/+1
2023-08-14Revert "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-1/+0
2023-08-14[Option] Add "Visibility" field and clone the OptTable APIs to use itJustin Bogner1-0/+1
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-10/+2
2023-06-04[DWARFLinkerParallel][Reland] Add interface files, create a skeleton implemen...Alexey Lapshin1-1/+26
2023-06-04Revert "[DWARFLinkerParallel] Add interface files, create a skeleton implemen...Alexey Lapshin1-26/+1
2023-06-04[DWARFLinkerParallel] Add interface files, create a skeleton implementation.Alexey Lapshin1-1/+26
2023-05-26[Remarks] Retain all remarks by default, add option to drop without DL.Florian Hahn1-0/+3
2023-04-04[dsymutil] Prevent interleaved errors and warningsJonas Devlieghere1-1/+4
2023-04-04[dsymutil] Disallow --reproducer=UseKeith Smiley1-5/+3
2023-03-31[dsymutil] Disable 'auto' verification as the defaultJonas Devlieghere1-1/+1
2023-03-31[dsymutil] Add a new automatic verification modeJonas Devlieghere1-24/+42
2023-03-27[dsymutil] Add the ability to generate universal binaries with a fat64 headerJonas Devlieghere1-32/+40
2023-03-09[dsymutil] Fix offset calculation for universal binariesJonas Devlieghere1-3/+6
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet1-0/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille1-2/+2
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-1/+1
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-4/+1
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4