aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ScalarEvolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-1/+1
* This nutty patch has been in my tree since before 1.3 went out, and it needsChris Lattner2004-10-121-20/+147
* Fix SingleSource/Benchmarks/McGill/chompChris Lattner2004-10-111-0/+1
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-031-0/+1
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* bug 122:Reid Spencer2004-07-181-6/+4
* Remove distasteful method which is really part of the indvars passChris Lattner2004-06-241-13/+0
* REALLY fix PR378: crash in scalar evolution analysisChris Lattner2004-06-201-0/+1
* Fix a bug in my change last night that caused a few test failures.Chris Lattner2004-06-201-1/+1
* Do not sort SCEV objects by address: instead sort by complexity and groupChris Lattner2004-06-201-18/+60
* 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