Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. | Dan Gohman | 2009-07-13 | 1 | -0/+7 |
* | Change all SCEV* to SCEV *. | Dan Gohman | 2009-07-07 | 1 | -7/+7 |
* | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson | 2009-07-06 | 1 | -2/+3 |
* | SCEVHandle is no more! | Owen Anderson | 2009-06-22 | 1 | -7/+7 |
* | More const qualifiers. | Dan Gohman | 2009-04-18 | 1 | -14/+14 |
* | LoopVR is not CFGOnly. | Dan Gohman | 2009-03-23 | 1 | -1/+1 |
* | Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount, | Dan Gohman | 2009-02-24 | 1 | -1/+1 |
* | Avoid crashing if instruction is not part of a loop. | Torok Edwin | 2008-10-27 | 1 | -2/+3 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -6/+7 |
* | Add a value range analysis that lazily computes ranges using ScalarEvolutions. | Nick Lewycky | 2008-06-30 | 1 | -0/+289 |