summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-184-33/+41
* [pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner2017-02-164-5/+81
* Properly parse the TypeServer2 record.Zachary Turner2017-02-034-3/+45
* Re-submit r293820: Return Error instead of bool from mergeTypeStreams().Rui Ueyama2017-02-021-17/+21
* Revert r293820: Return Error instead of bool from mergeTypeStreams().Rui Ueyama2017-02-011-21/+17
* Return Error instead of bool from mergeTypeStreams().Rui Ueyama2017-02-011-17/+21
* [pdb] Add a new command for analyzing hash collisions.Zachary Turner2017-02-011-0/+4
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-1/+1
* [CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner2017-01-114-539/+571
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-113-10/+7
* [CodeView] Add TypeDatabase class.Zachary Turner2017-01-114-226/+441
* Delete unused file.Zachary Turner2016-12-172-2/+0
* Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner2016-12-165-145/+629
* Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner2016-12-165-629/+145
* [CodeView] Hook CodeViewRecordIO for reading/writing symbols.Zachary Turner2016-12-165-145/+629
* 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
OpenPOWER on IntegriCloud