summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith2017-11-161-0/+2
* [PDB] Merge Global and Publics Builders.Zachary Turner2017-08-091-2/+1
* Enable llvm-pdbutil to list enumerations using native PDB readerAdrian McCarthy2017-08-041-0/+2
* [lld/pdb] Add an empty globals stream.Zachary Turner2017-07-311-0/+1
* [PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner2017-07-261-1/+0
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-171-1/+0
* [PDB] Enable NativeSession to create symbols for built-in types on demandAdrian McCarthy2017-07-121-0/+1
* [lld/pdb] Create an empty public symbol record stream.Zachary Turner2017-07-101-0/+1
* [PDB] Don't build the entire source file list up front.Zachary Turner2017-05-041-0/+1
* Rename pdb::StringTable -> pdb::PDBStringTable.Zachary Turner2017-05-021-2/+2
* Rename some PDB classes.Zachary Turner2017-04-271-3/+3
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-121-0/+1
* Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Adrian McCarthy2017-03-291-0/+1
* Somehow this still breaks because of ANSI color codes in test output on Linux.Adrian McCarthy2017-03-231-1/+0
* Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-231-0/+1
* Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Zachary Turner2017-03-171-1/+0
* Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-161-0/+1
* [pdb] Write the module info and symbol record streams.Zachary Turner2017-03-151-0/+1
* Introduce NativeEnumModules and NativeCompilandSymbolAdrian McCarthy2017-03-151-0/+2
* [pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner2017-02-161-0/+1
* Introduce NativeRawSymbol for PDB reading.Adrian McCarthy2017-02-091-0/+1
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-25/+25
* [pdb] Merge NamedStreamMapBuilder and NamedStreamMap.Zachary Turner2017-01-201-1/+0
* [PDB] Rename some files to be more intuitive.Zachary Turner2017-01-201-4/+4
* [pdb] Add HashTable data structure.Zachary Turner2017-01-191-0/+1
* PDB: Add a class to create the /names stream contents.Rui Ueyama2017-01-151-0/+1
* [cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfigMichal Gorny2017-01-021-1/+1
* [pdb] added support for dumping globals streamBob Haarman2016-10-211-0/+2
* [pdb] Write TPI hash values to the TPI stream.Zachary Turner2016-09-141-0/+1
* [pdb] Write PDB TPI Stream from Yaml.Zachary Turner2016-09-091-1/+2
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-4/+0
* [pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner2016-07-151-0/+1
* [pdb] Introduce MsfBuilder for laying out PDB files.Zachary Turner2016-07-151-0/+2
* Refactor the PDB writing to use a builder approachZachary Turner2016-07-111-0/+3
* [PDB] Move PDB functions to a separate file.Rui Ueyama2016-06-081-0/+1
* [pdb] Use MappedBlockStream to parse the PDB directory.Zachary Turner2016-06-071-0/+1
* [codeview] Dump line number and column information.Zachary Turner2016-06-031-1/+0
* [llvm-pdbdump] Dump CodeView line information.Zachary Turner2016-06-021-0/+1
* [pdb] Parse and dump section map and section contribsZachary Turner2016-06-021-0/+1
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-0/+1
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-2/+0
* pdbdump: print out symbol names referred by publics stream.Rui Ueyama2016-05-201-0/+1
* pdbdump: Print "Publics" stream.Rui Ueyama2016-05-131-0/+1
* [pdb] Parse the module info stream for each module.Zachary Turner2016-05-091-3/+4
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-0/+3
* Parse the TPI (type information) stream of PDB files.Zachary Turner2016-05-031-1/+2
* Parse PDB Name Hash TableZachary Turner2016-05-021-0/+1
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-291-3/+3
* Refactor the PDB Stream reading interface.Zachary Turner2016-04-291-2/+4
* Parse module information from DBI stream.Zachary Turner2016-04-271-0/+1
OpenPOWER on IntegriCloud