This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0cb64ba [DAGCombiner] Fix visitSTORE to continue processing current S [...] new d1168ef Ensure all uses of permute instructions feed vector stores new 8bf0aed [pdb] Round trip the PDB stream between YAML and binary PDB. new 02fbf49 [X86][SSE] Fixed typo in insertps lowering. new d459f38 NFC changed names in FunctionImport
The 4 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/Raw/DbiStream.h | 2 + include/llvm/DebugInfo/PDB/Raw/InfoStream.h | 7 ++ include/llvm/DebugInfo/PDB/Raw/ModStream.h | 2 + include/llvm/DebugInfo/PDB/Raw/NameMap.h | 2 + include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 7 +- include/llvm/DebugInfo/PDB/Raw/PublicsStream.h | 2 + include/llvm/DebugInfo/PDB/Raw/SymbolStream.h | 2 + include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 2 + lib/DebugInfo/PDB/Raw/DbiStream.cpp | 2 + lib/DebugInfo/PDB/Raw/InfoStream.cpp | 51 +++++++++++--- lib/DebugInfo/PDB/Raw/ModStream.cpp | 2 + lib/DebugInfo/PDB/Raw/NameMap.cpp | 20 ++++++ lib/DebugInfo/PDB/Raw/PDBFile.cpp | 94 +++++++++++++++++++++++++- lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 2 + lib/DebugInfo/PDB/Raw/SymbolStream.cpp | 2 + lib/DebugInfo/PDB/Raw/TpiStream.cpp | 2 + lib/Target/PowerPC/PPCVSXSwapRemoval.cpp | 20 ++++++ lib/Target/X86/X86ISelLowering.cpp | 2 +- lib/Transforms/IPO/FunctionImport.cpp | 28 ++++---- test/CodeGen/PowerPC/swaps-le-7.ll | 55 +++++++++++++++ test/DebugInfo/PDB/pdbdump-write.test | 4 +- test/DebugInfo/PDB/pdbdump-yaml.test | 66 ++++++++++++++++-- tools/llvm-pdbdump/PdbYaml.cpp | 48 +++++++++++++ tools/llvm-pdbdump/PdbYaml.h | 14 ++++ tools/llvm-pdbdump/YAMLOutputStyle.cpp | 25 +++++++ tools/llvm-pdbdump/YAMLOutputStyle.h | 1 + tools/llvm-pdbdump/llvm-pdbdump.cpp | 45 +++++++++--- tools/llvm-pdbdump/llvm-pdbdump.h | 1 + 28 files changed, 467 insertions(+), 43 deletions(-) create mode 100644 test/CodeGen/PowerPC/swaps-le-7.ll