summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/GSYM/GsymReader.cpp
AgeCommit message (Expand)Author
2025-01-06[GSYM] Add support for querying merged functions in llvm-gsymutil (#120991)alx32
2024-12-13[llvm-gsymutil] Fix dumping of call sites for merged functions (#119759)alx32
2024-11-26[GSYM] Callsites: Add data format support and loading from YAML (#109781)alx32
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2024-08-07[gSYM] Add support merged functions in gSYM format (#101604)alx32
2023-11-17Modify llvm-gsymutil lookups to handle overlapping ranges correctly. (#72350)Greg Clayton
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-05[Support] Deprecate system_endianness (#68279)Kazu Hirata
2023-10-01[GSYM] Fix the initialization of DataExtractor (#67904)Kazu Hirata
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-12-02[DebugInfo] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-03-28Apply clang-tidy fixes for readability-redundant-smartptr-get in GsymReader.c...Kazu Hirata
2020-02-25Add a llvm-gsymutil tool that can convert object files to GSYM and perform lo...Greg Clayton
2020-02-15[NFC] Move ValidTextRanges out of DwarfTransformer and into GsymCreator and u...Greg Clayton
2020-02-13Fix buildbots by not using "and" and "not".Greg Clayton
2020-02-13Add a DWARF transformer class that converts DWARF to GSYM.Greg Clayton
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2019-12-05Add lookup functions for efficient lookups of addresses when using GsymReader...Greg Clayton
2019-10-10Fix Windows build after r374381Nico Weber
2019-10-10Unbreak buildbots.Greg Clayton
2019-10-10Unbreak windows buildbots.Greg Clayton
2019-10-10Add GsymCreator and GsymReader.Greg Clayton