This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3bdab0c31e2 [X86] Add support for turning vXi1 shuffles into KSHIFTL/KSHIFTR. new 0444f576689 [DebugInfo] Common behavior for error types
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/CodeView/CodeViewError.h | 35 +++++++++----- include/llvm/DebugInfo/MSF/MSFError.h | 30 +++++++----- include/llvm/DebugInfo/PDB/DIA/DIAError.h | 34 +++++++------ include/llvm/DebugInfo/PDB/GenericError.h | 40 +++++++++------- include/llvm/DebugInfo/PDB/Native/RawError.h | 34 +++++++------ lib/DebugInfo/CodeView/CodeViewError.cpp | 35 ++------------ lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 2 +- lib/DebugInfo/MSF/MSFError.cpp | 30 ++---------- lib/DebugInfo/PDB/DIA/DIAError.cpp | 31 ++---------- lib/DebugInfo/PDB/DIA/DIASession.cpp | 9 ++-- lib/DebugInfo/PDB/GenericError.cpp | 55 +++++++--------------- lib/DebugInfo/PDB/Native/NativeSession.cpp | 1 - lib/DebugInfo/PDB/Native/PDBFile.cpp | 2 +- lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 1 - lib/DebugInfo/PDB/Native/RawError.cpp | 30 ++---------- lib/DebugInfo/PDB/PDB.cpp | 6 +-- lib/DebugInfo/Symbolize/Symbolize.cpp | 3 +- lib/Support/BinaryStreamError.cpp | 2 +- test/DebugInfo/PDB/pdb-invalid-type.test | 2 +- test/DebugInfo/PDB/pdbdump-headers.test | 2 +- .../tools/llvm-readobj/codeview-merging-cycle.test | 2 +- test/tools/llvm-symbolizer/pdb/missing_pdb.test | 2 +- tools/llvm-pdbutil/llvm-pdbutil.cpp | 3 +- tools/obj2yaml/Error.cpp | 2 +- 24 files changed, 155 insertions(+), 238 deletions(-)