summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* [llvm-pdbdump] Recursively dump class layout.Zachary Turner2017-04-133-42/+191
* Fix initialization order of class members.Zachary Turner2017-04-121-2/+2
* [llvm-pdbdump] Minor prepatory refactor of Class Def Dumper.Zachary Turner2017-04-121-4/+9
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-129-9/+243
* [PDB] Emit index/offset pairs for TPI and IPI streamsReid Kleckner2017-04-112-21/+51
* Improves pretty printing of variable types in llvm-pdbdumpAdrian McCarthy2017-04-103-0/+12
* General usability improvements to generic PDB library.Zachary Turner2017-04-1031-65/+110
* [PDB] Save one type record copyReid Kleckner2017-04-041-16/+18
* Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Adrian McCarthy2017-03-294-34/+83
* Somehow this still breaks because of ANSI color codes in test output on Linux.Adrian McCarthy2017-03-234-83/+34
* Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-234-34/+83
* Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Zachary Turner2017-03-174-83/+34
* Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-164-34/+83
* Silence -Wcovered-switch-default warning.Zachary Turner2017-03-161-5/+9
* [PDB] Add support for parsing Flags from PDB Stream.Zachary Turner2017-03-162-2/+45
* [llvm-pdbdump] Add support for diffing the PDB Stream.Zachary Turner2017-03-162-1/+14
* [llvm-pdbdump] Add support for diffing the String Table.Zachary Turner2017-03-151-1/+12
* [pdb] Write the module info and symbol record streams.Zachary Turner2017-03-154-66/+184
* NFC: Corrects comments that were supposed to go in with earlier commit.Adrian McCarthy2017-03-151-4/+5
* Introduce NativeEnumModules and NativeCompilandSymbolAdrian McCarthy2017-03-154-2/+115
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-0219-29/+29
* [PDB] Add BinaryStreamError.Zachary Turner2017-02-281-5/+4
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-2812-44/+39
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-2719-91/+87
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-2520-131/+127
* [PDB] General improvements to Stream library.Zachary Turner2017-02-2520-127/+131
* [PDB] Rename Stream related source files.Zachary Turner2017-02-2519-29/+29
* Implement some methods for NativeRawSymbolAdrian McCarthy2017-02-243-6/+24
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-189-27/+34
* [pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner2017-02-165-4/+132
* Add an additional set of braces to deal with subobject initialization.Eric Christopher2017-02-101-1/+1
* Fix build break from r294633.Adrian McCarthy2017-02-091-3/+3
* Introduce NativeRawSymbol for PDB reading.Adrian McCarthy2017-02-092-0/+701
* Properly parse the TypeServer2 record.Zachary Turner2017-02-032-22/+12
* NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSes...Adrian McCarthy2017-01-271-2/+2
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-2526-176/+188
* [pdb] Correctly parse the hash adjusters table from TPI stream.Zachary Turner2017-01-251-9/+6
* [pdb] Write the Named Stream mapping to Yaml and binary.Zachary Turner2017-01-204-12/+47
* [pdb] Merge NamedStreamMapBuilder and NamedStreamMap.Zachary Turner2017-01-206-71/+69
* [PDB] Rename some files to be more intuitive.Zachary Turner2017-01-208-44/+44
* Fix a few more build errors.Zachary Turner2017-01-191-0/+2
* Fix incorrectly formed assert statement.Zachary Turner2017-01-191-1/+1
* [pdb] Add HashTable data structure.Zachary Turner2017-01-194-170/+331
* PDB: Add a class to create the /names stream contents.Rui Ueyama2017-01-153-8/+105
* [cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfigMichal Gorny2017-01-022-4/+4
* [PDB] Don't use the long typeDavid Majnemer2016-12-181-1/+1
* [PDB] Don't reimplement CRC32David Majnemer2016-12-181-50/+5
* [pdb] handle missing pdb streams more gracefullyBob Haarman2016-12-051-30/+73
* [DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...Eugene Zelenko2016-11-2315-101/+129
* Remove PDBFileBuilder::build() and related functions.Rui Ueyama2016-11-224-103/+0
OpenPOWER on IntegriCloud