| Commit message (Expand) | Author | Age | Files | Lines |
| * | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck | 2010-11-23 | 1 | -2/+2 |
| * | add a readme. | Chris Lattner | 2010-09-19 | 1 | -0/+25 |
| * | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman | 2010-03-02 | 1 | -1/+1 |
| * | Add the problem I just hacked around in 96015/96020. | Dale Johannesen | 2010-02-12 | 1 | -0/+17 |
| * | move PR5945 here. | Chris Lattner | 2010-01-24 | 1 | -0/+29 |
| * | change the canonical form of "cond ? -1 : 0" to be | Chris Lattner | 2010-01-24 | 1 | -8/+5 |
| * | add a note | Chris Lattner | 2010-01-23 | 1 | -0/+29 |
| * | constant materialization could be improved. | Chris Lattner | 2010-01-07 | 1 | -0/+33 |
| * | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
| * | clarify: stub emission depends on the version of the linker you use, it has n... | Chris Lattner | 2009-07-02 | 1 | -5/+4 |
| * | Add darwin stub removal to wishlist. | Dale Johannesen | 2009-07-01 | 1 | -0/+11 |
| * | Move some former testcases (low-probability codegen | Dale Johannesen | 2008-11-17 | 1 | -0/+45 |
| * | Implement ISD::TRAP support on PPC | Nate Begeman | 2008-08-11 | 1 | -1/+0 |
| * | add a note | Chris Lattner | 2008-03-02 | 1 | -0/+39 |
| * | Evan implemented this. | Chris Lattner | 2008-03-02 | 1 | -23/+0 |
| * | additional missing feature | Nate Begeman | 2008-02-11 | 1 | -0/+1 |
| * | If someone wants to implement ppc TRAP, they can go for it :) | Chris Lattner | 2008-01-15 | 1 | -0/+1 |
| * | Finally implement correct ordered comparisons for PPC, even though | Chris Lattner | 2008-01-08 | 1 | -0/+29 |
| * | implement __builtin_return_addr(0) on ppc. | Chris Lattner | 2007-12-08 | 1 | -1/+0 |
| * | Add some notes about better flag handling. | Chris Lattner | 2007-09-10 | 1 | -1/+29 |
| * | new example | Chris Lattner | 2007-08-23 | 1 | -0/+17 |
| * | add a note | Chris Lattner | 2007-03-31 | 1 | -0/+23 |
| * | add a note | Chris Lattner | 2007-03-25 | 1 | -0/+1 |
| * | add a note | Chris Lattner | 2007-03-25 | 1 | -0/+13 |
| * | add a note | Chris Lattner | 2007-02-09 | 1 | -0/+29 |
| * | Remove fixed item | Nate Begeman | 2007-02-09 | 1 | -26/+0 |
| * | A relatively simple PPC optimization. | Chris Lattner | 2007-01-31 | 1 | -0/+27 |
| * | Update some of the llvm in the readme | Nate Begeman | 2007-01-29 | 1 | -25/+23 |
| * | move contents of PR587 to here. | Chris Lattner | 2007-01-18 | 1 | -0/+45 |
| * | Rewrite the branch selector to be correct in the face of large functions. | Chris Lattner | 2006-11-18 | 1 | -5/+0 |
| * | add note about ugly codegen with preinc | Chris Lattner | 2006-11-10 | 1 | -0/+29 |
| * | add a note from viterbi | Chris Lattner | 2006-11-07 | 1 | -0/+29 |
| * | this doesn't occur any more in mason | Chris Lattner | 2006-10-27 | 1 | -19/+0 |
| * | the code in question is now: | Chris Lattner | 2006-10-27 | 1 | -30/+0 |
| * | add note | Chris Lattner | 2006-10-13 | 1 | -0/+19 |
| * | Fold AND and ROTL more often | Nate Begeman | 2006-09-22 | 1 | -34/+0 |
| * | item done | Chris Lattner | 2006-09-20 | 1 | -6/+0 |
| * | This is already done | Chris Lattner | 2006-09-20 | 1 | -8/+0 |
| * | Two improvements: | Chris Lattner | 2006-09-20 | 1 | -21/+0 |
| * | Add a note that we should match rlwnm better | Chris Lattner | 2006-09-20 | 1 | -0/+34 |
| * | add a note | Chris Lattner | 2006-09-14 | 1 | -0/+25 |
| * | Add a note | Chris Lattner | 2006-07-14 | 1 | -0/+9 |
| * | Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswaps | Chris Lattner | 2006-07-10 | 1 | -5/+0 |
| * | Add a note about a note | Chris Lattner | 2006-05-17 | 1 | -0/+4 |
| * | Yet more readme updating | Nate Begeman | 2006-05-08 | 1 | -36/+22 |
| * | New note about something bad happening in target independent optimizers | Nate Begeman | 2006-05-08 | 1 | -2/+18 |
| * | Proving once again that I am not as smart as the compiler | Nate Begeman | 2006-05-08 | 1 | -2/+1 |
| * | Fold more shifts into inserts, and update the README | Nate Begeman | 2006-05-08 | 1 | -4/+11 |
| * | Update some stuff now that the new rlwimi code has gone in | Nate Begeman | 2006-05-08 | 1 | -69/+0 |
| * | New note, Nate, please check to see if I'm full of it :) | Chris Lattner | 2006-05-05 | 1 | -0/+33 |