aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/ABCD.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change errs() to dbgs().David Greene2010-01-051-1/+1
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-101-1/+1
* Small cleanups.Owen Anderson2009-11-091-8/+4
* Revert my previous patch to ABCD and fix things the right way. There are two...Owen Anderson2009-11-091-13/+28
* Fix an issue where the ordering of blocks within a function could lead to dif...Owen Anderson2009-11-081-2/+4
* Apply some cleanups. No functionality changes.Nick Lewycky2009-10-291-27/+23
* Add ABCD, a generalized implementation of the Elimination of Array BoundsNick Lewycky2009-10-281-0/+1108