This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 460ff94 AMDGPU/R600: Cleanup DAGCombine new 1d79fff ADT: Give ilist<T>::reverse_iterator a handle to the current node new ba63e29 Rename unittests/ADT/ilistTestTemp.cpp => IListTest.cpp
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/ilist.h | 55 ++++++-- include/llvm/ADT/ilist_node.h | 5 +- include/llvm/CodeGen/MachineBasicBlock.h | 17 ++- include/llvm/CodeGen/MachineFunction.h | 4 +- include/llvm/IR/SymbolTableListTraits.h | 12 +- lib/CodeGen/MachinePipeliner.cpp | 3 +- lib/Target/Lanai/LanaiDelaySlotFiller.cpp | 11 +- lib/Target/X86/X86FixupSetCC.cpp | 3 +- lib/Transforms/Scalar/LoopRerollPass.cpp | 9 +- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 4 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 11 +- unittests/ADT/CMakeLists.txt | 3 +- unittests/ADT/IListIteratorTest.cpp | 149 +++++++++++++++++++++ unittests/ADT/{ilistTestTemp.cpp => IListTest.cpp} | 25 ++-- 14 files changed, 242 insertions(+), 69 deletions(-) create mode 100644 unittests/ADT/IListIteratorTest.cpp rename unittests/ADT/{ilistTestTemp.cpp => IListTest.cpp} (91%)