summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-131-21/+18
* Reduce the amount of state in the lowering code and drop old pattern ISel fun...Andrew Lenharth2006-10-111-18/+7
* Jimptables working again on alpha.Andrew Lenharth2006-10-111-10/+8
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-091-13/+13
* Alpha uses a gotChris Lattner2006-10-061-0/+2
* Make use of getStore().Evan Cheng2006-10-051-12/+8
* Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng2006-10-041-10/+10
* Fix jump tables to match gcc (and the ABI and whatnot)Andrew Lenharth2006-09-241-0/+4
* Jump tables on AlphaAndrew Lenharth2006-09-181-1/+19
* Reflects MachineConstantPoolEntry changes.Evan Cheng2006-09-121-1/+1
* jmp_bufs are this big on alpha.Andrew Lenharth2006-09-051-0/+3
* Eliminate use of getNode that takes a vector.Chris Lattner2006-08-111-1/+1
* eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line.Chris Lattner2006-08-111-4/+6
* These are already implementedAndrew Lenharth2006-07-031-4/+0
* this case isn't handledAndrew Lenharth2006-06-271-0/+2
* Add memory operand and int regsAndrew Lenharth2006-06-211-0/+14
* inline asm, at least for floatsAndrew Lenharth2006-06-211-0/+39
* fix argument problemAndrew Lenharth2006-06-211-1/+5
* It really helps to be returning to the correct placeAndrew Lenharth2006-06-131-6/+9
* Let the alpha breakage begin. First Formals and RET. next CallsAndrew Lenharth2006-06-121-64/+77
* Move this code to a common placeAndrew Lenharth2006-05-161-148/+4
* remove dead variable.Chris Lattner2006-05-121-1/+0
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-0/+1
* This may be overconservative, but it lets the new cfe compileAndrew Lenharth2006-04-061-1/+2
* fix some linking problems with the new gccAndrew Lenharth2006-04-061-1/+3
* mul by const conversion sequences. more coming soonAndrew Lenharth2006-04-031-1/+1
* This makes McCat/12-IOtest go 8x faster or soAndrew Lenharth2006-04-021-2/+14
* This will be needed soonAndrew Lenharth2006-04-021-1/+146
* Remove BRTWOWAY*Nate Begeman2006-03-171-2/+0
* fcopysign and get rid of dsnode cruft. custom PA runtimes make this better i...Andrew Lenharth2006-03-091-165/+0
* Copysign needs to be expanded everywhere. Note that Alpha and IA64 shouldChris Lattner2006-03-051-0/+4
* Switch targets over to using SelectionDAG::getCALLSEQ_START to createChris Lattner2006-02-131-2/+2
* Fix some of the stuff in the PPC README file, and clean up legalizationNate Begeman2006-02-011-0/+2
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-311-2/+3
* Update alpha to reflect recent constantfp legalize changes. It's not clearChris Lattner2006-01-291-0/+2
* Implement Promote for VAARG, and allow it to be custom promoted for peopleNate Begeman2006-01-281-0/+11
* Switch to AlphaISD::CALL instead of ISD::CALLChris Lattner2006-01-271-2/+6
* oopsAndrew Lenharth2006-01-251-1/+1
* forgot oneAndrew Lenharth2006-01-251-0/+1
* make things compile againAndrew Lenharth2006-01-251-0/+4
* First part of bug 680:Nate Begeman2006-01-251-74/+70
* bye bye Pattern ISELAndrew Lenharth2006-01-231-3/+3
* added stores to lsmarkAndrew Lenharth2006-01-231-0/+51
* fix up more lsmark stuffAndrew Lenharth2006-01-231-1/+10
* yea, lowering this stuff will basically workAndrew Lenharth2006-01-231-1/+107
* typoAndrew Lenharth2006-01-191-1/+2
* stack and rpccAndrew Lenharth2006-01-161-1/+4
* Friendly namesAndrew Lenharth2006-01-161-0/+15
* bswap implementationNate Begeman2006-01-141-0/+1
* expand unsupported stacksave/stackrestore nodesChris Lattner2006-01-131-0/+4
OpenPOWER on IntegriCloud