aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-gsymutil
AgeCommit message (Expand)AuthorFilesLines
2024-02-12Gsymutil aggregation similar to DwarfDump --verify (#81154)Kevin Frei1-21/+23
2023-12-03[llvm] Stop including map (NFC)Kazu Hirata1-1/+0
2023-11-30[llvm] Stop including llvm/ADT/StringSet.h (NFC)Kazu Hirata1-1/+0
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-2/+3
2023-10-10Use llvm::endianness (NFC)Kazu Hirata1-1/+1
2023-09-27llvm/tools: Fix some performance-for-range-copy issues. NFCFangrui Song1-5/+4
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song1-1/+1
2023-09-01Make DWARFContext more thread safe.Greg Clayton1-1/+8
2023-08-09Improve llvm-gsymutil performance in quiet mode.Greg Clayton1-4/+4
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-10/+2
2023-07-26Fixed an issue where llvm-gsymutil would crash when parsing bad inline ranges.Greg Clayton1-2/+7
2023-06-16[llvm-gsymutil] Fix command descriptions introduced in upstream D148775 when ...Wanyi Ye2-2/+2
2023-04-28[llvm-gsymutil] Add gsymutil to llvm driver buildAlex Brachet2-1/+4
2023-04-26[llvm-gsymutil] Switch to OptTableAlex Brachet3-95/+175
2023-04-17[CMake] Cleanup depsNAKAMURA Takumi1-1/+0
2023-04-17[CMake] Reorder and reformat depsNAKAMURA Takumi1-1/+0
2023-03-06Add the ability to segment GSYM files.Greg Clayton1-1/+13
2023-03-03Revert "Add the ability to segment GSYM files."Douglas Yung1-13/+1
2023-03-02Add the ability to segment GSYM files.Greg Clayton1-1/+13
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-15Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi1-1/+0
2022-12-14Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi1-0/+1
2022-12-14Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi1-1/+0
2022-12-14[tools] llvm::Optional => std::optionalFangrui Song1-3/+3
2022-12-10[llvm-gsymutil] Use std::optional in llvm-gsymutil.cpp (NFC)Kazu Hirata1-1/+2
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata1-4/+4
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi1-0/+1
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi1-1/+0
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi1-0/+1
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi1-1/+0
2022-10-03[llvm-gsymutil] Fix tracking of currently open fileVictor Michel1-0/+1
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+1
2021-12-15[dwarf][NFC] Move expandBundle() to MachO.hEllis Hoag1-36/+16
2021-09-02[clangd, llvm] Remove redundant calls to c_str() (NFC)Kazu Hirata1-2/+2
2021-08-11[llvm][clang][NFC] updates inline licence infoChristopher Di Bella1-4/+3
2021-05-27Add --quiet option to llvm-gsymutil to suppress output of warnings.Simon Giesecke1-1/+5
2021-05-20Add option to llvm-gsymutil to read addresses from stdin.Simon Giesecke1-30/+79
2021-01-05[tools] Use llvm::append_range (NFC)Kazu Hirata1-1/+1
2020-12-04[lib/Object, tools] - Make ELFObjectFile::getELFFile return reference.Georgii Rymar1-2/+2
2020-03-04Fix GSYM tests to run the yaml files and fix test failures on some machines.Greg Clayton1-3/+6
2020-03-04Revert "Fix GSYM tests to run the yaml files and fix test failures on some ma...Mitch Phillips1-6/+3
2020-03-03Fix buildbots by including MC for StringTableBuilder.Greg Clayton1-0/+1
2020-03-03Rename "llvm-gsym" to "llvm-gsymutil" and fix dependencies.Greg Clayton2-0/+516