aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/Symbolize
AgeCommit message (Expand)AuthorFilesLines
2026-01-13[LLVM] Clean up code using [not_]equal_to (NFC) (#175824)Ramkumar Ramachandra1-1/+1
2025-12-15[llvm-symbolizer] Recognize and symbolize archive members (#150401)Midhunesh1-40/+148
2025-05-16Rename GsymDIContext to GsymContext (#140227)Mariusz Kwiczala1-3/+3
2025-05-13LLVM symbolizer gsym support - attempt 2 (#139686)Mariusz Kwiczala2-23/+72
2025-05-12Revert "LLVM symbolizer gsym support" (#139660)Qinkun Bao2-72/+23
2025-05-12LLVM symbolizer gsym support (#134847)Mariusz Kwiczala2-23/+72
2025-04-16[DebugInfo] Use StringRef::starts_with (NFC) (#135933)Kazu Hirata1-1/+1
2025-04-11[NFC][LLVM] Apply std::move to object being pushed back in findSymbolCommon (...Shafik Yaghmour1-1/+1
2025-03-25[Symbolize] Always use filename:line from debug info when debug info for the ...Zequan Wu1-6/+13
2025-03-17[NFC][DebugInfo] Wrap DILineInfo return type with std::optional to handle mis...Zequan Wu1-6/+10
2024-11-29[DebugInfo] Clean up LLVMSymbolizer::DemangleName API: const string& -> Strin...itrofimow1-3/+3
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata4-6/+0
2024-08-21[Symbolizer, DebugInfo] Clean up LLVMSymbolizer API: const string& -> StringR...itrofimow1-10/+11
2024-08-05[Symbolizer] Support for Missing Line Numbers. (#82240)Amit Kumar Pandey2-4/+18
2024-05-07[Analysis, CodeGen, DebugInfo] Use StringRef::operator== instead of StringRef...Kazu Hirata1-1/+1
2024-03-15[llvm-profgen] Support COFF binary (#83972)Haohai Wen1-3/+10
2024-01-19[llvm] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2024-01-17[DebugInfo] Use StringRef::consume_front (NFC)Kazu Hirata1-2/+2
2024-01-11[llvm] Use SmallString::operator std::string() (NFC)Kazu Hirata1-3/+3
2024-01-11[llvm] Use StringRef::consume_front_insensitive (NFC)Kazu Hirata1-6/+3
2023-12-15[symbolizer] Support symbol+offset lookup (#75067)Serge Pavlov2-11/+17
2023-12-14[DebugInfo] Pass string ownership to MarkupFilter (#75403)Vitaly Buka1-4/+6
2023-11-06[DebugInfo] Use StringRef::starts_with/ends_with instead of startswith/endswi...Simon Pilgrim3-4/+4
2023-11-01[symbolizer] Support symbol lookupSerge Pavlov3-0/+83
2023-10-02Revert "[symbolizer] Support symbol lookup"Serge Pavlov3-83/+0
2023-10-02[symbolizer] Support symbol lookupSerge Pavlov3-0/+83
2023-08-30[symbolizer] Change reaction on invalid inputSerge Pavlov1-16/+4
2023-08-12Revert "[symbolizer] Change reaction on invalid input"Douglas Yung1-4/+16
2023-08-12[symbolizer] Change reaction on invalid inputSerge Pavlov1-16/+4
2023-07-12[BPF][DebugInfo] Use .BPF.ext for line info when DWARF is not availableEduard Zingerman2-1/+14
2023-06-28[Symbolizer] Ignore unknown additional symbolizer markup fieldsDaniel Thornburgh1-20/+17
2023-06-23[llvm-addr2line] Replace checkFileExists with getOrCreateModuleInfoFangrui Song1-22/+8
2023-06-23[symbolizer] Check existence of input file in GNU modeSerge Pavlov1-8/+22
2023-06-05[Demangle] convert microsoftDemangle to take a std::string_viewNick Desaulniers1-1/+1
2023-06-02[Demangle] convert itaniumDemangle and nonMicrosoftDemangle to use std::strin...Nick Desaulniers1-2/+2
2023-04-23[symbolizer] Change error message if module not found (recommit)Serge Pavlov2-11/+5
2023-04-21[Demangle] remove unused params of microsoftDemangleNick Desaulniers1-1/+1
2023-04-14Revert "[symbolizer] Change error message if module not found"Serge Pavlov2-5/+11
2023-04-14[symbolizer] Change error message if module not foundSerge Pavlov2-11/+5
2023-04-13Revert "[symbolizer] Treat invalid address as addr2line does"Serge Pavlov1-5/+0
2023-04-05[Object] Refactor build ID parsing into Object lib.Daniel Thornburgh2-15/+9
2023-03-29[symbolizer] Factor out conversion DILineInfo->JSON. NFCSerge Pavlov1-15/+19
2023-03-29[symbolizer] Treat invalid address as addr2line doesSerge Pavlov1-0/+5
2023-02-15[Symbolize][MinGW] Support demangling i386 call-conv-decorated C++ namesAlvin Wong1-7/+20
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-06[ADT] Don't including None.h (NFC)Kazu Hirata1-1/+0
2022-12-04[llvm] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-1/+1
2022-12-04[llvm] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-1/+1
2022-12-04[llvm] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-1/+2