aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/EnumTables.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-07-07[COFF] [CodeView] Add a few new enum valuesMartin Storsjö1-0/+3
2021-04-13[CodeView] Fix the ARM64 CPUType enumMartin Storsjö1-1/+1
2020-10-19[COFF][ARM] Fix CodeView for Windows on 32bit ARM targets.Luqman Aden1-1/+11
2019-08-21Improving CodeView debug info type record's inline commentsNilanjana Basu1-0/+166
2019-08-02Temporarily revert "Changes to improve CodeView debug info type record inline...Eric Christopher1-166/+0
2019-08-01Changes to improve CodeView debug info type record inline commentsNilanjana Basu1-0/+166
2019-05-31[COFF, ARM64] Add CodeView register mappingTom Tan1-3/+17
2019-03-11Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-11[codeview] Decode and dump FP regs from S_FRAMEPROC recordsReid Kleckner1-0/+2
2017-10-03CodeView: Provide a .def file with the register idsHans Wennborg1-49/+3
2017-07-24[codeview] Emit 'D' as the cv source language for D codeReid Kleckner1-1/+1
2017-06-29[CodeView] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko1-3/+21
2017-06-19[CodeView] Fix dumping of public symbol record flagsReid Kleckner1-0/+10
2017-05-30[CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner1-2/+2
2017-05-30[CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner1-14/+14
2017-04-27Rename some PDB classes.Zachary Turner1-14/+14
2016-08-18Resubmit "Write the TPI stream from a PDB to Yaml."Zachary Turner1-0/+10
2016-08-16Revert "Write the TPI stream from a PDB to Yaml."Justin Bogner1-10/+0
2016-08-16Write the TPI stream from a PDB to Yaml.Zachary Turner1-0/+10
2016-06-24[codeview] Use one byte for S_FRAMECOOKIE CookieKind and add flags byteReid Kleckner1-2/+2
2016-06-03[pdb] Dump file checksums from pdb codeview line info.Zachary Turner1-0/+10
2016-06-02[llvm-pdbdump] Dump CodeView line information.Zachary Turner1-0/+20
2016-06-02[pdb] Parse and dump section map and section contribsZachary Turner1-0/+345