summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-131-2/+0
* Enable llvm-pdbutil to list enumerations using native PDB readerAdrian McCarthy2017-08-041-0/+4
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-171-2/+2
* [PDB] Enable NativeSession to create symbols for built-in types on demandAdrian McCarthy2017-07-121-1/+1
* Fix build break by using llvm::make_unique instead of std::make_unique.Adrian McCarthy2017-06-221-1/+2
* Add IDs and clone methods to NativeRawSymbolAdrian McCarthy2017-06-221-2/+6
* [PDB] Don't build the entire source file list up front.Zachary Turner2017-05-041-1/+1
* Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Adrian McCarthy2017-03-291-0/+79
* Somehow this still breaks because of ANSI color codes in test output on Linux.Adrian McCarthy2017-03-231-79/+0
* Re-land: Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-231-0/+79
* Revert "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]"Zachary Turner2017-03-171-79/+0
* Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]Adrian McCarthy2017-03-161-0/+79
OpenPOWER on IntegriCloud