summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
AgeCommit message (Expand)Author
2025-10-28[llvm] Use nullptr instead of 0 or NULL (NFC) (#165396)Kazu Hirata
2025-01-14[llvm-gsymutil] Ensure gSYM creation determinism with merged functions (#122921)alx32
2024-12-20[llvm-gsymutil] Ensure stable ordering of merged functions (#120796)alx32
2024-11-26[GSYM] Callsites: Add data format support and loading from YAML (#109781)alx32
2024-09-19[GSYM] Avoid repeated hash lookups (NFC) (#109241)Kazu Hirata
2024-08-07[gSYM] Add support merged functions in gSYM format (#101604)alx32
2024-02-12Gsymutil aggregation similar to DwarfDump --verify (#81154)Kevin Frei
2024-01-29[llvm-gsymutil] Fix assert failure on FileEntry.Dir empty (#79926)kusmour
2023-10-09Use llvm::endianness{,::little,::native} (NFC)Kazu Hirata
2023-08-09Remove some noisy log messages from showing up in llvm-gsymutil output.Greg Clayton
2023-08-01Increase performance of llvm-gsymutil by up to 200%.Greg Clayton
2023-03-06[DebugInfo] Fix a warningKazu Hirata
2023-03-06Add the ability to segment GSYM files.Greg Clayton
2023-03-03Revert "Add the ability to segment GSYM files."Douglas Yung
2023-03-02Add the ability to segment GSYM files.Greg Clayton
2022-06-16Fix a bug introduced by the move of AddressRanges.h into ADT.Greg Clayton
2022-04-26[llvm-gsymutil][NFC] refactor AddressRange&AddresRanges structures.Alexey Lapshin
2021-06-28Fix a case where multiple symbols with zero size would cause duplicate entrie...Greg Clayton
2021-05-27Add --quiet option to llvm-gsymutil to suppress output of warnings.Simon Giesecke
2021-05-19Use a non-recursive mutex in GsymCreator.Simon Giesecke
2021-05-19Move FunctionInfo in addFunctionInfo rather than copying.Simon Giesecke
2021-05-19Avoid calculating the string hash twice in GsymCreator::insertString.Simon Giesecke
2021-05-19Reformat GSYMCreator.cppSimon Giesecke
2021-05-12Optimize GSymCreator::finalize.Greg Clayton
2021-01-17[llvm] Use llvm::sort (NFC)Kazu Hirata
2020-03-04Fix buildbots with merge that didn't happen for 4050b01ba9ece02721ec496383bae...Greg Clayton
2020-03-04Fix GSYM tests to run the yaml files and fix test failures on some machines.Greg Clayton
2020-03-04Revert "Fix GSYM tests to run the yaml files and fix test failures on some ma...Mitch Phillips
2020-03-02Fix GSYM tests to run the yaml files and fix test failures on some machines.Greg Clayton
2020-03-02Revert "Fix GSYM tests to run the yaml files and fix test failures on some ma...Greg Clayton
2020-03-02Fix GSYM tests to run the yaml files and fix test failures on some machines.Greg Clayton
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-13Add a DWARF transformer class that converts DWARF to GSYM.Greg Clayton
2019-10-10Fix Windows build after r374381Nico Weber
2019-10-10Remove strings.h include to fix GSYM Windows buildReid Kleckner
2019-10-10Fix buildbots by using memset instead of bzero.Greg Clayton
2019-10-10Unbreak llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast buildbot.Greg Clayton
2019-10-10Add GsymCreator and GsymReader.Greg Clayton