[llvm-commits] [llvm] r85382 - in /llvm/trunk: include/llvm/LinkAllPasses.h include/llvm/Transforms/Scalar.h lib/Transforms/Scalar/ABCD.cpp
Chris Lattner
clattner at apple.com
Wed Oct 28 08:56:54 PDT 2009
On Oct 28, 2009, at 12:03 AM, Nick Lewycky wrote:
> Author: nicholas
> Date: Wed Oct 28 02:03:15 2009
> New Revision: 85382
>
> URL: http://llvm.org/viewvc/llvm-project?rev=85382&view=rev
> Log:
> Add ABCD, a generalized implementation of the Elimination of Array
> Bounds
> Checks on Demand algorithm which looks at arbitrary branches instead
> of loop
> iterations. This is GSoC work by Andre Tavares with only editorial
> changes
> applied!
No testcases?
-Chris
More information about the llvm-commits
mailing list