| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | I think instcombine should unconditionally do this xform. | Chris Lattner | 2009-06-16 | 1 | -2/+17 |
* | Misc x86 README updates: remove a couple of already-fixed issues, | Eli Friedman | 2009-06-11 | 1 | -57/+57 |
* | add some late optimizations that GCC does. It thinks these are a win | Chris Lattner | 2009-05-25 | 1 | -0/+14 |
* | we should eventually add -march=atom and the new atom movbe instruction. | Chris Lattner | 2009-05-25 | 1 | -0/+2 |
* | Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))" | Chris Lattner | 2009-03-12 | 1 | -22/+0 |
* | Add more information to the EFLAGS note. | Dan Gohman | 2009-03-10 | 1 | -4/+12 |
* | Add a note about EFLAGS optimization. | Dan Gohman | 2009-03-09 | 1 | -0/+15 |
* | add a note. | Chris Lattner | 2009-03-08 | 1 | -0/+40 |
* | add a note. | Chris Lattner | 2009-03-08 | 1 | -0/+22 |
* | add a horrible note | Chris Lattner | 2009-02-17 | 1 | -0/+41 |
* | MachineLICM now handles these cases. | Dan Gohman | 2009-02-15 | 1 | -85/+0 |
* | add a note. | Chris Lattner | 2009-02-08 | 1 | -0/+31 |
* | add a note | Chris Lattner | 2008-12-06 | 1 | -0/+15 |
* | A couple small cleanups, plus a new potential optimization. | Eli Friedman | 2008-11-30 | 1 | -3/+29 |
* | Add a README entry. | Evan Cheng | 2008-11-11 | 1 | -0/+17 |
* | move the note to the correct README | Torok Edwin | 2008-10-24 | 1 | -0/+97 |
* | This is done. | Dan Gohman | 2008-10-17 | 1 | -10/+0 |
* | This is done. | Evan Cheng | 2008-08-26 | 1 | -21/+0 |
* | Remove unnecessary readme entry | Nate Begeman | 2008-07-17 | 1 | -9/+0 |
* | Add a note about a potential PIC optimization. | Dan Gohman | 2008-06-24 | 1 | -0/+7 |
* | add a micro optzn. | Chris Lattner | 2008-05-05 | 1 | -0/+18 |
* | Add an ugly note. | Chris Lattner | 2008-04-21 | 1 | -0/+35 |
* | New entry. | Evan Cheng | 2008-03-28 | 1 | -0/+44 |
* | Remove duplicated entries. | Evan Cheng | 2008-03-23 | 1 | -35/+0 |
* | Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes... | Christopher Lamb | 2008-03-19 | 1 | -44/+0 |
* | Add an issue that is preventing instcombine from doing a simplification. | Chris Lattner | 2008-03-14 | 1 | -5/+43 |
* | move these to the appropriate file | Chris Lattner | 2008-03-08 | 1 | -45/+0 |
* | some more spelling changes | Gabor Greif | 2008-03-06 | 1 | -1/+1 |
* | Evan implemented these. | Chris Lattner | 2008-03-02 | 1 | -27/+0 |
* | Add a random not very important note | Chris Lattner | 2008-02-28 | 1 | -0/+38 |
* | A few more small things I've run into. | Eli Friedman | 2008-02-28 | 1 | -3/+86 |
* | This is done. | Evan Cheng | 2008-02-27 | 1 | -24/+0 |
* | A few minor updates, removing implemented stuff and adding a couple of | Eli Friedman | 2008-02-21 | 1 | -83/+110 |
* | Dan implemented one multiply issue. Replace it with another. :) | Chris Lattner | 2008-02-21 | 1 | -12/+33 |
* | Add a note about sext from i1 plus flags use. | Chris Lattner | 2008-02-18 | 1 | -0/+52 |
* | move PR2053 to here. | Chris Lattner | 2008-02-17 | 1 | -0/+12 |
* | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 1 | -0/+7 |
* | upgrade some entries, remove stuff that is done. | Chris Lattner | 2008-02-14 | 1 | -100/+30 |
* | add a note, remove a done deed. | Chris Lattner | 2008-01-11 | 1 | -18/+3 |
* | Improve tail call optimized call's argument lowering. Before this | Arnold Schwaighofer | 2008-01-11 | 1 | -40/+5 |
* | add a testcase | Chris Lattner | 2008-01-09 | 1 | -5/+16 |
* | add a note that is important for some fp apps. | Chris Lattner | 2008-01-07 | 1 | -0/+21 |
* | Fold comparisons against a constant nan, and optimize ORD/UNORD | Chris Lattner | 2007-12-29 | 1 | -17/+0 |
* | this xform is implemented. | Chris Lattner | 2007-12-29 | 1 | -22/+0 |
* | avoid going through a stack slot to convert from fpstack to xmm reg | Chris Lattner | 2007-12-29 | 1 | -21/+0 |
* | add a note | Chris Lattner | 2007-12-29 | 1 | -1/+41 |
* | add a note. | Chris Lattner | 2007-12-28 | 1 | -0/+32 |
* | add a simple hack | Chris Lattner | 2007-12-24 | 1 | -0/+12 |
* | add an obvious load folding missed optzn. | Chris Lattner | 2007-12-18 | 1 | -0/+21 |
* | add a note | Chris Lattner | 2007-12-05 | 1 | -0/+20 |