summaryrefslogtreecommitdiff
path: root/llvm/tools/dsymutil
AgeCommit message (Expand)Author
2025-11-20[dsymutil] Add missing validation for zero alignment section (#168925)Ch1p
2025-11-18[dsymutil] Specify that -flat is for testing in the help output (#168590)Jonas Devlieghere
2025-11-09Remove unused <set> and <map> inclusion (#167175)serge-sans-paille
2025-11-03[dsymutil] Add option to copy swiftmodules built from interface (#165293)Roy Shi
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata
2025-09-26[llvm][clang] Use the VFS in `FileCollector` (#160788)Jan Svoboda
2025-09-22[Remarks] Restructure bitstream remarks to be fully standalone (#156715)Tobias Stadler
2025-08-29[llvm] Support building with c++23 (#154372)Kyle Krüger
2025-07-26MCSectionCOFF: Avoid castFangrui Song
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine
2025-05-11[dsymutil] Deduplicate Swift modules by path before copying them (#139342)Adrian Prantl
2025-05-04[llvm] Remove unused local variables (NFC) (#138454)Kazu Hirata
2025-04-08[dsymutil] Add missing dependencyAdrian Prantl
2025-04-08[dsymutil] Avoid copying binary swiftmodules built from textualAdrian Prantl
2025-04-08Revert "[dsymutil] Avoid copying binary swiftmodules built from textual"Adrian Prantl
2025-04-08[dsymutil] Avoid copying binary swiftmodules built from textual (#134719)Adrian Prantl
2025-03-29[bugpoint] Avoid repeated hash lookups (NFC) (#133616)Kazu Hirata
2025-03-14[dsymutil] Avoid repeated hash lookups (NFC) (#131268)Kazu Hirata
2025-02-16[dsymutil] Avoid repeated hash lookups (NFC) (#127449)Kazu Hirata
2025-02-08[dsymutil] Avoid repeated hash lookups (NFC) (#126190) (#126346)Kazu Hirata
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth
2024-12-05[dsymutil] Emit a warning instead of an error when using fat64 header (#118898)Jonas Devlieghere
2024-11-06[dsymutil] Add missing newlines in error messages. (#115191)Ryan Mansfield
2024-10-22[dsymutil] Provide an option to ignore object timestamp mismatches (#113238)Jonas Devlieghere
2024-10-22[dsymutil] Share one BinaryHolder between debug map parsing & linking (#113234)Jonas Devlieghere
2024-09-13[llvm][tools] Strip unneeded uses of raw_string_ostream::str() (NFC)JOE1994
2024-09-12[dsymutil] Fix whitespace issues and typo in HelpText. (#108310)rjmansfield
2024-08-30[dsymutil] return EXIT_FAILURE when Crashed (#106619)Richard Howell
2024-08-20[AArch64][MachO] Add ptrauth ABI version to arm64e cpusubtype. (#104650)Ahmed Bougacha
2024-08-04[llvm] Construct SmallVector with ArrayRef (NFC) (#101872)Kazu Hirata
2024-07-02Remove llvm/MC/MCAsmLayout.h and the unused parameter in MCAssembler::layoutFangrui Song
2024-07-02Revert "MCAssembler::layout: remove the unused MCAsmLayout parameter"Davide Italiano
2024-07-01MCAssembler::layout: remove the unused MCAsmLayout parameterFangrui Song
2024-07-01[MC] Move MCAsmLayout::SectionOrder to MachObjectWriter::SectionOrderFangrui Song
2024-07-01[MC] Remove MCAsmLayout::{getSectionFileSize,getSectionAddressSize}Fangrui Song
2024-07-01[MC] Remove the MCAsmLayout parameter from MCObjectWriter::{writeObject,write...Fangrui Song
2024-06-23[MC] Ensure all new sections have a MCDataFragmentFangrui Song
2024-06-22[MC] Remove pending labelsFangrui Song
2024-06-14[Error] Add non-consuming toString (#95375)Nikita Popov
2024-06-10[MC] Remove getFragmentList uses. NFCFangrui Song
2024-05-18[dsymutil] Use operator==(StringRef, StringRef) (NFC)Kazu Hirata
2024-05-09[dsymutil] Add -q/--quiet flag to suppress warnings (#91658)Jonas Devlieghere
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata
2024-04-03Revert "dsymutil: Re-add missing -latomic (#85380)"Gulfem Savrun Yeniceri
2024-04-03dsymutil: Re-add missing -latomic (#85380)maflcko
2024-04-02[dsymutil] Support generating dSYMs for firmware environments (#87432)Jonas Devlieghere
2024-03-19[dsymutil] Remove support for obfuscated bitcode (#85713)Jonas Devlieghere
2024-03-19Revert "[dsymutil] Remove support for obfuscated bitcode" (#85826)Andres Villegas