summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/TypeDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-111-582/+0
* [CodeView] Add TypeDatabase class.Zachary Turner2017-01-111-226/+36
* [CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner2016-11-081-2/+2
* Add CodeViewRecordIO for reading and writing.Zachary Turner2016-11-021-6/+1
* [pdb] Get rid of Data and RawData in CVType.Zachary Turner2016-09-141-27/+45
* [pdb] Pass CVRecord's through the visitor as non-const references.Zachary Turner2016-09-091-38/+38
* [codeview] Have visitTypeBegin return the record type.Zachary Turner2016-08-311-2/+3
* [codeview] Add TypeVisitorCallbackPipeline.Zachary Turner2016-08-311-6/+19
* [codeview] Emit vtable shape informationReid Kleckner2016-08-311-0/+1
* Resubmit "Write the TPI stream from a PDB to Yaml."Zachary Turner2016-08-181-18/+30
* Revert "Write the TPI stream from a PDB to Yaml."Justin Bogner2016-08-161-30/+18
* Write the TPI stream from a PDB to Yaml.Zachary Turner2016-08-161-18/+30
* [CodeView] Decouple record deserialization from visitor dispatch.Zachary Turner2016-08-051-35/+71
* [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
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-281-1/+1
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-3/+3
* Dump enum unique names.Rui Ueyama2016-07-121-0/+3
* [codeview] Add support for splitting field list records over 64KBReid Kleckner2016-06-211-0/+11
* [codeview] Add DIFlags for pointer to member representationsReid Kleckner2016-06-171-0/+1
* Resubmit "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-161-203/+189
* Revert "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-161-189/+203
* [pdb] Change type visitor pattern to be dynamic.Zachary Turner2016-06-161-203/+189
* [codeview] Pass CVRecord to visitTypeBegin callback.Rui Ueyama2016-06-161-15/+11
* [codeview] Remove unused parameter.Rui Ueyama2016-06-161-49/+31
* [Codeview] Add a class for LF_UDT_MOD_SRC_LINE.Rui Ueyama2016-06-151-0/+8
* Add support for writing through StreamInterface.Zachary Turner2016-06-101-1/+1
* [CodeView] Use None instead of Void if there is no subprogramDavid Majnemer2016-06-021-2/+2
* [codeview] Add a CVTypeDumper::dump(ArrayRef<uint8_t>) overloadReid Kleckner2016-05-311-0/+13
* Make sure we don't add an empty string to the stringmapDavid Majnemer2016-05-291-1/+2
* [pdb] Finish conversion to zero copy pdb access.Zachary Turner2016-05-281-3/+2
* Resubmit "[pdb] Allow zero-copy read support for symbol streams.""Zachary Turner2016-05-271-1/+1
* Revert "[pdb] Allow zero-copy read support for symbol streams."Chad Rosier2016-05-271-1/+1
* [pdb] Allow zero-copy read support for symbol streams.Zachary Turner2016-05-271-1/+1
* [codeview] Add support for new types and symbols.Zachary Turner2016-05-251-0/+15
* Dump symbol record details in llvm-pdbdumpZachary Turner2016-05-241-4/+11
* [codeview] Add type stream merging prototypeReid Kleckner2016-05-141-0/+1
* [codeview] Align class and print names of typesReid Kleckner2016-05-131-58/+52
* [codeview] Dump the type index on the first line of each recordReid Kleckner2016-05-131-2/+2
* Get rid of CVLeafTypes.def and combine with TypeRecords.defZachary Turner2016-05-121-26/+17
* Fix build breakage in DebugInfoCodeviewZachary Turner2016-05-111-1/+1
* Refactor CodeView type records to use common code.Zachary Turner2016-05-111-323/+243
* Make TypeIterator generic so it can iterate symbols too.Zachary Turner2016-05-091-1/+1
* Make llvm-pdbdump print CV type recordsZachary Turner2016-05-061-0/+6
* [codeview] Improve some commentsReid Kleckner2016-05-051-1/+0
* Fix CVTypeDumperImpl formatting after class renameReid Kleckner2016-05-051-39/+49
* [codeview] Move dumper into lib/DebugInfo/CodeViewReid Kleckner2016-05-051-0/+753
OpenPOWER on IntegriCloud