summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/DIA
Commit message (Expand)AuthorAgeFilesLines
* Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy2017-06-221-1/+1
* [PDB] Don't crash on /debug:fastlink PDBs.Zachary Turner2017-06-081-2/+5
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-064-5/+5
* [llvm-pdbdump] Re-write the record layout code to be more resilient.Zachary Turner2017-04-242-5/+17
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-122-1/+16
* Implement some methods for NativeRawSymbolAdrian McCarthy2017-02-241-1/+1
* Properly parse the TypeServer2 record.Zachary Turner2017-02-031-3/+5
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-1/+1
* [pdb] Improve error messages when DIA is not found.Zachary Turner2016-10-192-18/+24
* Update _MSC_VER equality checks for msdiaNNN.dllReid Kleckner2016-10-121-10/+6
* [codeview] Add support for new type records.Zachary Turner2016-05-241-7/+7
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-062-69/+112
* Move pdb code into pdb namespace.Zachary Turner2016-05-049-0/+9
* [llvm-pdbdump] Print a better error message when PDB loading fails.Zachary Turner2016-04-191-12/+17
* Unbreak building llvm-pdbdump on Windows after r266595.Nico Weber2016-04-183-1/+4
* Make DIASession work if msdia*.dll isn't registered.Nico Weber2016-04-011-9/+34
* [DebugInfoPDB] Add source / line number accessors for PDB.Zachary Turner2016-02-182-3/+74
* [DebugInfoPDB] Teach Variant to support string types.Zachary Turner2016-02-171-11/+22
* [llvm-pdbdump] Support dynamic load address and external symbols.Zachary Turner2015-05-011-3/+11
* [PDB] Support executables and source/line info.Zachary Turner2015-04-171-0/+63
* [llvm-pdbdump] Better error handling.Zachary Turner2015-02-281-14/+31
* [llvm-pdbdump] Very minor code cleanup.Zachary Turner2015-02-231-2/+1
* [llvm-pdbdump] Add an option to dump full class definitions.Zachary Turner2015-02-231-4/+6
* llvm-pdbdump: Add flags controlling the type of values to dump.Zachary Turner2015-02-151-2/+2
* Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth2015-02-134-6/+4
* llvm-pdbdump: Add more comprehensive dumping of symbol types.Zachary Turner2015-02-131-3/+3
* Improve llvm-pdbdump output display.Zachary Turner2015-02-131-0/+86
* Temporary workaround to fix MSVC 2012 build problemsAndrew Kaylor2015-02-111-1/+11
* Convert std::make_unique<> to llvm::make_unique<>.Zachary Turner2015-02-102-11/+12
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-102-9/+254
* Provide DIA implementation of DebugInfoPDB.Zachary Turner2015-02-109-0/+1293
OpenPOWER on IntegriCloud