This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 18aa36fa4fc [llvm-objdump] Remove continue after report_error which is [...] new 30fa583f843 [TailCallElim] Preserve DT and PDT new b2e68027e06 [ADT] Add an early-increment iterator-like type and range adaptor.
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/STLExtras.h | 84 ++++++++++++++++++++++ include/llvm/Transforms/Utils/BasicBlockUtils.h | 3 +- lib/Transforms/Scalar/TailRecursionElimination.cpp | 75 ++++++++++++------- lib/Transforms/Utils/BasicBlockUtils.cpp | 7 +- .../2010-06-26-MultipleReturnValues.ll | 2 +- test/Transforms/TailCallElim/EraseBB.ll | 2 +- test/Transforms/TailCallElim/accum_recursion.ll | 4 +- test/Transforms/TailCallElim/ackermann.ll | 2 +- test/Transforms/TailCallElim/basic.ll | 2 +- test/Transforms/TailCallElim/deopt-bundle.ll | 2 +- test/Transforms/TailCallElim/dont_reorder_load.ll | 2 +- test/Transforms/TailCallElim/dup_tail.ll | 2 +- test/Transforms/TailCallElim/inf-recursion.ll | 2 +- test/Transforms/TailCallElim/notail.ll | 2 +- .../TailCallElim/opt-remarks-recursion.ll | 2 +- test/Transforms/TailCallElim/reorder_load.ll | 2 +- test/Transforms/TailCallElim/setjmp.ll | 2 +- unittests/ADT/STLExtrasTest.cpp | 51 +++++++++++++ 18 files changed, 206 insertions(+), 42 deletions(-)