aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaInstrInfo.td
AgeCommit message (Expand)Author
2010-12-23Flag -> Glue, the ongoing sagaChris Lattner
2010-06-21Remove isTwoAddress from Alpha.Eric Christopher
2010-05-14BR is a barrier.Dan Gohman
2010-03-18use ins/outs.Chris Lattner
2010-03-15add some missing typesChris Lattner
2010-03-08tidy upChris Lattner
2010-02-23remove a bunch of dead named arguments in input patterns,Chris Lattner
2009-11-11Set isBarrier = 1 on return instructions, as they are control barriers.Dan Gohman
2009-10-29Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman
2009-08-08move this fp select into a patternAndrew Lenharth
2009-05-13Add an int64_t variant of abs, for host environmentsDale Johannesen
2009-03-19Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman
2008-12-14silence warning when asserts disabled.Chris Lattner
2008-12-03Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman
2008-11-11This shouldn't be necessaryAndrew Lenharth
2008-10-11Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner
2008-09-12Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman
2008-08-20Tablegen generated code already tests the opcode value, so it's notDan Gohman
2008-07-27Rename SDOperand to SDValue.Dan Gohman
2008-06-25Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang
2008-03-15Replace all target specific implicit def instructions with a target independe...Evan Cheng
2008-02-27Final de-tabification.Bill Wendling
2008-02-21Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth
2008-02-16llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth
2008-01-15rename SDTRet -> SDTNone.Chris Lattner
2008-01-10get def use info more correct.Chris Lattner
2008-01-06rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner
2008-01-06Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-12Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng
2007-11-27something wrong with this optAndrew Lenharth
2007-11-13Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling
2007-11-13Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling
2007-11-12Add a flag for indirect branch instructions.Owen Anderson
2007-09-11Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng
2007-07-21No more noResults.Evan Cheng
2007-07-19Change instruction description to split OperandList into OutOperandList andEvan Cheng
2007-04-17Use this nifty Constraints thing and fix the inverted conditional movesAndrew Lenharth
2007-01-24FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth
2006-12-07Be sure to grab weak functions too, and make implicit defs commentsAndrew Lenharth
2006-11-03silence warnings.Chris Lattner
2006-11-02fix 2006-11-01-vastart.llAndrew Lenharth
2006-10-31more shotenningAndrew Lenharth
2006-10-31Let us play simplify the td file (and fix a few missed sub and mul patterns).Andrew Lenharth
2006-10-31Add all that branch mangling niftinessAndrew Lenharth
2006-10-13Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng
2006-10-12adjcallstack up/down clobbers the spChris Lattner
2006-10-11Use cute tblgen tricks to make zap handling more powerful. Specifically,Chris Lattner
2006-10-11Remove dead/redundant instructions. These are handled by ZAPNOTiChris Lattner
2006-10-09Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng