This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b5d7f63748 [MemCpyOpt] Only replace memcpy with bitcast if address spa [...] new e98c913509f [llvm-pdbdump] Display padding bytes on record layout new a0e581d63e6 [InstSimplify] Use cast instead of dyn_cast after isa<> che [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Analysis/InstructionSimplify.cpp | 4 +- test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test | 46 +++++----- test/tools/llvm-pdbdump/class-layout.test | 12 +-- tools/llvm-pdbdump/LinePrinter.cpp | 4 + tools/llvm-pdbdump/LinePrinter.h | 2 + tools/llvm-pdbdump/PrettyClassDefinitionDumper.cpp | 98 ++++++++++++++++++---- tools/llvm-pdbdump/PrettyClassDefinitionDumper.h | 2 + tools/llvm-pdbdump/PrettyTypeDumper.cpp | 3 +- tools/llvm-pdbdump/PrettyVariableDumper.cpp | 14 ++-- tools/llvm-pdbdump/llvm-pdbdump.cpp | 22 ++--- tools/llvm-pdbdump/llvm-pdbdump.h | 6 +- 11 files changed, 147 insertions(+), 66 deletions(-)