aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ScalarEvolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-281-3/+4
* Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn'tChris Lattner2006-04-261-0/+25
* Signed shr by a constant is not the same as sdiv by 2^kChris Lattner2006-04-041-9/+0
* Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll andChris Lattner2006-04-011-27/+27
* Add explicit iostream #includesChris Lattner2006-01-221-0/+1
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-271-1/+1
* wrap a long lineChris Lattner2005-09-281-1/+2
* Fix Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.llChris Lattner2005-08-161-2/+3
* Teach LLVM to know how many times a loop executes when constructed withChris Lattner2005-08-151-2/+110
* Fix an obvious oopsChris Lattner2005-08-101-1/+1
* implement two helper methodsChris Lattner2005-08-091-0/+28
* Remove trailing whitespaceMisha Brukman2005-04-211-46/+46
* Don't make this require loopsimplify. It works BETTER with loop simplifyChris Lattner2005-04-061-1/+0
* Export two methods for getting -X and A-B.Chris Lattner2005-03-091-10/+11
* DCE a dead functionChris Lattner2005-02-261-19/+0
* 1 + 100 + 51 == 152, not 52.Chris Lattner2005-02-261-0/+2
* Scary typo that fixes Regression/Transforms/IndVarsSimplify/2005-02-17-Trunca...Chris Lattner2005-02-171-1/+1
* Correct the recursive PHI node handling routines in a way that CANNOT induceChris Lattner2005-02-131-27/+83
* Fix a problem where we could infinitely recurse on phi nodes.Chris Lattner2005-02-011-1/+1
* For PR387:\Reid Spencer2004-12-071-1/+1
* This patch prevents an infinite recursion while compiling 103.su2cor.Chris Lattner2004-12-041-3/+3
* 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