This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 309f49b92a1 Add bitcast store-merge test. new 66f026bb25a [MSP430] Fix data layout string. new 777bbb5e05c [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.
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: include/llvm/DebugInfo/PDB/Native/DbiStream.h | 17 +++-- include/llvm/Support/BinaryStreamRef.h | 3 + lib/DebugInfo/PDB/Native/DbiStream.cpp | 52 +++++++++----- lib/Target/MSP430/MSP430TargetMachine.cpp | 8 ++- test/CodeGen/MSP430/Inst16mm.ll | 2 +- test/CodeGen/MSP430/struct_layout.ll | 57 ++++++++++++++++ test/DebugInfo/PDB/dbi-bytes.test | 59 ++++++++++++++++ tools/llvm-pdbutil/BytesOutputStyle.cpp | 98 +++++++++++++++++++++++++++ tools/llvm-pdbutil/BytesOutputStyle.h | 7 ++ tools/llvm-pdbutil/LinePrinter.cpp | 7 +- tools/llvm-pdbutil/llvm-pdbutil.cpp | 25 +++++-- tools/llvm-pdbutil/llvm-pdbutil.h | 8 +++ 12 files changed, 313 insertions(+), 30 deletions(-) create mode 100644 test/CodeGen/MSP430/struct_layout.ll create mode 100644 test/DebugInfo/PDB/dbi-bytes.test