summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelLowering.cpp
Commit message (Expand)AuthorAge
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* switch TargetLowering::getConstraintType to take the entire constraint,Chris Lattner2007-03-25
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-07
* Simplify lowering and selection of exception ops.Jim Laskey2007-02-22
* Support to provide exception and selector registers.Jim Laskey2007-02-21
* return addresses, those I already haveAndrew Lenharth2007-02-08
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-29
* Make LABEL a builtin opcode.Jim Laskey2007-01-26
* FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth2007-01-24
* For PR950:Reid Spencer2006-12-31
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* silence warnings.Chris Lattner2006-11-03
* For PR786:Reid Spencer2006-11-02
* fix 2006-11-01-vastart.llAndrew Lenharth2006-11-02
* Add all that branch mangling niftinessAndrew Lenharth2006-10-31
* All targets expand BR_JT for now.Evan Cheng2006-10-30
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-13
* Reduce the amount of state in the lowering code and drop old pattern ISel fun...Andrew Lenharth2006-10-11
* Jimptables working again on alpha.Andrew Lenharth2006-10-11
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-09
* Alpha uses a gotChris Lattner2006-10-06
* Make use of getStore().Evan Cheng2006-10-05
* Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng2006-10-04
* Fix jump tables to match gcc (and the ABI and whatnot)Andrew Lenharth2006-09-24
* Jump tables on AlphaAndrew Lenharth2006-09-18
* Reflects MachineConstantPoolEntry changes.Evan Cheng2006-09-12
* jmp_bufs are this big on alpha.Andrew Lenharth2006-09-05
* Eliminate use of getNode that takes a vector.Chris Lattner2006-08-11
* eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line.Chris Lattner2006-08-11
* These are already implementedAndrew Lenharth2006-07-03
* this case isn't handledAndrew Lenharth2006-06-27
* Add memory operand and int regsAndrew Lenharth2006-06-21
* inline asm, at least for floatsAndrew Lenharth2006-06-21
* fix argument problemAndrew Lenharth2006-06-21
* It really helps to be returning to the correct placeAndrew Lenharth2006-06-13
* Let the alpha breakage begin. First Formals and RET. next CallsAndrew Lenharth2006-06-12
* Move this code to a common placeAndrew Lenharth2006-05-16
* remove dead variable.Chris Lattner2006-05-12
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-22
* This may be overconservative, but it lets the new cfe compileAndrew Lenharth2006-04-06
* fix some linking problems with the new gccAndrew Lenharth2006-04-06
* mul by const conversion sequences. more coming soonAndrew Lenharth2006-04-03
* This makes McCat/12-IOtest go 8x faster or soAndrew Lenharth2006-04-02
* This will be needed soonAndrew Lenharth2006-04-02
* Remove BRTWOWAY*Nate Begeman2006-03-17
* fcopysign and get rid of dsnode cruft. custom PA runtimes make this better i...Andrew Lenharth2006-03-09
* Copysign needs to be expanded everywhere. Note that Alpha and IA64 shouldChris Lattner2006-03-05
* Switch targets over to using SelectionDAG::getCALLSEQ_START to createChris Lattner2006-02-13
* Fix some of the stuff in the PPC README file, and clean up legalizationNate Begeman2006-02-01