aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-pdbutil
AgeCommit message (Expand)AuthorFilesLines
2024-03-10Fix broken build after https://github.com/llvm/llvm-project/pull/84678 (sorry).Justin Lebar1-1/+1
2024-03-10Add llvm::min/max_element and use it in llvm/ and mlir/ directories. (#84678)Justin Lebar2-8/+7
2024-02-12[DebugInfo] Update CodeView enums (#71038)nikitalita2-0/+5
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2023-12-03[llvm] Stop including string (NFC)Kazu Hirata2-4/+0
2023-12-03[llvm] Stop including unordered_map (NFC)Kazu Hirata1-1/+0
2023-12-02[llvm] Stop including list (NFC)Kazu Hirata1-1/+0
2023-11-11[llvm] Stop including llvm/ADT/DenseMap.h (NFC)Kazu Hirata2-2/+0
2023-11-11[llvm] Stop including llvm/ADT/BitVector.h (NFC)Kazu Hirata2-3/+0
2023-11-11[llvm] Stop including llvm/ADT/DenseMapInfo.h (NFC)Kazu Hirata1-1/+0
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata3-5/+4
2023-09-27[llvm] Implement S_INLINEES debug symbol (#67490)Daniel Paoliello1-1/+16
2023-09-27[NFC] Use const references to avoid copying objects in for-loopsGregory Alfonso1-1/+1
2023-09-27llvm/tools: Fix some performance-for-range-copy issues. NFCFangrui Song1-1/+1
2023-08-31Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello1-0/+31
2023-08-25Revert "Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tables"Arthur Eubanks1-31/+0
2023-08-25Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello1-0/+31
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich4-0/+4
2023-03-17[CodeView] Add source languages ObjC and ObjC++Stefan Gränitz1-0/+2
2022-12-14Don't include Optional.hKazu Hirata1-1/+0
2022-12-14[llvm-pdbutil] Update #includes (NFC)Kazu Hirata1-1/+1
2022-12-14[tools] llvm::Optional => std::optionalFangrui Song5-9/+9
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek1-11/+11
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song2-2/+0
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song2-8/+11
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata2-5/+5
2022-09-03[llvm] Qualify auto in range-based for loops (NFC)Kazu Hirata1-1/+1
2022-08-07[llvm] Qualify auto (NFC)Kazu Hirata1-3/+3
2022-07-07Remove unnecessary includes of ManagedStatic.hNicolai Hähnle1-1/+0
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata2-5/+5
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata2-6/+6
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-8/+10
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-10/+9
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song1-6/+6
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song1-1/+1
2022-06-03[tools] Forward declare classes & remove includesClemens Wasser1-2/+3
2022-05-25Reland "[llvm-pdbutil] Add options to only dump symbol record at specified of...Zequan Wu2-3/+47
2022-04-28Revert "[llvm-pdbutil] Add options to only dump symbol record at specified of...Michael Forster2-47/+3
2022-04-27[llvm-pdbutil] Add options to only dump symbol record at specified offset and...Zequan Wu2-3/+47
2022-04-12[llvm-pdbutil] Fix broken '-modi' option after change D122226.Carlos Alberto Enciso1-1/+8
2022-04-08[llvm-pdbutil] Move global state (Filters) inside LinePrinter class.Carlos Alberto Enciso1-4/+1
2022-03-29[llvm-pdbutil] Fix a crash due to Expected not checked before destructionZequan Wu1-5/+11
2022-03-25[llvm-pdbutil] Move InputFile/FormatUtil/LinePrinter to PDB library.Carlos Alberto Enciso30-1731/+68
2022-03-21[llmv-pdbutil] Replace ExitOnError with explicit error handling.Carlos Alberto Enciso2-142/+148
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille2-0/+2
2022-03-01[PDB] Add char8_t typeZequan Wu1-0/+2
2022-03-01[llvm-pdbutil] Fix crashes when TypeIndex is simple or doesn't exist in type ...Zequan Wu1-4/+10
2022-02-25Avoid comparisons between types of different widths in a loop condition to pr...Aakanksha2-2/+2
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille10-1/+23
2022-01-21[llvm-pdbutil] Fix gaps ouput.Zequan Wu1-6/+5