aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/README.txt
AgeCommit message (Expand)Author
2013-03-27Remove "gpr0 allocation" from the PPC README TODO listHal Finkel
2012-06-08Remove the TODO statement in the PPC README re: CTR loopsHal Finkel
2010-11-23Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck
2010-09-19add a readme.Chris Lattner
2010-03-02Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman
2010-02-12Add the problem I just hacked around in 96015/96020.Dale Johannesen
2010-01-24move PR5945 here.Chris Lattner
2010-01-24change the canonical form of "cond ? -1 : 0" to be Chris Lattner
2010-01-23add a noteChris Lattner
2010-01-07constant materialization could be improved.Chris Lattner
2009-07-24Remove the IA-64 backend.Dan Gohman
2009-07-02clarify: stub emission depends on the version of the linker you use, it has n...Chris Lattner
2009-07-01Add darwin stub removal to wishlist.Dale Johannesen
2008-11-17Move some former testcases (low-probability codegenDale Johannesen
2008-08-11Implement ISD::TRAP support on PPCNate Begeman
2008-03-02add a noteChris Lattner
2008-03-02Evan implemented this.Chris Lattner
2008-02-11additional missing featureNate Begeman
2008-01-15If someone wants to implement ppc TRAP, they can go for it :)Chris Lattner
2008-01-08Finally implement correct ordered comparisons for PPC, even thoughChris Lattner
2007-12-08implement __builtin_return_addr(0) on ppc.Chris Lattner
2007-09-10Add some notes about better flag handling.Chris Lattner
2007-08-23new exampleChris Lattner
2007-03-31add a noteChris Lattner
2007-03-25add a noteChris Lattner
2007-03-25add a noteChris Lattner
2007-02-09add a noteChris Lattner
2007-02-09Remove fixed itemNate Begeman
2007-01-31A relatively simple PPC optimization.Chris Lattner
2007-01-29Update some of the llvm in the readmeNate Begeman
2007-01-18move contents of PR587 to here.Chris Lattner
2006-11-18Rewrite the branch selector to be correct in the face of large functions.Chris Lattner
2006-11-10add note about ugly codegen with preincChris Lattner
2006-11-07add a note from viterbiChris Lattner
2006-10-27this doesn't occur any more in masonChris Lattner
2006-10-27the code in question is now:Chris Lattner
2006-10-13add noteChris Lattner
2006-09-22Fold AND and ROTL more oftenNate Begeman
2006-09-20item doneChris Lattner
2006-09-20This is already doneChris Lattner
2006-09-20Two improvements:Chris Lattner
2006-09-20Add a note that we should match rlwnm betterChris Lattner
2006-09-14add a noteChris Lattner
2006-07-14Add a noteChris Lattner
2006-07-10Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswapsChris Lattner
2006-05-17Add a note about a noteChris Lattner
2006-05-08Yet more readme updatingNate Begeman
2006-05-08New note about something bad happening in target independent optimizersNate Begeman
2006-05-08Proving once again that I am not as smart as the compilerNate Begeman
2006-05-08Fold more shifts into inserts, and update the READMENate Begeman