aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Update code to eliminate calls to isInteger, calling isIntegral instead.Chris Lattner2007-01-152-17/+12
* Fix correlated exprs regressionsChris Lattner2007-01-151-2/+2
* fit to 80 cols.Chris Lattner2007-01-141-8/+6
* Fix PR1101 and Analysis/ScalarEvolution/trip-count.llChris Lattner2007-01-141-3/+5
* don't discriminate against boolChris Lattner2007-01-121-1/+1
* remove unneeded special casesChris Lattner2007-01-121-7/+0
* GEP operands can't be boolsChris Lattner2007-01-121-6/+3
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-123-8/+8
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-113-9/+9
* For PR1043:Zhou Sheng2007-01-114-45/+50
* Fix a bug in an assert that would never trigger.Reid Spencer2007-01-081-1/+1
* Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.Reid Spencer2007-01-082-15/+14
* remove llvm.isunorderedChris Lattner2007-01-071-5/+0
* 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-313-68/+21
* For PR950:Reid Spencer2006-12-237-204/+226
* 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-194-56/+41
* Fix a bug in GetConstantFactor for affine expressions, in which the existingChris Lattner2006-12-191-5/+9
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-172-5/+4
* Changed from PARALLEL_DIRS to DIRS since we're only building one directory.John Criswell2006-12-131-1/+1
* Remove DSA.John Criswell2006-12-1314-7235/+0
* Remove DSA.John Criswell2006-12-131-1/+1
* Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcodeReid Spencer2006-12-131-19/+2
* Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer2006-12-124-21/+42
* 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
* Removed more <iostream> includesBill Wendling2006-12-073-13/+10
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-0724-174/+166
* Adjust to new ConstantIntegral interface for Max/Min tests.Reid Spencer2006-12-061-10/+56
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-0613-46/+46
* Simplify codeChris Lattner2006-12-061-10/+4
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-065-11/+11
* Finally get the casting right in this file. Also, remove some unnecessaryReid Spencer2006-12-051-7/+6
* straighten out various memory ownership issues in the callgraph stuff.Chris Lattner2006-12-051-3/+2
* Bail on the getInferredCast idea. Remove the function and convertReid Spencer2006-12-051-9/+10
* Fix comment grammaroReid Spencer2006-12-041-2/+2
* Add a comment and fix a memory leak. Thanks to Vikram for pointing this out.Chris Lattner2006-12-041-4/+5
* Fix inferred casts.Reid Spencer2006-12-041-6/+9
* Fix 80 cols violationReid Spencer2006-12-041-2/+3
* Change inferred casts to explicit casts.Reid Spencer2006-12-041-9/+5
* Unbreak VC++ build.Jeff Cohen2006-12-022-0/+2
* WTF? These weird newlines got in there...Bill Wendling2006-11-291-26/+0
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-296-37/+44
* Convert to using llvm streams instead of iostreams.Bill Wendling2006-11-287-36/+36
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-2811-86/+114