This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 200eeca319d [Power9]Legalize and emit code for quad-precision fma instructions new 06e4df3aff4 [llvm-pdbutil] Add the ability to explain binary files.
The 1 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 | 11 +- include/llvm/DebugInfo/PDB/Native/InfoStream.h | 4 +- include/llvm/DebugInfo/PDB/Native/RawTypes.h | 2 + lib/DebugInfo/PDB/Native/DbiStream.cpp | 28 ++-- lib/DebugInfo/PDB/Native/InfoStream.cpp | 2 +- lib/DebugInfo/PDB/Native/PDBFile.cpp | 4 +- tools/llvm-pdbutil/ExplainOutputStyle.cpp | 213 +++++++++++++++---------- tools/llvm-pdbutil/ExplainOutputStyle.h | 47 +++--- tools/llvm-pdbutil/InputFile.cpp | 39 ++++- tools/llvm-pdbutil/InputFile.h | 11 +- tools/llvm-pdbutil/llvm-pdbutil.cpp | 20 ++- tools/llvm-pdbutil/llvm-pdbutil.h | 3 + 12 files changed, 249 insertions(+), 135 deletions(-)