summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
AgeCommit message (Expand)Author
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-02-08Cleanup LLVMDebugInfoCodeView headersserge-sans-paille
2019-08-25Removing block comments from CodeView records in assembly files & related cod...Nilanjana Basu
2019-07-09Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu
2019-07-03Revert Changing CodeView debug info type record representation in assembly fi...Nilanjana Basu
2019-07-03Changing CodeView debug info type record representation in assembly files to ...Nilanjana Basu
2019-04-04[codeview] Remove Type member from CVRecordReid Kleckner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-12-13Remove redundant includes from lib/DebugInfo.Michael Zolotukhin
2017-07-17[codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner
2017-06-16Remove some dead code / includes.Zachary Turner
2017-05-30[CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner
2017-05-25[CodeView Type Merging] Avoid record deserialization when possible.Zachary Turner
2017-05-19Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner
2017-05-19Revert "[CodeView] Provide a common interface for type collections."Zachary Turner
2017-05-19Don't crash if someone tries to visit an empty type stream.Zachary Turner
2017-05-18Fix some build errors and warnings.Zachary Turner
2017-05-18[CodeView] Provide a common interface for type collections.Zachary Turner
2017-05-17[CodeView] Simplify the use of visiting type records & streams.Zachary Turner
2017-05-12[CodeView] Add a random access type visitor.Zachary Turner
2017-05-08[CodeView] Add support for random access type visitors.Zachary Turner
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner
2017-02-28[PDB] Make streams carry their own endianness.Zachary Turner
2017-02-27[PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner
2017-02-25Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi
2017-02-25[PDB] General improvements to Stream library.Zachary Turner
2017-02-25[PDB] Rename Stream related source files.Zachary Turner
2017-02-18Don't assume little endian in StreamReader / StreamWriter.Zachary Turner
2017-02-16[pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner
2016-11-08[CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner
2016-11-02Add CodeViewRecordIO for reading and writing.Zachary Turner
2016-10-20[CodeView] Refactor serialization to use StreamInterface.Zachary Turner
2016-09-14[pdb] Get rid of Data and RawData in CVType.Zachary Turner
2016-09-09[pdb] Pass CVRecord's through the visitor as non-const references.Zachary Turner
2016-09-09[pdb] Write PDB TPI Stream from Yaml.Zachary Turner
2016-08-31[codeview] Have visitTypeBegin return the record type.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-08-05CodeView: Remove an unused variableJustin Bogner
2016-08-05Fix non portable include path.Zachary Turner
2016-08-05[CodeView] Decouple record deserialization from visitor dispatch.Zachary Turner
2016-08-04[CodeView] Use llvm::Error instead of std::error_code.Zachary Turner
2016-07-22[msf] Create LLVMDebugInfoMsfZachary Turner
2016-06-16Resubmit "[pdb] Change type visitor pattern to be dynamic."Zachary Turner
2016-06-16Revert "[pdb] Change type visitor pattern to be dynamic."Zachary Turner
2016-06-16[pdb] Change type visitor pattern to be dynamic.Zachary Turner