Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'umax' similar to 'smax' SCEV. Closes PR2003. | Nick Lewycky | 2008-02-20 | 1 | -1/+10 |
* | We should check that existing cast operation has the appropriate opcode befor... | Wojciech Matyjewicz | 2008-02-09 | 1 | -19/+21 |
* | Remove attribution from file headers, per discussion on llvmdev. | 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 | -0/+10 |
* | Move the SCEV object factors from being static members of the individual | Dan Gohman | 2007-10-22 | 1 | -5/+5 |
* | Change "tmp." to "tmp" for temporaries created by ScalarEvolutionExpander | Dan Gohman | 2007-09-14 | 1 | -1/+1 |
* | - Use correct header for SCEV inside LoopPass.cpp | Anton Korobeynikov | 2007-08-20 | 1 | -0/+12 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+209 |