aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrInfo.td
AgeCommit message (Expand)Author
2013-03-24Clean up Sparc patterns.Jakob Stoklund Olesen
2013-03-24Give Sparc instruction patterns direct types instead of register classes.Jakob Stoklund Olesen
2013-03-23Use direct types in Sparc def : Pat patterns.Jakob Stoklund Olesen
2013-02-05Move MRI liveouts to Sparc return instructions.Jakob Stoklund Olesen
2012-08-24Add missing SDNP properties on the flushw node.Jakob Stoklund Olesen
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-02-21Generate correct Sparc32 ABI compliant code for functions that return a struct.Venkatraman Govindaraju
2011-01-22Added ICC, FCC as uses of movcc instruction to generate correct code when -ma...Venkatraman Govindaraju
2011-01-21Sparc backend: Venkatraman Govindaraju
2011-01-20Sparc backend: Implements a delay slot filler that attempt to fill delay slotsVenkatraman Govindaraju
2011-01-12Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.Venkatraman Govindaraju
2011-01-12Remove SPARC backend getpcx instruction's Uses. Also, insert an assert to Venkatraman Govindaraju
2011-01-12Fix SPARC backend call instruction so that arguments passed through registersVenkatraman Govindaraju
2011-01-11SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CCVenkatraman Govindaraju
2010-12-28Multiple SPARC backend fixes: added Y register; updated select_cc, subx, subx...Venkatraman Govindaraju
2010-12-23Flag -> Glue, the ongoing sagaChris Lattner
2010-08-17Don't call Predicate_* methods directly from Sparc target.Jakob Stoklund Olesen
2010-06-21Remove isTwoAddress from Sparc.Eric Christopher
2010-03-18tidy upChris 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-09-15several major improvements to the sparc backend: support for weak linkageChris Lattner
2009-08-26test commitVenkatraman Govindaraju
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-08-05Major calling convention code refactoring.Dan Gohman
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-03-15Replace all target specific implicit def instructions with a target independe...Evan Cheng
2008-03-13Use SDTNone instead of duplicating it.Dan Gohman
2008-02-27Final de-tabification.Bill Wendling
2008-01-17This commit changes: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-13Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling
2007-11-13Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling
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
2006-11-03remove redundant/dead varsChris Lattner
2006-10-13Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng
2006-10-12adjcallstackup/down clobbers the stack pointerChris Lattner
2006-10-11Add properties to ComplexPattern.Evan Cheng
2006-10-09Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng
2006-09-01Use a couple of multiclass patterns to factor some integer ops.Chris Lattner
2006-09-01remove a bunch of commentsChris Lattner
2006-08-11CALLSEQ_* produces chain even if that's not needed.Evan Cheng
2006-05-09Some notes and thoughts to myselfChris Lattner
2006-02-21The HasNoV9 hack isn't needed here, now that tblgen knows that CustomDAGSched...Chris Lattner
2006-02-17kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBCNate Begeman