summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/PdbYaml.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename llvm-pdbdump -> llvm-pdbutil.Zachary Turner2017-06-091-227/+0
* [CodeView] Support CodeView subsections in any order.Zachary Turner2017-06-021-1/+3
* [ObjectYAML] Split CodeViewYAML into 3 pieces.Zachary Turner2017-05-311-0/+1
* [ObjectYAML] Clean up the CodeView headers a bit.Zachary Turner2017-05-311-1/+0
* [CodeView] Move CodeView symbol yaml logic to ObjectYAML.Zachary Turner2017-05-301-26/+0
* [CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner2017-05-301-162/+18
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-2/+0
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-0/+2
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-181-2/+0
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-171-8/+6
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-021-0/+18
* [llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner2017-04-291-4/+4
* Fix a few pedantic warnings.Frederich Munch2017-04-271-5/+5
* [llvm-pdbdump] Dump File / Line Info to YAML.Zachary Turner2017-04-251-0/+92
* [PDB] Add support for parsing Flags from PDB Stream.Zachary Turner2017-03-161-0/+12
* [pdb] Write the module info and symbol record streams.Zachary Turner2017-03-151-25/+26
* [llvm-pdbdump] Add support for dumping symbols from Yaml -> PDB.Zachary Turner2017-03-131-21/+27
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-2/+2
* [pdb] Write the Named Stream mapping to Yaml and binary.Zachary Turner2017-01-201-1/+1
* DebugInfo: change the PDB UniqueId type to uint8_tSaleem Abdulrasool2016-12-301-1/+1
* [CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner2016-11-081-3/+8
* [pdb] Dump Module Symbols to Yaml.Zachary Turner2016-10-081-1/+29
* [pdb] Write the IPI stream.Zachary Turner2016-09-151-0/+1
* [pdb] Write TPI hash values to the TPI stream.Zachary Turner2016-09-141-0/+3
* [pdb] Pass CVRecord's through the visitor as non-const references.Zachary Turner2016-09-091-15/+0
* [pdb] Write PDB TPI Stream from Yaml.Zachary Turner2016-09-091-17/+46
* [codeview] Add TypeVisitorCallbackPipeline.Zachary Turner2016-08-311-3/+8
* Resubmit "Write the TPI stream from a PDB to Yaml."Zachary Turner2016-08-181-2/+46
* Revert "Write the TPI stream from a PDB to Yaml."Justin Bogner2016-08-161-46/+2
* Write the TPI stream from a PDB to Yaml.Zachary Turner2016-08-161-2/+46
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-1/+1
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-1/+1
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-1/+1
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-0/+1
* [pdb] Round-trip module & file info to/from YAML.Zachary Turner2016-07-221-0/+7
* [pdb] Teach MsfBuilder and other classes about the Free Page Map.Zachary Turner2016-07-151-1/+1
* [pdb] Round trip the NameMap data structure to YAML.Zachary Turner2016-07-151-0/+7
* [pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner2016-07-151-4/+2
* Refactor the PDB writing to use a builder approachZachary Turner2016-07-111-17/+76
* [pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner2016-07-061-0/+48
* Resubmit "[pdb] Actually write a PDB to disk from YAML.""Zachary Turner2016-06-141-14/+20
* Revert "[pdb] Actually write a PDB to disk from YAML."Zachary Turner2016-06-141-20/+14
* [pdb] Actually write a PDB to disk from YAML.Zachary Turner2016-06-141-14/+20
* [llvm-pdbdump] Dump stream sizes and stream blocks to yaml.Zachary Turner2016-06-061-4/+13
* [llvm-pdbdump] Dump MSF headers to YAML.Zachary Turner2016-06-061-0/+35
OpenPOWER on IntegriCloud