Revision tags: llvmorg-3.6.0, llvmorg-3.6.0-rc4 |
|
#
52c9f881 |
| 14-Feb-2015 |
Zachary Turner <zturner@google.com> |
llvm-pdbdump: Re-order header files according to LLVM style guide.
llvm-svn: 229231
|
#
71f308ad |
| 13-Feb-2015 |
Chandler Carruth <chandlerc@gmail.com> |
Re-sort #include lines using my handy dandy ./utils/sort_includes.py script. This is in preparation for changes to lots of include lines.
llvm-svn: 229088
|
Revision tags: llvmorg-3.6.0-rc3 |
|
#
cffff26b |
| 10-Feb-2015 |
Zachary Turner <zturner@google.com> |
Provide DIA implementation of DebugInfoPDB.
This implements DebugInfoPDB when the DIA SDK is present on the system. Specifically, this means that the following conditions are met: 1) You are build
Provide DIA implementation of DebugInfoPDB.
This implements DebugInfoPDB when the DIA SDK is present on the system. Specifically, this means that the following conditions are met: 1) You are building on Windows. 2) You are building with MSVC. 3) Visual Studio did not corrupt the installation of DIA due to a known issue with side-by-side installations of VS2012 and VS2013. If all of these conditions are true, you will be able to pass a value of PDB_Reader::DIA to PDB::createPdbReader().
There are no tests for this yet, as any test will be in the form of a lit test which tests the llvm-pdbdump.exe, which still needs to be rewritten in terms of this library.
llvm-svn: 228747
show more ...
|
#
0e9e6633 |
| 06-Feb-2015 |
Zachary Turner <zturner@google.com> |
Resubmit "Create lib/DebugInfo/PDB" (r228428)
This change resubmits the patch that broke the build, this time without unittests. The unittests will be submitted separately after the problem has bee
Resubmit "Create lib/DebugInfo/PDB" (r228428)
This change resubmits the patch that broke the build, this time without unittests. The unittests will be submitted separately after the problem has been addressed:
--Original Commit Message--
Create lib/DebugInfo/PDB.
This patch creates a platform-independent interface to a PDB reader. There is currently no implementation of this interface, which will be provided in future patches. This defines the basic object model which any implementation must conform to.
Reviewed by: David Blaikie Differential Revision: http://reviews.llvm.org/D7356
llvm-svn: 228435
show more ...
|
#
079ba922 |
| 06-Feb-2015 |
Zachary Turner <zturner@google.com> |
Create lib/DebugInfo/PDB.
This patch creates a platform-independent interface to a PDB reader. There is currently no implementation of this interface, which will be provided in future patches. This
Create lib/DebugInfo/PDB.
This patch creates a platform-independent interface to a PDB reader. There is currently no implementation of this interface, which will be provided in future patches. This defines the basic object model which any implementation must conform to.
Reviewed by: David Blaikie Differential Revision: http://reviews.llvm.org/D7356
llvm-svn: 228428
show more ...
|