aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/GSYM
AgeCommit message (Expand)AuthorFilesLines
2026-01-28Modify llvm-gsymutil to work around invalid DW_AT_LLVM_stmt_sequence attribut...Greg Clayton1-26/+43
2026-01-13[NFCI][LLVM] Remove `raw_string_ostream::flush` calls (#164086)Rahul Joshi1-1/+0
2026-01-12[NFC][LLVM] Adopt ListSeparator/interleaved in more places (#172909)Rahul Joshi2-10/+5
2025-10-28[llvm] Use nullptr instead of 0 or NULL (NFC) (#165396)Kazu Hirata1-1/+1
2025-10-20[gsymutil] Fix how invalid LLVM_stmt_seq is set and used (#164015)Peter Rong1-6/+10
2025-10-14Fix a spurious error that was emitted for invalid DW_AT_decl_file. (#152608)Greg Clayton1-2/+6
2025-10-14Don't warn about missing DWO files when converting mach-o files. (#152598)Greg Clayton1-0/+4
2025-08-29[llvm] Support building with c++23 (#154372)Kyle Krüger1-0/+1
2025-06-26[llvm] Use llvm::interleaved (NFC) (#145839)Kazu Hirata1-7/+2
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata1-3/+0
2025-06-04Revert gsymutil changes due to concurrency problems (#142829)peremyach1-13/+6
2025-05-21Reduce llvm-gsymutil memory usage (#140740)peremyach1-6/+13
2025-05-20Revert "Reduce llvm-gsymutil memory usage" (#140696)peremyach1-13/+6
2025-05-16Rename GsymDIContext to GsymContext (#140227)Mariusz Kwiczala2-14/+14
2025-05-16Reduce llvm-gsymutil memory usage (#139907)peremyach1-6/+13
2025-05-13LLVM symbolizer gsym support - attempt 2 (#139686)Mariusz Kwiczala2-0/+167
2025-05-12[llvm] Use StringRef::{starts_with,find} (NFC) (#139661)Kazu Hirata1-1/+1
2025-05-12Revert "LLVM symbolizer gsym support" (#139660)Qinkun Bao2-167/+0
2025-05-12LLVM symbolizer gsym support (#134847)Mariusz Kwiczala2-0/+167
2025-04-16[llvm] Use llvm::append_range (NFC) (#135931)Kazu Hirata1-3/+1
2025-03-17[NFC][DebugInfo] Wrap DILineInfo return type with std::optional to handle mis...Zequan Wu1-1/+1
2025-03-14[GSYM] Fix incorrect comparison in gSYM creation (#131197)alx321-2/+2
2025-03-03[GSYM] Use debug line offsets during GSYM creation (#129196)alx321-1/+13
2025-01-21[GSYM] Fix a warningKazu Hirata1-0/+1
2025-01-21[llvm-gsymutil] Add support for merged functions lookup differentiation (#122...alx322-0/+27
2025-01-14[llvm-gsymutil] Ensure gSYM creation determinism with merged functions (#122921)alx321-2/+3
2025-01-06[GSYM] Add support for querying merged functions in llvm-gsymutil (#120991)alx323-14/+95
2024-12-31[SystemZ][z/OS] Open YAML files for read as text files (#121340)Zibi Sarbinowski1-1/+1
2024-12-20[llvm-gsymutil] Ensure stable ordering of merged functions (#120796)alx321-2/+2
2024-12-17[llvm-gsymutil] Add option to load callsites from DWARF (#119913)alx321-0/+62
2024-12-13[llvm-gsymutil] Fix dumping of call sites for merged functions (#119759)alx322-6/+9
2024-11-26[GSYM] Callsites: Add data format support and loading from YAML (#109781)alx325-1/+342
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata6-11/+1
2024-10-15[GSYM] Remove redundant getInliningInfoForAddress call (#111136)David Stenberg1-1/+0
2024-09-20[llvm] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim1-1/+0
2024-09-19[GSYM] Avoid repeated hash lookups (NFC) (#109241)Kazu Hirata1-2/+1
2024-08-08Fix a typecheck_arithmetic_incomplete_or_sizeless_type error in GSYM/MergedFu...Haojian Wu1-0/+2
2024-08-07[gSYM] Add support merged functions in gSYM format (#101604)alx325-9/+155
2024-07-03Revert "Reduce llvm-gsymutil memory usage" (#97603)Kamau Bridgeman1-14/+1
2024-07-02Reduce llvm-gsymutil memory usage (#91023)Kevin Frei1-1/+14
2024-04-29Clean up the GSym error aggregation code, and pass the aggregator by referenc...Kevin Frei1-1/+1
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-1/+1
2024-03-02Fix BUILD_SHARED_LIBS=ON build for platforms which require explicit link of -...Mehdi Amini1-0/+3
2024-02-12Gsymutil aggregation similar to DwarfDump --verify (#81154)Kevin Frei3-157/+185
2024-02-01[llvm-gsymutil] Print one-time DWO file missing warning under --quiet flag (#...Wanyi1-7/+17
2024-01-29[llvm-gsymutil] Fix assert failure on FileEntry.Dir empty (#79926)kusmour1-1/+4
2023-11-17Modify llvm-gsymutil lookups to handle overlapping ranges correctly. (#72350)Greg Clayton1-38/+83
2023-11-06Modify llvm-gsymutil to ignore invalid file indexes (#71431)Greg Clayton1-14/+49
2023-11-06Fix line table lookups in line tables with multiple lines with the sa… (#70...Greg Clayton1-5/+0
2023-11-06[DebugInfo] Use StringRef::starts_with/ends_with instead of startswith/endswi...Simon Pilgrim1-1/+1