summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/PDB.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-3/+3
* Don't #include MemoryBuffer.h from Host.h.Zachary Turner2017-11-171-0/+1
* COFF: Add type server pdb files to linkrepro tar file.Peter Collingbourne2017-10-201-2/+9
* [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-06-301-8/+4
* NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSes...Adrian McCarthy2017-01-271-2/+2
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-3/+3
* [cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfigMichal Gorny2017-01-021-3/+3
* Add missing include.Zachary Turner2016-05-061-0/+1
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-7/+8
* Move pdb code into pdb namespace.Zachary Turner2016-05-041-6/+7
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-291-2/+2
* Resubmit "Refactor raw pdb dumper into library"Zachary Turner2016-04-251-2/+11
* Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into libraryDaniel Sanders2016-04-221-9/+2
* Fix -Wreturn-type warning with HAVE_DIA_SDK is false.Zachary Turner2016-04-211-0/+2
* Refactor raw pdb dumper into libraryZachary Turner2016-04-211-2/+7
* [llvm-pdbdump] Print a better error message when PDB loading fails.Zachary Turner2016-04-191-2/+2
* Test commitDave Bartolomeo2015-12-171-1/+1
* [PDB] Support executables and source/line info.Zachary Turner2015-04-171-2/+11
* [llvm-pdbdump] Better error handling.Zachary Turner2015-02-281-4/+4
* llvm-pdbdump: Re-order header files according to LLVM style guide.Zachary Turner2015-02-141-1/+4
* Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth2015-02-131-3/+1
* Provide DIA implementation of DebugInfoPDB.Zachary Turner2015-02-101-0/+8
* Resubmit "Create lib/DebugInfo/PDB" (r228428)Zachary Turner2015-02-061-0/+21
* Revert "Create lib/DebugInfo/PDB."Zachary Turner2015-02-061-21/+0
* Create lib/DebugInfo/PDB.Zachary Turner2015-02-061-0/+21
OpenPOWER on IntegriCloud