| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug in an assert that would never trigger. | Reid Spencer | 2007-01-08 | 1 | -1/+1 |
* | Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits. | Reid Spencer | 2007-01-08 | 2 | -15/+14 |
* | remove llvm.isunordered | Chris Lattner | 2007-01-07 | 1 | -5/+0 |
* | Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, a | Chris Lattner | 2007-01-07 | 1 | -1/+15 |
* | cast of int to bool no longer does a compare, rendering this fixme | Chris Lattner | 2007-01-07 | 1 | -1/+0 |
* | For PR950: | Reid Spencer | 2006-12-31 | 3 | -68/+21 |
* | For PR950: | Reid Spencer | 2006-12-23 | 7 | -204/+226 |
* | Add a FIXME about signedness. | Reid Spencer | 2006-12-21 | 1 | -0/+2 |
* | Add some comments about things that can go away once signless types are in. | Reid Spencer | 2006-12-21 | 1 | -1/+8 |
* | eliminate static ctors from Statistics | Chris Lattner | 2006-12-19 | 4 | -56/+41 |
* | Fix a bug in GetConstantFactor for affine expressions, in which the existing | Chris Lattner | 2006-12-19 | 1 | -5/+9 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 2 | -5/+4 |
* | Changed from PARALLEL_DIRS to DIRS since we're only building one directory. | John Criswell | 2006-12-13 | 1 | -1/+1 |
* | Remove DSA. | John Criswell | 2006-12-13 | 14 | -7235/+0 |
* | Remove DSA. | John Criswell | 2006-12-13 | 1 | -1/+1 |
* | Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode | Reid Spencer | 2006-12-13 | 1 | -19/+2 |
* | Replace inferred getCast(V,Ty) calls with more strict variants. | Reid Spencer | 2006-12-12 | 4 | -21/+42 |
* | Get even more accurate on the casting. | Reid Spencer | 2006-12-12 | 1 | -8/+5 |
* | Change inferred getCast into specific getCast. Passes all tests. | Reid Spencer | 2006-12-12 | 1 | -3/+9 |
* | teach scev to analyze X*4|1 like X*4+c. This allows us to produce: | Chris Lattner | 2006-12-12 | 1 | -1/+59 |
* | clarify some comments, simplify some checks, fix: | Chris Lattner | 2006-12-11 | 1 | -7/+7 |
* | Removed more <iostream> includes | Bill Wendling | 2006-12-07 | 3 | -13/+10 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 24 | -174/+166 |
* | Adjust to new ConstantIntegral interface for Max/Min tests. | Reid Spencer | 2006-12-06 | 1 | -10/+56 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 13 | -46/+46 |
* | Simplify code | Chris Lattner | 2006-12-06 | 1 | -10/+4 |
* | Remove the 'printname' argument to WriteAsOperand. It is always true, and | Chris Lattner | 2006-12-06 | 5 | -11/+11 |
* | Finally get the casting right in this file. Also, remove some unnecessary | Reid Spencer | 2006-12-05 | 1 | -7/+6 |
* | straighten out various memory ownership issues in the callgraph stuff. | Chris Lattner | 2006-12-05 | 1 | -3/+2 |
* | Bail on the getInferredCast idea. Remove the function and convert | Reid Spencer | 2006-12-05 | 1 | -9/+10 |
* | Fix comment grammaro | Reid Spencer | 2006-12-04 | 1 | -2/+2 |
* | Add a comment and fix a memory leak. Thanks to Vikram for pointing this out. | Chris Lattner | 2006-12-04 | 1 | -4/+5 |
* | Fix inferred casts. | Reid Spencer | 2006-12-04 | 1 | -6/+9 |
* | Fix 80 cols violation | Reid Spencer | 2006-12-04 | 1 | -2/+3 |
* | Change inferred casts to explicit casts. | Reid Spencer | 2006-12-04 | 1 | -9/+5 |
* | Unbreak VC++ build. | Jeff Cohen | 2006-12-02 | 2 | -0/+2 |
* | WTF? These weird newlines got in there... | Bill Wendling | 2006-11-29 | 1 | -26/+0 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 6 | -37/+44 |
* | Convert to using llvm streams instead of iostreams. | Bill Wendling | 2006-11-28 | 7 | -36/+36 |
* | Removed some of the iostream #includes. Moved towards converting to using | Bill Wendling | 2006-11-28 | 11 | -86/+114 |
* | For PR950: | Reid Spencer | 2006-11-27 | 8 | -106/+107 |
* | For PR950: | Reid Spencer | 2006-11-20 | 1 | -0/+23 |
* | Needed <iostream> for now. | Bill Wendling | 2006-11-17 | 1 | -0/+1 |
* | Needs the iostream include. | Bill Wendling | 2006-11-17 | 1 | -0/+1 |
* | Replaced DEBUG(std::cerr with DOUT. | Bill Wendling | 2006-11-17 | 1 | -6/+5 |
* | Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. | Bill Wendling | 2006-11-17 | 6 | -106/+95 |
* | Removed unneeded <iostream> #include. | Bill Wendling | 2006-11-17 | 2 | -2/+0 |
* | A shim over other AA impls to catch incorrect uses | Andrew Lenharth | 2006-11-14 | 1 | -0/+125 |
* | remove redundant code | Chris Lattner | 2006-11-13 | 1 | -2/+0 |
* | Remove redundant <cmath>. | Jim Laskey | 2006-11-08 | 2 | -2/+0 |