aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* 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
* For PR950:Reid Spencer2006-11-278-106/+107
* For PR950:Reid Spencer2006-11-201-0/+23
* Needed <iostream> for now.Bill Wendling2006-11-171-0/+1
* Needs the iostream include.Bill Wendling2006-11-171-0/+1
* Replaced DEBUG(std::cerr with DOUT.Bill Wendling2006-11-171-6/+5
* Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.Bill Wendling2006-11-176-106/+95
* Removed unneeded <iostream> #include.Bill Wendling2006-11-172-2/+0
* A shim over other AA impls to catch incorrect usesAndrew Lenharth2006-11-141-0/+125
* remove redundant codeChris Lattner2006-11-131-2/+0
* Remove redundant <cmath>.Jim Laskey2006-11-082-2/+0