| Commit message (Expand) | Author | Age | Files | Lines |
* | move PR6212 to this file. | Chris Lattner | 2010-02-09 | 1 | -0/+25 |
* | Remove a completed item, add a couple new ones. | Eli Friedman | 2010-01-31 | 1 | -4/+38 |
* | Improve isSafeToLoadUnconditionally to recognize that GEPs with constant | Bob Wilson | 2010-01-29 | 1 | -10/+0 |
* | reassociate should do this. | Chris Lattner | 2010-01-24 | 1 | -1/+1 |
* | add a note. | Chris Lattner | 2010-01-24 | 1 | -0/+39 |
* | implement a simple instcombine xform that has been in the | Chris Lattner | 2010-01-23 | 1 | -18/+2 |
* | add some notes, making posix-memalign be nocapture would be an easy improvement. | Chris Lattner | 2010-01-23 | 1 | -0/+31 |
* | Add some potentially interesting transformations to README. | Eli Friedman | 2010-01-18 | 1 | -0/+51 |
* | Fix a README item: have functionattrs look through selects and | Duncan Sands | 2010-01-06 | 1 | -30/+1 |
* | Partially address a README by having functionattrs consider calls to | Duncan Sands | 2010-01-06 | 1 | -2/+2 |
* | implement an instcombine xform needed by clang's codegen | Chris Lattner | 2010-01-04 | 1 | -13/+0 |
* | Teach codegen to lower llvm.powi to an efficient (but not optimal) | Chris Lattner | 2010-01-01 | 1 | -30/+0 |
* | update this. To take the next step, llvm.powi should be generalized to work | Chris Lattner | 2010-01-01 | 1 | -13/+37 |
* | More info on this transformation. | Eli Friedman | 2009-12-12 | 1 | -2/+15 |
* | Remove some stuff that's already implemented. Also, remove the note about | Eli Friedman | 2009-12-12 | 1 | -51/+0 |
* | expand note. | Chris Lattner | 2009-12-03 | 1 | -0/+15 |
* | add a note | Chris Lattner | 2009-12-03 | 1 | -0/+32 |
* | update and consolidate the load pre notes. | Chris Lattner | 2009-11-29 | 1 | -43/+42 |
* | add a deadargelim note. | Chris Lattner | 2009-11-27 | 1 | -0/+23 |
* | This testcase is actually only partially redundant, and requires | Chris Lattner | 2009-11-27 | 1 | -2/+2 |
* | this (and probably several others) are now done. | Chris Lattner | 2009-11-27 | 1 | -33/+0 |
* | Teach memdep to phi translate bitcasts. This allows us to compile | Chris Lattner | 2009-11-26 | 1 | -2/+0 |
* | Teach basicaa that x|c == x+c when the c bits of x are clear. This | Chris Lattner | 2009-11-26 | 1 | -17/+0 |
* | teach basicaa that A[i] != A[i+1]. | Chris Lattner | 2009-11-26 | 1 | -2/+0 |
* | update some notes slightly | Chris Lattner | 2009-11-26 | 1 | -3/+5 |
* | Add a complex missed optimization opportunity I came across while investigating | Nick Lewycky | 2009-11-15 | 1 | -0/+15 |
* | another const prop failure. | Chris Lattner | 2009-11-11 | 1 | -0/+9 |
* | add a note | Chris Lattner | 2009-11-11 | 1 | -0/+28 |
* | add a note | Chris Lattner | 2009-11-10 | 1 | -0/+2 |
* | I did this a week or two ago | Chris Lattner | 2009-11-10 | 1 | -6/+0 |
* | Improve tail call elimination to handle the switch statement. | Nick Lewycky | 2009-11-07 | 1 | -16/+0 |
* | add a note from PR5313 | Chris Lattner | 2009-11-05 | 1 | -0/+34 |
* | Add new note. | Bill Wendling | 2009-10-27 | 1 | -0/+35 |
* | Move and clarify note. | Bill Wendling | 2009-10-27 | 1 | -0/+33 |
* | this is done. | Chris Lattner | 2009-10-25 | 1 | -35/+0 |
* | some stuff is done, we still have constantexpr simplification to do. | Chris Lattner | 2009-10-23 | 1 | -31/+15 |
* | IPSCCP is missing stuff. | Chris Lattner | 2009-10-21 | 1 | -0/+7 |
* | add a note | Chris Lattner | 2009-09-21 | 1 | -1/+14 |
* | one case handled, expanded another testcase inline. | Chris Lattner | 2009-09-21 | 1 | -20/+16 |
* | update an entry, delete an entry which has been fixed. | Chris Lattner | 2009-09-20 | 1 | -36/+15 |
* | Peer through zext and sext to eliminate them when it is safe to do so. | Nick Lewycky | 2009-09-20 | 1 | -22/+0 |
* | add PR# | Chris Lattner | 2009-09-14 | 1 | -0/+1 |
* | Transform -X/C to X/-C, implementing a README.txt entry. | Dan Gohman | 2009-08-12 | 1 | -10/+0 |
* | Remove a couple of already-implemented notes. | Eli Friedman | 2009-07-21 | 1 | -12/+0 |
* | Move PR4517 to README.txt. | Nick Lewycky | 2009-07-09 | 1 | -0/+22 |
* | Factor the code for collecting IV users out of LSR into an IVUsers class, | Dan Gohman | 2009-05-12 | 1 | -10/+0 |
* | Fix two wording errors that Duncan spotted. | Dan Gohman | 2009-05-11 | 1 | -1/+1 |
* | LLVM has unaligned loads and stores now. | Dan Gohman | 2009-05-11 | 1 | -2/+1 |
* | Upgrade this example to new-style syntax. | Dan Gohman | 2009-05-11 | 1 | -5/+5 |
* | remove some done things: we have nocapture and SROA is smarter. | Chris Lattner | 2009-05-11 | 1 | -77/+13 |