This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5c1e1168dc2 [Hexagon] Remove call to printAndVerify from HexagonPassConfig new 35abb61d549 [llvm-pdbutil] Add a function for formatting MSF data. new 2624197bc0d [X86] Fix SP adjustment in stack probes emitted on 32-bit Windows.
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/PDBFile.h | 3 + lib/DebugInfo/PDB/Native/PDBFile.cpp | 8 ++ lib/Target/X86/X86FrameLowering.cpp | 7 +- test/DebugInfo/PDB/pdbdump-raw-stream.test | 61 ++++++++++--- tools/llvm-pdbutil/BytesOutputStyle.cpp | 30 +------ tools/llvm-pdbutil/LinePrinter.cpp | 130 ++++++++++++++++++++++++++++ tools/llvm-pdbutil/LinePrinter.h | 16 ++++ 7 files changed, 216 insertions(+), 39 deletions(-)