summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ScalarEvolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in GetConstantFactor for affine expressions, in which the existingChris Lattner2006-12-191-5/+9
* Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer2006-12-121-9/+12
* Get even more accurate on the casting.Reid Spencer2006-12-121-8/+5
* Change inferred getCast into specific getCast. Passes all tests.Reid Spencer2006-12-121-3/+9
* teach scev to analyze X*4|1 like X*4+c. This allows us to produce:Chris Lattner2006-12-121-1/+59
* clarify some comments, simplify some checks, fix:Chris Lattner2006-12-111-7/+7
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-17/+17
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-5/+5
* Finally get the casting right in this file. Also, remove some unnecessaryReid Spencer2006-12-051-7/+6
* Bail on the getInferredCast idea. Remove the function and convertReid Spencer2006-12-051-9/+10
* Fix comment grammaroReid Spencer2006-12-041-2/+2
* Fix inferred casts.Reid Spencer2006-12-041-6/+9
* Unbreak VC++ build.Jeff Cohen2006-12-021-0/+1
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-281-13/+14
* For PR950:Reid Spencer2006-11-271-37/+18
* Remove redundant <cmath>.Jim Laskey2006-11-081-1/+0
* For PR950:Reid Spencer2006-11-021-1/+1
* Make ScalarEvolution actually use a ZeroExtend expression instead ofReid Spencer2006-11-011-2/+2
* For PR950:Reid Spencer2006-10-261-15/+14
* For PR950:Reid Spencer2006-10-201-14/+14
* Fix some more static dtor issues.Chris Lattner2006-10-041-33/+36
* Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner2006-09-281-4/+4
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-271-1/+1
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* 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
OpenPOWER on IntegriCloud