summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Teach `llvm-pdbutil pretty -native` about `-injected-sources`Nico Weber2019-07-161-0/+2
* Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""Aleksandr Urakov2018-10-231-0/+2
* Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"Aleksandr Urakov2018-10-221-2/+0
* [PDB] Extend IPDBSession's interface to retrieve frame dataAleksandr Urakov2018-10-221-0/+2
* [PDB] Add support for dumping Typedef records.Zachary Turner2018-10-011-0/+2
* [PDB] Add support for parsing VFTable Shape records.Zachary Turner2018-10-011-0/+1
* [PDB] Add native support for dumping array types.Zachary Turner2018-09-301-0/+1
* [NativePDB] Add support for reading function signatures.Zachary Turner2018-09-211-0/+1
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-211-0/+1
* [PDB] Make the native reader support enumerators.Zachary Turner2018-09-171-0/+1
* [PDB] Support pointer types in the native reader.Zachary Turner2018-09-071-0/+1
* [PDB] Rename some files in the native reader.Zachary Turner2018-09-071-2/+2
* [PDB] Create a SymbolCache class.Zachary Turner2018-09-071-0/+1
* Minor no-op cmake file style fix.Nico Weber2018-04-041-1/+2
* [DIA] Add IPDBSectionContrib interfaces and DIA implementationAaron Smith2018-03-221-0/+2
* [PDB] Support dumping injected sources via the DIA reader.Zachary Turner2018-03-131-0/+2
* [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
OpenPOWER on IntegriCloud