Go to file
Zachary Turner a5549178f1 Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
This makes llvm-pdbdump available on all platforms, although it
will currently fail to create a dumper if there is no PDB reader
implementation for the current platform.

It implements dumping of compilands and children, which is less
information than was previously available, but it has to be
rewritten from scratch using the new set of interfaces, so the
rest of the functionality will be added back in subsequent commits.

llvm-svn: 228755
2015-02-10 22:43:25 +00:00
clang [PowerPC] Remove the --no-tls-optimize workaround from the clang driver 2015-02-10 20:36:08 +00:00
clang-tools-extra Fixed module-map-checker to recurse umbrella dirs when collecting headers. 2015-02-10 14:58:07 +00:00
compiler-rt Fix ASan's Noinst unit tests 2015-02-10 20:37:57 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Make ABI header not found a warning, not an error. 2015-02-10 18:46:57 +00:00
libcxxabi unwind: improve compilation on Linux with gcc 2015-02-10 03:43:33 +00:00
lld GNU: Rename parseZOption because it actually parses only -z max-page-size. 2015-02-10 21:40:51 +00:00
lldb Fix 'process launch -i' for remote processes 2015-02-10 21:09:04 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB. 2015-02-10 22:43:25 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly isl is now distributed with polly 2015-02-09 13:52:21 +00:00