Age | Commit message (Expand) | Author |
---|---|---|
2009-10-08 | remove LoopVR pass. According to Nick: | Chris Lattner |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-07-13 | Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. | Dan Gohman |
2009-07-07 | Change all SCEV* to SCEV *. | Dan Gohman |
2009-06-22 | SCEVHandle is no more! | Owen Anderson |
2009-02-18 | Eliminate several more unnecessary intptr_t casts. | Dan Gohman |
2008-06-30 | Because of the laziness, the required passes must exist even after | Nick Lewycky |
2008-06-30 | Add a value range analysis that lazily computes ranges using ScalarEvolutions. | Nick Lewycky |