summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/GSYM
AgeCommit message (Expand)Author
2025-10-28[llvm] Use nullptr instead of 0 or NULL (NFC) (#165396)Kazu Hirata
2025-10-20[gsymutil] Fix how invalid LLVM_stmt_seq is set and used (#164015)Peter Rong
2025-10-14Fix a spurious error that was emitted for invalid DW_AT_decl_file. (#152608)Greg Clayton
2025-10-14Don't warn about missing DWO files when converting mach-o files. (#152598)Greg Clayton
2025-08-29[llvm] Support building with c++23 (#154372)Kyle Krüger
2025-06-26[llvm] Use llvm::interleaved (NFC) (#145839)Kazu Hirata
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata
2025-06-04Revert gsymutil changes due to concurrency problems (#142829)peremyach
2025-05-21Reduce llvm-gsymutil memory usage (#140740)peremyach
2025-05-20Revert "Reduce llvm-gsymutil memory usage" (#140696)peremyach
2025-05-16Rename GsymDIContext to GsymContext (#140227)Mariusz Kwiczala
2025-05-16Reduce llvm-gsymutil memory usage (#139907)peremyach
2025-05-13LLVM symbolizer gsym support - attempt 2 (#139686)Mariusz Kwiczala
2025-05-12[llvm] Use StringRef::{starts_with,find} (NFC) (#139661)Kazu Hirata
2025-05-12Revert "LLVM symbolizer gsym support" (#139660)Qinkun Bao
2025-05-12LLVM symbolizer gsym support (#134847)Mariusz Kwiczala
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata
2025-03-17[NFC][DebugInfo] Wrap DILineInfo return type with std::optional to handle mis...Zequan Wu
2025-03-14[GSYM] Fix incorrect comparison in gSYM creation (#131197)alx32
2025-03-03[GSYM] Use debug line offsets during GSYM creation (#129196)alx32
2025-01-21[GSYM] Fix a warningKazu Hirata
2025-01-21[llvm-gsymutil] Add support for merged functions lookup differentiation (#122...alx32
2025-01-14[llvm-gsymutil] Ensure gSYM creation determinism with merged functions (#122921)alx32
2025-01-06[GSYM] Add support for querying merged functions in llvm-gsymutil (#120991)alx32
2024-12-31[SystemZ][z/OS] Open YAML files for read as text files (#121340)Zibi Sarbinowski
2024-12-20[llvm-gsymutil] Ensure stable ordering of merged functions (#120796)alx32
2024-12-17[llvm-gsymutil] Add option to load callsites from DWARF (#119913)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-10-15[GSYM] Remove redundant getInliningInfoForAddress call (#111136)David Stenberg
2024-09-20[llvm] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim
2024-09-19[GSYM] Avoid repeated hash lookups (NFC) (#109241)Kazu Hirata
2024-08-08Fix a typecheck_arithmetic_incomplete_or_sizeless_type error in GSYM/MergedFu...Haojian Wu
2024-08-07[gSYM] Add support merged functions in gSYM format (#101604)alx32
2024-07-03Revert "Reduce llvm-gsymutil memory usage" (#97603)Kamau Bridgeman
2024-07-02Reduce llvm-gsymutil memory usage (#91023)Kevin Frei
2024-04-29Clean up the GSym error aggregation code, and pass the aggregator by referenc...Kevin Frei
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini
2024-03-02Fix BUILD_SHARED_LIBS=ON build for platforms which require explicit link of -...Mehdi Amini
2024-02-12Gsymutil aggregation similar to DwarfDump --verify (#81154)Kevin Frei
2024-02-01[llvm-gsymutil] Print one-time DWO file missing warning under --quiet flag (#...Wanyi
2024-01-29[llvm-gsymutil] Fix assert failure on FileEntry.Dir empty (#79926)kusmour
2023-11-17Modify llvm-gsymutil lookups to handle overlapping ranges correctly. (#72350)Greg Clayton
2023-11-06Modify llvm-gsymutil to ignore invalid file indexes (#71431)Greg Clayton
2023-11-06Fix line table lookups in line tables with multiple lines with the sa… (#70...Greg Clayton
2023-11-06[DebugInfo] Use StringRef::starts_with/ends_with instead of startswith/endswi...Simon Pilgrim
2023-10-16llvm-gsymutil now handles empty linkage names correctly. (#68931)Greg Clayton
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-09Use llvm::endianness{,::little,::native} (NFC)Kazu Hirata