summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* llvm-pdbdump: Add flags controlling the type of values to dump.Zachary Turner2015-02-1532-226/+240
* llvm-pdbdump: Only dump whitelisted global symbols.Zachary Turner2015-02-143-25/+37
* llvm-pdbdump: Re-order header files according to LLVM style guide.Zachary Turner2015-02-1436-38/+109
* Fix -Wunused-variable warning.Zachary Turner2015-02-131-1/+0
* llvm-pdbdump: Improve printing of functions and signatures.Zachary Turner2015-02-134-38/+147
* Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth2015-02-1338-81/+41
* llvm-pdbdump: Add more comprehensive dumping of symbol types.Zachary Turner2015-02-1319-108/+316
* Improve llvm-pdbdump output display.Zachary Turner2015-02-135-40/+250
* Add concrete type overloads to PDBSymbol::findChildren().Zachary Turner2015-02-126-35/+29
* Fix build for CMake < 2.8.12.Peter Collingbourne2015-02-111-1/+1
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-2/+2
* Temporary workaround to fix MSVC 2012 build problemsAndrew Kaylor2015-02-111-1/+11
* Fix some warnings due to -Wcovered-switch-default.Zachary Turner2015-02-112-8/+0
* Convert std::make_unique<> to llvm::make_unique<>.Zachary Turner2015-02-102-11/+12
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-1038-45/+801
* Provide DIA implementation of DebugInfoPDB.Zachary Turner2015-02-1011-0/+1338
* Fix -Wuninitialized build by referencing the relevant ctor parameter instead ...David Blaikie2015-02-088-8/+8
* Make PDBSymbol's IPDBSymbol reference const.Zachary Turner2015-02-0832-33/+33
* DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.Zachary Turner2015-02-0832-67/+87
* Removed unused function mistakenly left in, triggering -Werror.Zachary Turner2015-02-081-21/+0
* Some cleanup for libpdb.Zachary Turner2015-02-0833-71/+663
* Try to fix Makefile build for LLVMDebugInfoPDB.Zachary Turner2015-02-061-0/+14
* Resubmit "Create lib/DebugInfo/PDB" (r228428)Zachary Turner2015-02-067-0/+310
* Revert "Create lib/DebugInfo/PDB."Zachary Turner2015-02-067-310/+0
* Create lib/DebugInfo/PDB.Zachary Turner2015-02-067-0/+310
OpenPOWER on IntegriCloud