summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ScalarEvolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* For PR1043:Reid Spencer2007-01-191-1/+1
* Unbreak VC++ build.Jeff Cohen2007-01-151-1/+1
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-11/+11
* Update code to eliminate calls to isInteger, calling isIntegral instead.Chris Lattner2007-01-151-16/+11
* Fix PR1101 and Analysis/ScalarEvolution/trip-count.llChris Lattner2007-01-141-3/+5
* don't discriminate against boolChris Lattner2007-01-121-1/+1
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-4/+4
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* For PR1043:Zhou Sheng2007-01-111-13/+15
* Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.Reid Spencer2007-01-081-6/+6
* Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, aChris Lattner2007-01-071-1/+15
* cast of int to bool no longer does a compare, rendering this fixmeChris Lattner2007-01-071-1/+0
* For PR950:Reid Spencer2006-12-311-47/+9
* For PR950:Reid Spencer2006-12-231-96/+102
* Add a FIXME about signedness.Reid Spencer2006-12-211-0/+2
* Add some comments about things that can go away once signless types are in.Reid Spencer2006-12-211-1/+8
* eliminate static ctors from StatisticsChris Lattner2006-12-191-23/+19
* 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
OpenPOWER on IntegriCloud