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