aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ScalarEvolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-271-6/+6
* Eliminate all of the SCEV Expansion code which is really part of theChris Lattner2004-04-231-213/+9
* It's not just a printer, it's actually an analysis tooChris Lattner2004-04-191-1/+1
* Change the ExitBlocks list from being explicitly contained in the LoopChris Lattner2004-04-181-3/+8
* Add the ability to compute exit values for complex loop using unanalyzableChris Lattner2004-04-171-52/+189
* Add the ability to compute trip counts that are only controlled by constantsChris Lattner2004-04-171-5/+174
* Include <cmath> for compatibility with gcc 3.0.x (the system compiler onBrian Gaeke2004-04-161-0/+1
* Factor a bunch of classes out into a public headerChris Lattner2004-04-151-553/+142
* Unbreak the buildChris Lattner2004-04-151-0/+1
* Implement a FIXME: if we're going to insert a cast, we might as well onlyChris Lattner2004-04-141-1/+15
* This is a trivial tweak to the addrec insertion code: insert the incrementChris Lattner2004-04-141-7/+12
* Fix a bug Brian found.Chris Lattner2004-04-071-2/+3
* Sparc don't got not "sqrtl", bum bum bumChris Lattner2004-04-051-1/+1
* Kill warnings during an optimized compile where assert() disappears.Misha Brukman2004-04-051-0/+2
* Fix PR312 and IndVarsSimplify/2004-04-05-InvokeCastCrash.llxChris Lattner2004-04-051-0/+2
* Add a break in the default caseChris Lattner2004-04-031-0/+1
* Comment out debugging printoutsChris Lattner2004-04-021-1/+5
* Add a new analysisChris Lattner2004-04-021-0/+2482