summaryrefslogtreecommitdiff
path: root/llvm/tools/dsymutil/DebugMap.cpp
AgeCommit message (Expand)Author
2025-08-29[llvm] Support building with c++23 (#154372)Kyle Krüger
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
2024-10-22[dsymutil] Share one BinaryHolder between debug map parsing & linking (#113234)Jonas Devlieghere
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata
2023-10-26Reland [dsymutil] Add support for mergeable libraries (#70256)Alpha Abdoulaye
2023-10-24Revert "[dsymutil] Add support for mergeable libraries"Philip Reames
2023-10-24[dsymutil] Add support for mergeable librariesAlpha Abdoulaye
2023-10-22[llvm] Stop including llvm/ADT/iterator_range.h (NFC)Kazu Hirata
2023-07-19[dsymutil] Sort entries in YamlDMO to stabilize print orderFangrui Song
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-12-07[llvm] Don't include Optional.h (NFC)Kazu Hirata
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek
2022-06-04Use llvm::less_first (NFC)Kazu Hirata
2022-05-27Revert "[llvm][clang][bolt][NFC] Use llvm::less_first() when applicable"Balazs Benics
2022-05-27[llvm][clang][bolt][NFC] Use llvm::less_first() when applicableBalazs Benics
2021-01-09[llvm] Drop unnecessary make_range (NFC)Kazu Hirata
2020-05-04[dsymutil] Thread the VFS through dsymutil (NFC)Jonas Devlieghere
2020-05-02[Object] Change ObjectFile::getSymbolValue() return type to Expected<uint64_t>Xing GUO
2020-04-18[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlag...vgxbj
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-30Use the container form llvm::sort(C, ...)Fangrui Song
2018-06-29[dsymutil] Make the CachedBinaryHolder the defaultJonas Devlieghere
2018-06-27[dsymutil] Move abstractions into separate files (NFC)Jonas Devlieghere
2018-04-14[Support] Add convenience functions to WithColor. NFC.Jonas Devlieghere
2018-04-01[tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-18[dsymutil] Rename llvm-dsymutil -> dsymutilJonas Devlieghere
2018-03-13[dsymutil] Unify error handling outside DwarfLinker.Jonas Devlieghere
2018-02-22[dsymutil] Fix typos and formatting. NFC.Jonas Devlieghere
2017-11-01[dsymutil, llvm-objcopy] Fix some Clang-tidy modernize and Include What You U...Eugene Zelenko
2017-10-06[llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci
2017-10-05Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"Francis Ricci
2017-10-05[llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci
2017-10-05Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"Francis Ricci
2017-10-05[llvm-dsymutil] Add support for __swift_ast MachO DWARF sectionFrancis Ricci
2016-11-09[dsymutil] Replace TimeValue with TimePointPavel Labath
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-01-31[dsymutil] Fix handling of common symbols.Frederic Riss
2016-01-31[dsymutil] Allow debug map mappings with no object file address. NFCFrederic Riss
2015-08-26[dsymutil] Store an optional BinaryPath in the debug map.Frederic Riss
2015-08-05[dsymutil] Implement support for handling mach-o universal binaries as main i...Frederic Riss
2015-07-24[dsymutil] Implement support for universal mach-o object files.Frederic Riss
2015-07-22[dsymutil] Check archive members timestamps.Frederic Riss
2015-07-07Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola
2015-07-07Common symbols don't have a value.Rafael Espindola
2015-07-03Replace a few more MachO only uses of getSymbolAddress.Rafael Espindola