summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Decouple record deserialization from visitor dispatch.Zachary Turner2016-08-051-6/+19
* pdbdump: Fix crash bug.Rui Ueyama2016-08-031-1/+4
* [msf] Make FPM reader use MappedBlockStream.Zachary Turner2016-08-031-17/+13
* [msf] Teach LLVM to parse a split Fpm.Zachary Turner2016-08-011-8/+35
* pdbdump: Dump Free Page Map contents.Rui Ueyama2016-07-291-0/+11
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-2916-37/+37
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-2916-37/+37
* [msf] Rename Msf to MSF.Zachary Turner2016-07-2916-37/+37
* [pdb] Fix an ambiguity when writing size_t on x64 platforms.Zachary Turner2016-07-281-1/+2
* [pdb] Fix some warnings that break -Werror builds.Zachary Turner2016-07-281-2/+2
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-2812-314/+254
* Get rid of IMsfStreamData class.Zachary Turner2016-07-288-11/+7
* Make PDBFile store an msf::Layout.Zachary Turner2016-07-222-44/+43
* [pdb] Have builders share a single BumpPtrAllocator.Zachary Turner2016-07-223-11/+17
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-2220-729/+76
* [pdb] Move file layout header structs to RawTypes.hZachary Turner2016-07-223-80/+26
* [pdb] Round-trip module & file info to/from YAML.Zachary Turner2016-07-225-64/+226
* [pdb] Teach MsfBuilder and other classes about the Free Page Map.Zachary Turner2016-07-153-8/+16
* [pdb] Round trip the NameMap data structure to YAML.Zachary Turner2016-07-153-7/+75
* [pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner2016-07-159-135/+166
* DebugInfo: reorder some initializersSaleem Abdulrasool2016-07-151-2/+2
* [pdb] Introduce MsfBuilder for laying out PDB files.Zachary Turner2016-07-153-0/+290
* Re-enable TPI hash verification for enum records.Rui Ueyama2016-07-121-1/+1
* Refactor the PDB writing to use a builder approachZachary Turner2016-07-117-121/+276
* Give helper classes/functions internal linkage. NFC.Benjamin Kramer2016-07-101-2/+2
* [pdb] Sanity check the stream mapDavid Majnemer2016-07-101-1/+7
* [llvm-pdbdump] Propagate errors a little more consistentlyDavid Majnemer2016-07-102-9/+18
* [pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner2016-07-068-11/+164
* Disable hash verification of enums.Zachary Turner2016-07-062-1/+3
* [pdb] Check the display name for <unnamed-tag>, not the linkage nameReid Kleckner2016-07-011-1/+1
* [pdb] Avoid reporting an error when the module symbol stream is emptyReid Kleckner2016-07-011-0/+3
* [PDB] Indicate which type record failed hash validationReid Kleckner2016-07-011-2/+8
* [pdb] Re-add code to write PDB files.Zachary Turner2016-06-302-47/+88
* [pdb] Treat a stream size of ~0U as 0Reid Kleckner2016-06-221-2/+4
* [codeview] Add an extra check for TPI hash values.Rui Ueyama2016-06-201-2/+10
* [pdb] Don't error on missing FPO streamsReid Kleckner2016-06-171-0/+5
* [codeview] Use hashBufferV8 to verify all type records.Rui Ueyama2016-06-161-15/+15
* Resubmit "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-162-19/+23
* Revert "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-162-23/+19
* [pdb] Change type visitor pattern to be dynamic.Zachary Turner2016-06-162-19/+23
* [codeview] Pass CVRecord to visitTypeBegin callback.Rui Ueyama2016-06-161-3/+1
* [codeview] Remove unused parameter.Rui Ueyama2016-06-161-9/+7
* Implement pdb::hashBufferV8 hash function.Rui Ueyama2016-06-162-10/+55
* Remove redundant namespace specifiers.Rui Ueyama2016-06-161-9/+9
* [codeview] Use CVTypeVisitor instead of a hand-written switch-cases.Rui Ueyama2016-06-161-68/+64
* [pdbdump] Verify LF_{CLASS,ENUM,INTERFACE,STRUCTURE,UNION} records.Rui Ueyama2016-06-151-8/+53
* [pdbdump] Verify TPI hash for LF_ENUM type records.Rui Ueyama2016-06-141-5/+21
* Resubmit "[pdb] Actually write a PDB to disk from YAML.""Zachary Turner2016-06-141-0/+15
* Revert "[pdb] Actually write a PDB to disk from YAML."Zachary Turner2016-06-141-15/+0
* [pdb] Actually write a PDB to disk from YAML.Zachary Turner2016-06-141-0/+15
OpenPOWER on IntegriCloud