Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
* | Add 'umax' similar to 'smax' SCEV. Closes PR2003. | Nick Lewycky | 2008-02-20 | 1 | -3/+27 |
* | Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an | Wojciech Matyjewicz | 2008-02-11 | 1 | -11/+11 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. | Nick Lewycky | 2007-11-25 | 1 | -2/+27 |
* | Add explicit keywords. | Dan Gohman | 2007-11-19 | 1 | -3/+3 |
* | Reverted r44163 per request | Anton Korobeynikov | 2007-11-15 | 1 | -52/+1 |
* | Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV | Nick Lewycky | 2007-11-15 | 1 | -1/+52 |
* | Move the SCEV object factors from being static members of the individual | Dan Gohman | 2007-10-22 | 1 | -88/+51 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+580 |