aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/GSYM
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-16llvm-gsymutil now handles empty linkage names correctly. (#68931)Greg Clayton1-5/+5
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-8/+11
2023-10-09Use llvm::endianness{,::little,::native} (NFC)Kazu Hirata1-4/+2
2023-10-05[Support] Deprecate system_endianness (#68279)Kazu Hirata2-9/+7
2023-10-01[GSYM] Fix the initialization of DataExtractor (#67904)Kazu Hirata1-2/+8
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song1-1/+1
2023-08-30[NFC] Remove unused variables declared in conditionsTakuya Shimizu1-1/+1
2023-08-17Fix spurious errors that would be emitted when DW_TAG_subprogram DIEs had mut...Greg Clayton1-20/+62
2023-08-09Remove some noisy log messages from showing up in llvm-gsymutil output.Greg Clayton2-12/+15
2023-08-09Improve llvm-gsymutil performance in quiet mode.Greg Clayton2-45/+58
2023-08-01Increase performance of llvm-gsymutil by up to 200%.Greg Clayton4-124/+125
2023-07-26Fixed an issue where llvm-gsymutil would crash when parsing bad inline ranges.Greg Clayton1-9/+16
2023-03-06[DebugInfo] Fix a warningKazu Hirata1-0/+1
2023-03-06Add the ability to segment GSYM files.Greg Clayton2-38/+279
2023-03-03Revert "Add the ability to segment GSYM files."Douglas Yung2-279/+38
2023-03-02Add the ability to segment GSYM files.Greg Clayton2-38/+279
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song4-10/+11
2022-12-02[DebugInfo] Use std::nullopt instead of None (NFC)Kazu Hirata3-5/+5
2022-11-25[GSYM] Use std::optional in FunctionInfo.cpp (NFC)Kazu Hirata1-2/+3
2022-11-25[GSYM] Use std::optional in DwarfTransformer.cpp (NFC)Kazu Hirata1-3/+3
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-16Fix a bug introduced by the move of AddressRanges.h into ADT.Greg Clayton1-1/+1
2022-05-18Fix if statement in DebugInfo/GSYM/LookupResult.cppAlexander Pivovarov1-1/+1
2022-05-04[iwyu] Handle regressions in libLLVM header includeserge-sans-paille1-0/+1
2022-04-26[llvm-gsymutil][NFC] refactor AddressRange&AddresRanges structures.Alexey Lapshin7-145/+98
2022-03-28Apply clang-tidy fixes for readability-redundant-smartptr-get in GsymReader.c...Kazu Hirata1-1/+1
2022-03-28Apply clang-tidy fixes for readability-redundant-smartptr-get in DwarfTransfo...Kazu Hirata1-2/+2
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille1-0/+1
2022-02-03[GSYM] Add Split Dwarf Support to DwarfTransformerAlexander Yermolovich1-2/+19
2021-12-16Avoid by-value copies of referenced objectsNathan Sidwell1-2/+2
2021-09-08Log to the right stream in DwarfTransformer::handleDie().Greg Clayton1-5/+5
2021-08-23Fix fallback code that gets decl file + line.Greg Clayton1-11/+9
2021-08-11[llvm][clang][NFC] updates inline licence infoChristopher Di Bella2-8/+6
2021-06-28Fix a case where multiple symbols with zero size would cause duplicate entrie...Greg Clayton1-3/+7
2021-05-27Add --quiet option to llvm-gsymutil to suppress output of warnings.Simon Giesecke2-20/+31
2021-05-19Use a non-recursive mutex in GsymCreator.Simon Giesecke1-9/+9
2021-05-19Move FunctionInfo in addFunctionInfo rather than copying.Simon Giesecke1-1/+1
2021-05-19Avoid calculating the string hash twice in GsymCreator::insertString.Simon Giesecke1-3/+6
2021-05-19Reformat GSYMCreator.cppSimon Giesecke1-23/+28
2021-05-12Optimize GSymCreator::finalize.Greg Clayton1-49/+73