| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a bug in GetConstantFactor for affine expressions, in which the existing | Chris Lattner | 2006-12-19 | 1 | -5/+9 |
| * | Replace inferred getCast(V,Ty) calls with more strict variants. | Reid Spencer | 2006-12-12 | 1 | -9/+12 |
| * | 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 |
| * | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -17/+17 |
| * | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -5/+5 |
| * | Finally get the casting right in this file. Also, remove some unnecessary | Reid Spencer | 2006-12-05 | 1 | -7/+6 |
| * | 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 |
| * | Fix inferred casts. | Reid Spencer | 2006-12-04 | 1 | -6/+9 |
| * | Unbreak VC++ build. | Jeff Cohen | 2006-12-02 | 1 | -0/+1 |
| * | Removed some of the iostream #includes. Moved towards converting to using | Bill Wendling | 2006-11-28 | 1 | -13/+14 |
| * | For PR950: | Reid Spencer | 2006-11-27 | 1 | -37/+18 |
| * | Remove redundant <cmath>. | Jim Laskey | 2006-11-08 | 1 | -1/+0 |
| * | For PR950: | Reid Spencer | 2006-11-02 | 1 | -1/+1 |
| * | Make ScalarEvolution actually use a ZeroExtend expression instead of | Reid Spencer | 2006-11-01 | 1 | -2/+2 |
| * | For PR950: | Reid Spencer | 2006-10-26 | 1 | -15/+14 |
| * | For PR950: | Reid Spencer | 2006-10-20 | 1 | -14/+14 |
| * | Fix some more static dtor issues. | Chris Lattner | 2006-10-04 | 1 | -33/+36 |
| * | Eliminate ConstantBool::True and ConstantBool::False. Instead, provide | Chris Lattner | 2006-09-28 | 1 | -4/+4 |
| * | Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
| * | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
| * | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner | 2006-06-28 | 1 | -3/+4 |
| * | Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn't | Chris Lattner | 2006-04-26 | 1 | -0/+25 |
| * | Signed shr by a constant is not the same as sdiv by 2^k | Chris Lattner | 2006-04-04 | 1 | -9/+0 |
| * | Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and | Chris Lattner | 2006-04-01 | 1 | -27/+27 |
| * | Add explicit iostream #includes | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
| * | Move some constant folding code shared by Analysis and Transform passes | John Criswell | 2005-10-27 | 1 | -1/+1 |
| * | wrap a long line | Chris Lattner | 2005-09-28 | 1 | -1/+2 |
| * | Fix Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll | Chris Lattner | 2005-08-16 | 1 | -2/+3 |
| * | Teach LLVM to know how many times a loop executes when constructed with | Chris Lattner | 2005-08-15 | 1 | -2/+110 |
| * | Fix an obvious oops | Chris Lattner | 2005-08-10 | 1 | -1/+1 |
| * | implement two helper methods | Chris Lattner | 2005-08-09 | 1 | -0/+28 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -46/+46 |
| * | Don't make this require loopsimplify. It works BETTER with loop simplify | Chris Lattner | 2005-04-06 | 1 | -1/+0 |
| * | Export two methods for getting -X and A-B. | Chris Lattner | 2005-03-09 | 1 | -10/+11 |
| * | DCE a dead function | Chris Lattner | 2005-02-26 | 1 | -19/+0 |
| * | 1 + 100 + 51 == 152, not 52. | Chris Lattner | 2005-02-26 | 1 | -0/+2 |
| * | Scary typo that fixes Regression/Transforms/IndVarsSimplify/2005-02-17-Trunca... | Chris Lattner | 2005-02-17 | 1 | -1/+1 |
| * | Correct the recursive PHI node handling routines in a way that CANNOT induce | Chris Lattner | 2005-02-13 | 1 | -27/+83 |
| * | Fix a problem where we could infinitely recurse on phi nodes. | Chris Lattner | 2005-02-01 | 1 | -1/+1 |
| * | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -1/+1 |
| * | This patch prevents an infinite recursion while compiling 103.su2cor. | Chris Lattner | 2004-12-04 | 1 | -3/+3 |
| * | Patch to support MSVC, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -1/+1 |
| * | This nutty patch has been in my tree since before 1.3 went out, and it needs | Chris Lattner | 2004-10-12 | 1 | -20/+147 |
| * | Fix SingleSource/Benchmarks/McGill/chomp | Chris Lattner | 2004-10-11 | 1 | -0/+1 |
| * | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos | 2004-09-03 | 1 | -0/+1 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |