This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6a6f29c [WebAssembly] Add binary-encoding opcode values to instructio [...] new 5ea3570 Verifier: Reject any unknown named MD nodes in the llvm.dbg n [...] new 8be61a8 Modify df_iterator to support post-order actions
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/ADT/DepthFirstIterator.h | 27 ++++++-- include/llvm/Analysis/LoopInfoImpl.h | 4 +- include/llvm/Analysis/RegionInfo.h | 14 ++-- include/llvm/Analysis/RegionIterator.h | 6 +- include/llvm/CodeGen/MachineRegionInfo.h | 4 +- include/llvm/IR/Dominators.h | 2 +- lib/CodeGen/LiveIntervalAnalysis.cpp | 2 +- lib/CodeGen/LiveVariables.cpp | 2 +- lib/CodeGen/MachineVerifier.cpp | 4 +- lib/CodeGen/PrologEpilogInserter.cpp | 2 +- lib/CodeGen/UnreachableBlockElim.cpp | 4 +- lib/IR/Verifier.cpp | 9 ++- lib/Target/X86/X86FloatingPoint.cpp | 2 +- lib/Transforms/IPO/ArgumentPromotion.cpp | 2 +- test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll | 90 ++++++++++++-------------- test/DebugInfo/Generic/2010-07-19-Crash.ll | 28 -------- unittests/ADT/DepthFirstIteratorTest.cpp | 2 + 17 files changed, 96 insertions(+), 108 deletions(-) delete mode 100644 test/DebugInfo/Generic/2010-07-19-Crash.ll