summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/EnumTables.cpp
AgeCommit message (Expand)Author
2024-02-12[DebugInfo] Update CodeView enums (#71038)nikitalita
2023-08-31Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello
2023-08-25Revert "Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tables"Arthur Eubanks
2023-08-25Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello
2023-03-17[CodeView] Add source languages ObjC and ObjC++Stefan Gränitz
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-11-08Reland "[llvm][NFC] Use c++17 style variable type traits"Nathan James
2022-11-08Revert "[llvm][NFC] Use c++17 style variable type traits"Nathan James
2022-11-08[llvm][NFC] Use c++17 style variable type traitsNathan James
2022-01-06Add Rust to CodeView SourceLanguage (CV_CFL_LANG) enumArlo Siemsen
2021-07-07[COFF] [CodeView] Add a few new enum valuesMartin Storsjö
2021-04-13[CodeView] Fix the ARM64 CPUType enumMartin Storsjö
2020-10-19[COFF][ARM] Fix CodeView for Windows on 32bit ARM targets.Luqman Aden
2019-08-21Improving CodeView debug info type record's inline commentsNilanjana Basu
2019-08-02Temporarily revert "Changes to improve CodeView debug info type record inline...Eric Christopher
2019-08-01Changes to improve CodeView debug info type record inline commentsNilanjana Basu
2019-05-31[COFF, ARM64] Add CodeView register mappingTom Tan
2019-03-11Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-11[codeview] Decode and dump FP regs from S_FRAMEPROC recordsReid Kleckner
2017-10-03CodeView: Provide a .def file with the register idsHans Wennborg
2017-07-24[codeview] Emit 'D' as the cv source language for D codeReid Kleckner
2017-06-29[CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko
2017-06-19[CodeView] Fix dumping of public symbol record flagsReid Kleckner
2017-05-30[CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner
2017-05-30[CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner
2017-04-27Rename some PDB classes.Zachary Turner
2016-08-18Resubmit "Write the TPI stream from a PDB to Yaml."Zachary Turner
2016-08-16Revert "Write the TPI stream from a PDB to Yaml."Justin Bogner
2016-08-16Write the TPI stream from a PDB to Yaml.Zachary Turner
2016-06-24[codeview] Use one byte for S_FRAMECOOKIE CookieKind and add flags byteReid Kleckner
2016-06-03[pdb] Dump file checksums from pdb codeview line info.Zachary Turner
2016-06-02[llvm-pdbdump] Dump CodeView line information.Zachary Turner
2016-06-02[pdb] Parse and dump section map and section contribsZachary Turner