aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelLowering.cpp
AgeCommit message (Expand)Author
2007-02-22Simplify lowering and selection of exception ops.Jim Laskey
2007-02-21Support to provide exception and selector registers.Jim Laskey
2007-02-08return addresses, those I already haveAndrew Lenharth
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-29Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2007-01-24FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth
2006-12-31For PR950:Reid Spencer
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-11-03silence warnings.Chris Lattner
2006-11-02For PR786:Reid Spencer
2006-11-02fix 2006-11-01-vastart.llAndrew Lenharth
2006-10-31Add all that branch mangling niftinessAndrew Lenharth
2006-10-30All targets expand BR_JT for now.Evan Cheng
2006-10-13Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng
2006-10-11Reduce the amount of state in the lowering code and drop old pattern ISel fun...Andrew Lenharth
2006-10-11Jimptables working again on alpha.Andrew Lenharth
2006-10-09Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng
2006-10-06Alpha uses a gotChris Lattner
2006-10-05Make use of getStore().Evan Cheng
2006-10-04Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng
2006-09-24Fix jump tables to match gcc (and the ABI and whatnot)Andrew Lenharth
2006-09-18Jump tables on AlphaAndrew Lenharth
2006-09-12Reflects MachineConstantPoolEntry changes.Evan Cheng
2006-09-05jmp_bufs are this big on alpha.Andrew Lenharth
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