aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelLowering.cpp
AgeCommit message (Expand)Author
2006-08-11Eliminate use of getNode that takes a vector.Chris Lattner
2006-08-11eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line.Chris Lattner
2006-07-03These are already implementedAndrew Lenharth
2006-06-27this case isn't handledAndrew Lenharth
2006-06-21Add memory operand and int regsAndrew Lenharth
2006-06-21inline asm, at least for floatsAndrew Lenharth
2006-06-21fix argument problemAndrew Lenharth
2006-06-13It really helps to be returning to the correct placeAndrew Lenharth
2006-06-12Let the alpha breakage begin. First Formals and RET. next CallsAndrew Lenharth
2006-05-16Move this code to a common placeAndrew Lenharth
2006-05-12remove dead variable.Chris Lattner
2006-04-22JumpTable support! What this represents is working asm and jit support forNate Begeman
2006-04-06This may be overconservative, but it lets the new cfe compileAndrew Lenharth
2006-04-06fix some linking problems with the new gccAndrew Lenharth
2006-04-03mul by const conversion sequences. more coming soonAndrew Lenharth
2006-04-02This makes McCat/12-IOtest go 8x faster or soAndrew Lenharth
2006-04-02This will be needed soonAndrew Lenharth
2006-03-17Remove BRTWOWAY*Nate Begeman
2006-03-09fcopysign and get rid of dsnode cruft. custom PA runtimes make this better i...Andrew Lenharth
2006-03-05Copysign needs to be expanded everywhere. Note that Alpha and IA64 shouldChris Lattner
2006-02-13Switch targets over to using SelectionDAG::getCALLSEQ_START to createChris Lattner
2006-02-01Fix some of the stuff in the PPC README file, and clean up legalizationNate Begeman
2006-01-31Allow the specification of explicit alignments for constant pool entries.Evan Cheng
2006-01-29Update alpha to reflect recent constantfp legalize changes. It's not clearChris Lattner
2006-01-28Implement Promote for VAARG, and allow it to be custom promoted for peopleNate Begeman
2006-01-27Switch to AlphaISD::CALL instead of ISD::CALLChris Lattner
2006-01-25oopsAndrew Lenharth
2006-01-25forgot oneAndrew Lenharth
2006-01-25make things compile againAndrew Lenharth
2006-01-25First part of bug 680:Nate Begeman
2006-01-23bye bye Pattern ISELAndrew Lenharth
2006-01-23added stores to lsmarkAndrew Lenharth
2006-01-23fix up more lsmark stuffAndrew Lenharth
2006-01-23yea, lowering this stuff will basically workAndrew Lenharth
2006-01-19typoAndrew Lenharth
2006-01-16stack and rpccAndrew Lenharth
2006-01-16Friendly namesAndrew Lenharth
2006-01-14bswap implementationNate Begeman
2006-01-13expand unsupported stacksave/stackrestore nodesChris Lattner
2006-01-11Add bswap, rotl, and rotr nodesNate Begeman
2006-01-05Had expand logic backward.Jim Laskey
2006-01-05Added initial support for DEBUG_LABEL allowing debug specific labels to beJim Laskey
2005-12-25All that just to lower div and remAndrew Lenharth
2005-12-24All addressing modes are now exposed. The only remaining relocated formsAndrew Lenharth
2005-12-24Let's see if we can break things.Andrew Lenharth
2005-12-21Disengage DEBUG_LOC from non-PPC targets.Jim Laskey
2005-11-30Make typesafe that which isn't: FCMOVxxAndrew Lenharth
2005-11-30FPSelect and more custom loweringAndrew Lenharth
2005-11-30All sorts of stuff.Andrew Lenharth
2005-11-29No targets support line number info yet.Chris Lattner