aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/dsymutil
AgeCommit message (Expand)AuthorFilesLines
2026-01-10[dsymutil] Add new argument allow_invalid_macho (#173503)Ch1p6-9/+33
2025-12-08[dsymutil] Remove spurious exit when falling back to fat64 header (#171189)Jonas Devlieghere1-1/+0
2025-11-20[dsymutil] Add missing validation for zero alignment section (#168925)Ch1p1-4/+4
2025-11-18[dsymutil] Specify that -flat is for testing in the help output (#168590)Jonas Devlieghere1-1/+1
2025-11-09Remove unused <set> and <map> inclusion (#167175)serge-sans-paille1-1/+0
2025-11-03[dsymutil] Add option to copy swiftmodules built from interface (#165293)Roy Shi4-3/+22
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata1-1/+1
2025-09-26[llvm][clang] Use the VFS in `FileCollector` (#160788)Jan Svoboda1-2/+3
2025-09-22[Remarks] Restructure bitstream remarks to be fully standalone (#156715)Tobias Stadler1-0/+1
2025-08-29[llvm] Support building with c++23 (#154372)Kyle Krüger2-3/+6
2025-07-26MCSectionCOFF: Avoid castFangrui Song1-1/+1
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine2-1/+2
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine2-2/+1
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine2-1/+2
2025-05-11[dsymutil] Deduplicate Swift modules by path before copying them (#139342)Adrian Prantl1-0/+5
2025-05-04[llvm] Remove unused local variables (NFC) (#138454)Kazu Hirata1-2/+0
2025-04-08[dsymutil] Add missing dependencyAdrian Prantl1-0/+1
2025-04-08[dsymutil] Avoid copying binary swiftmodules built from textualAdrian Prantl6-3/+231
2025-04-08Revert "[dsymutil] Avoid copying binary swiftmodules built from textual"Adrian Prantl6-230/+3
2025-04-08[dsymutil] Avoid copying binary swiftmodules built from textual (#134719)Adrian Prantl6-3/+230
2025-03-29[bugpoint] Avoid repeated hash lookups (NFC) (#133616)Kazu Hirata1-2/+1
2025-03-14[dsymutil] Avoid repeated hash lookups (NFC) (#131268)Kazu Hirata1-6/+6
2025-02-16[dsymutil] Avoid repeated hash lookups (NFC) (#127449)Kazu Hirata1-4/+2
2025-02-08[dsymutil] Avoid repeated hash lookups (NFC) (#126190) (#126346)Kazu Hirata1-4/+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 Devlieghere4-22/+42
2024-10-22[dsymutil] Share one BinaryHolder between debug map parsing & linking (#113234)Jonas Devlieghere5-42/+34
2024-09-13[llvm][tools] Strip unneeded uses of raw_string_ostream::str() (NFC)JOE19941-1/+1
2024-09-12[dsymutil] Fix whitespace issues and typo in HelpText. (#108310)rjmansfield1-7/+7
2024-08-30[dsymutil] return EXIT_FAILURE when Crashed (#106619)Richard Howell1-1/+1
2024-08-20[AArch64][MachO] Add ptrauth ABI version to arm64e cpusubtype. (#104650)Ahmed Bougacha1-1/+2
2024-08-04[llvm] Construct SmallVector with ArrayRef (NFC) (#101872)Kazu Hirata1-3/+2
2024-07-02Remove llvm/MC/MCAsmLayout.h and the unused parameter in MCAssembler::layoutFangrui Song1-3/+1
2024-07-02Revert "MCAssembler::layout: remove the unused MCAsmLayout parameter"Davide Italiano1-1/+3
2024-07-01MCAssembler::layout: remove the unused MCAsmLayout parameterFangrui Song1-3/+1
2024-07-01[MC] Move MCAsmLayout::SectionOrder to MachObjectWriter::SectionOrderFangrui Song1-5/+4
2024-07-01[MC] Remove MCAsmLayout::{getSectionFileSize,getSectionAddressSize}Fangrui Song1-9/+10
2024-07-01[MC] Remove the MCAsmLayout parameter from MCObjectWriter::{writeObject,write...Fangrui Song1-1/+1
2024-06-23[MC] Ensure all new sections have a MCDataFragmentFangrui Song1-3/+0
2024-06-22[MC] Remove pending labelsFangrui Song1-1/+0
2024-06-14[Error] Add non-consuming toString (#95375)Nikita Popov1-2/+2
2024-06-10[MC] Remove getFragmentList uses. NFCFangrui Song1-1/+1
2024-05-18[dsymutil] Use operator==(StringRef, StringRef) (NFC)Kazu Hirata1-1/+1
2024-05-09[dsymutil] Add -q/--quiet flag to suppress warnings (#91658)Jonas Devlieghere3-15/+41
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata1-1/+1
2024-04-03Revert "dsymutil: Re-add missing -latomic (#85380)"Gulfem Savrun Yeniceri1-1/+1
2024-04-03dsymutil: Re-add missing -latomic (#85380)maflcko1-1/+1
2024-04-02[dsymutil] Support generating dSYMs for firmware environments (#87432)Jonas Devlieghere1-1/+3