aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView
AgeCommit message (Expand)AuthorFilesLines
2024-02-12[DebugInfo] Update CodeView enums (#71038)nikitalita2-11/+16
2023-11-01[llvm] Stop including llvm/Support/Endian.h (NFC)Kazu Hirata2-2/+0
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata4-6/+6
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata3-4/+4
2023-09-27[llvm] Implement S_INLINEES debug symbol (#67490)Daniel Paoliello1-1/+16
2023-08-31Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello4-0/+46
2023-08-25Revert "Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tables"Arthur Eubanks4-46/+0
2023-08-25Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello4-0/+46
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-03-17[CodeView] Add source languages ObjC and ObjC++Stefan Gränitz1-0/+1
2023-02-24[Codeview] Fix incorrect size determination for complex types.Steve Merritt1-5/+5
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille16-88/+84
2022-12-06[ADT] Don't including None.h (NFC)Kazu Hirata3-3/+0
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song1-1/+0
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song10-38/+37
2022-12-02[DebugInfo] Use std::nullopt instead of None (NFC)Kazu Hirata5-12/+12
2022-11-25[CodeView] Use std::optional in TypeStreamMerger.cpp (NFC)Kazu Hirata1-1/+2
2022-11-20[LLD][COFF] Survive empty and invalid PCH signatureAlexandre Ganea1-19/+20
2022-11-19[CodeView] Replace GHASH hasher by BLAKE3Alexandre Ganea1-4/+3
2022-11-08Reland "[llvm][NFC] Use c++17 style variable type traits"Nathan James2-2/+2
2022-11-08Revert "[llvm][NFC] Use c++17 style variable type traits"Nathan James2-2/+2
2022-11-08[llvm][NFC] Use c++17 style variable type traitsNathan James2-2/+2
2022-08-08[CodeView] Add function to get size in bytes for TypeIndex/CVType.Carlos Alberto Enciso1-1/+131
2022-08-07[llvm] Qualify auto (NFC)Kazu Hirata1-1/+1
2022-07-15[llvm] A macro of if should be wrapped in do ... while (false)owenca1-2/+4
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle1-3/+2
2022-07-10Revert "ManagedStatic: remove many straightforward uses in llvm"Nicolai Hähnle1-2/+3
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle1-3/+2
2022-06-25[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata2-11/+11
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata2-11/+11
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata2-11/+11
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata2-4/+4
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata2-2/+2
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata1-2/+2
2022-06-11Use getValueOr (NFC)Kazu Hirata1-4/+2
2022-06-08[CodeView] Fix incorrect CodeView encoding of signed integer constantsSteve Merritt1-6/+19
2022-05-25Reland "[llvm-pdbutil] Add options to only dump symbol record at specified of...Zequan Wu1-0/+72
2022-04-28Revert "[llvm-pdbutil] Add options to only dump symbol record at specified of...Michael Forster1-72/+0
2022-04-27[llvm-pdbutil] Add options to only dump symbol record at specified offset and...Zequan Wu1-0/+72
2022-04-05[Support/Hash functions] Change the `final()` and `result()` of the hashing f...Argyrios Kyrtzidis1-1/+2
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille3-2/+1
2022-03-01[PDB] Add char8_t typeZequan Wu1-0/+1
2022-02-08Cleanup LLVMDebugInfoCodeView headersserge-sans-paille24-49/+68
2022-02-06[llvm] Use = default (NFC)Kazu Hirata3-4/+4
2022-01-06Add Rust to CodeView SourceLanguage (CV_CFL_LANG) enumArlo Siemsen1-1/+1
2021-11-17[NFC][llvm] Inclusive language: remove uses of sanity in llvm/lib/ExecutionEn...Zarko Todorovski1-1/+1
2021-09-16CodeView: static_cast result of getOffset() to size_t.Peter Collingbourne1-1/+1
2021-07-26[CodeView] Saturate values bigger than supported by APInt.Matheus Izvekov1-5/+12
2021-07-17[DebugInfo] Remove unnecessary <string> include dependency from DebugInfo hea...Simon Pilgrim1-0/+1
2021-07-07[COFF] [CodeView] Add a few new enum valuesMartin Storsjö1-0/+3