This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 092c93330a7 [Profile] backward propagate profile info in JumpThreading new 89c6743f223 [ADT] Enable reverse iteration for DenseMap
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/ADT/DenseMap.h | 107 +++-- include/llvm/ADT/SmallPtrSet.h | 23 +- include/llvm/Support/PointerLikeTypeTraits.h | 21 +- include/llvm/Support/ReverseIteration.h | 12 +- lib/Support/CommandLine.cpp | 11 - test/Transforms/Util/PredicateInfo/condprop2.ll | 474 ----------------------- test/Transforms/Util/PredicateInfo/testandor2.ll | 214 ---------- unittests/ADT/CMakeLists.txt | 1 - unittests/ADT/ReverseIterationTest.cpp | 52 --- unittests/Support/CMakeLists.txt | 1 + unittests/Support/ReverseIterationTest.cpp | 111 ++++++ 11 files changed, 228 insertions(+), 799 deletions(-) delete mode 100644 test/Transforms/Util/PredicateInfo/condprop2.ll delete mode 100644 test/Transforms/Util/PredicateInfo/testandor2.ll delete mode 100644 unittests/ADT/ReverseIterationTest.cpp create mode 100644 unittests/Support/ReverseIterationTest.cpp