summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
* Fix some size_t / uint32_t ambiguity errors.Zachary Turner2016-11-081-7/+7
* [CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner2016-11-0813-850/+374
* Add CodeViewRecordIO for reading and writing.Zachary Turner2016-11-028-436/+637
* [codeview] support emitting indirect virtual base class informationBob Haarman2016-10-251-2/+2
* [CodeView] Refactor serialization to use StreamInterface.Zachary Turner2016-10-203-217/+179
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-1/+1
* Truncate long names in type recordsReid Kleckner2016-10-132-18/+29
* Refactor Symbol visitor code.Zachary Turner2016-10-073-93/+223
* [pdb] Get rid of Data and RawData in CVType.Zachary Turner2016-09-143-56/+110
* [pdb] Pass CVRecord's through the visitor as non-const references.Zachary Turner2016-09-094-77/+78
* [pdb] Write PDB TPI Stream from Yaml.Zachary Turner2016-09-093-5/+10
* [codeview] Use the correct max CV record length of 0xFF00Reid Kleckner2016-09-021-4/+5
* [codeview] Have visitTypeBegin return the record type.Zachary Turner2016-08-313-10/+17
* [codeview] Add TypeVisitorCallbackPipeline.Zachary Turner2016-08-312-10/+34
* [codeview] Emit vtable shape informationReid Kleckner2016-08-311-0/+1
* Remove unused translation unit.Zachary Turner2016-08-232-14/+0
* Fix -Wpessimizing-move error, NFCVedant Kumar2016-08-181-1/+1
* Resubmit "Write the TPI stream from a PDB to Yaml."Zachary Turner2016-08-186-92/+144
* Revert "Write the TPI stream from a PDB to Yaml."Justin Bogner2016-08-166-144/+92
* Write the TPI stream from a PDB to Yaml.Zachary Turner2016-08-166-92/+144
* CodeView: Remove an unused variableJustin Bogner2016-08-051-1/+0
* Fix non portable include path.Zachary Turner2016-08-051-1/+1
* [CodeView] Decouple record deserialization from visitor dispatch.Zachary Turner2016-08-0510-165/+245
* [CodeView] Use llvm::Error instead of std::error_code.Zachary Turner2016-08-043-103/+126
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-294-5/+5
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-294-5/+5
* [msf] Rename Msf to MSF.Zachary Turner2016-07-294-5/+5
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-283-17/+20
* [modules] Add missing includes.Vassil Vassilev2016-07-281-0/+2
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-2210-259/+8
* [pdb] Round-trip module & file info to/from YAML.Zachary Turner2016-07-221-1/+2
* Dump enum unique names.Rui Ueyama2016-07-121-0/+3
* Re-enable TPI hash verification for enum records.Rui Ueyama2016-07-121-3/+5
* [CodeView] Emit an appropriate symbol kind for globalsDavid Majnemer2016-07-061-0/+2
* [pdb] Re-add code to write PDB files.Zachary Turner2016-06-301-0/+4
* [CodeView] Healthy paranoia around stringsDavid Majnemer2016-06-242-8/+5
* [codeview] Use one byte for S_FRAMECOOKIE CookieKind and add flags byteReid Kleckner2016-06-242-2/+3
* [codeview] Fix the alignment padding that we add to list recordsReid Kleckner2016-06-221-4/+6
* [codeview] Add support for splitting field list records over 64KBReid Kleckner2016-06-214-10/+96
* [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-164-223/+342
* Revert "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-164-335/+228
* [pdb] Change type visitor pattern to be dynamic.Zachary Turner2016-06-164-228/+335
* [codeview] Pass CVRecord to visitTypeBegin callback.Rui Ueyama2016-06-162-24/+17
* [codeview] Remove unused parameter.Rui Ueyama2016-06-162-55/+35
* [Codeview] Add a class for LF_UDT_MOD_SRC_LINE.Rui Ueyama2016-06-153-1/+25
* Axe some trailing whitespace from my last commitReid Kleckner2016-06-151-20/+20
* [codeview] Move deserialization methods out of lineReid Kleckner2016-06-151-0/+356
* Add support for writing through StreamInterface.Zachary Turner2016-06-106-8/+133
* [CodeView] Fix a busted assert in TypeTableBuilder::writeClassDavid Majnemer2016-06-041-1/+1
OpenPOWER on IntegriCloud