summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrInfo.td
Commit message (Expand)AuthorAge
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-21
* Fix patterns for 64-bit pointers.Jakob Stoklund Olesen2013-04-14
* Add SPARC v9 support for select on 64-bit compares.Jakob Stoklund Olesen2013-04-04
* Add 64-bit compare + branch for SPARC v9.Jakob Stoklund Olesen2013-04-03
* Add 64-bit shift instructions.Jakob Stoklund Olesen2013-04-02
* Add predicates for distinguishing 32-bit and 64-bit modes.Jakob Stoklund Olesen2013-04-02
* Add an I64Regs register class for 64-bit registers.Jakob Stoklund Olesen2013-04-02
* Clean up Sparc patterns.Jakob Stoklund Olesen2013-03-24
* Give Sparc instruction patterns direct types instead of register classes.Jakob Stoklund Olesen2013-03-24
* Use direct types in Sparc def : Pat patterns.Jakob Stoklund Olesen2013-03-23
* Move MRI liveouts to Sparc return instructions.Jakob Stoklund Olesen2013-02-05
* Add missing SDNP properties on the flushw node.Jakob Stoklund Olesen2012-08-24
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Generate correct Sparc32 ABI compliant code for functions that return a struct.Venkatraman Govindaraju2011-02-21
* Added ICC, FCC as uses of movcc instruction to generate correct code when -ma...Venkatraman Govindaraju2011-01-22
* Sparc backend: Venkatraman Govindaraju2011-01-21
* Sparc backend: Implements a delay slot filler that attempt to fill delay slotsVenkatraman Govindaraju2011-01-20
* Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.Venkatraman Govindaraju2011-01-12
* Remove SPARC backend getpcx instruction's Uses. Also, insert an assert to Venkatraman Govindaraju2011-01-12
* Fix SPARC backend call instruction so that arguments passed through registersVenkatraman Govindaraju2011-01-12
* SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CCVenkatraman Govindaraju2011-01-11
* Multiple SPARC backend fixes: added Y register; updated select_cc, subx, subx...Venkatraman Govindaraju2010-12-28
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-23
* Don't call Predicate_* methods directly from Sparc target.Jakob Stoklund Olesen2010-08-17
* Remove isTwoAddress from Sparc.Eric Christopher2010-06-21
* tidy upChris Lattner2010-03-18
* Set isBarrier = 1 on return instructions, as they are control barriers.Dan Gohman2009-11-11
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* several major improvements to the sparc backend: support for weak linkageChris Lattner2009-09-15
* test commitVenkatraman Govindaraju2009-08-26
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Major calling convention code refactoring.Dan Gohman2009-08-05
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-11
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-15
* Use SDTNone instead of duplicating it.Dan Gohman2008-03-13
* Final de-tabification.Bill Wendling2008-02-27
* This commit changes:Chris Lattner2008-01-17
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng2007-12-12
* Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling2007-11-13
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-13
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-11
* No more noResults.Evan Cheng2007-07-21
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-19
* remove redundant/dead varsChris Lattner2006-11-03
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-13
* adjcallstackup/down clobbers the stack pointerChris Lattner2006-10-12
* Add properties to ComplexPattern.Evan Cheng2006-10-11