aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* [Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc bac...Venkatraman Govindaraju2013-06-081-13/+0
* [Sparc]: Use cmp instruction instead of subcc to compare integers.Venkatraman Govindaraju2013-06-071-8/+15
* Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju2013-06-041-24/+24
* Sparc: Add support for indirect branch and blockaddress in Sparc backend.Venkatraman Govindaraju2013-06-031-0/+20
* Sparc: When storing 0, use %g0 directly in the store instruction instead ofVenkatraman Govindaraju2013-06-031-0/+4
* Implement SPselectfcc for i64 operands.Jakob Stoklund Olesen2013-05-191-26/+25
* Handle i64 FrameIndex nodes in SPARC v9 mode.Jakob Stoklund Olesen2013-05-191-1/+1
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-211-2/+1
* Fix patterns for 64-bit pointers.Jakob Stoklund Olesen2013-04-141-4/+2
* Add SPARC v9 support for select on 64-bit compares.Jakob Stoklund Olesen2013-04-041-0/+1
* Add 64-bit compare + branch for SPARC v9.Jakob Stoklund Olesen2013-04-031-0/+1
* Add 64-bit shift instructions.Jakob Stoklund Olesen2013-04-021-0/+2
* Add predicates for distinguishing 32-bit and 64-bit modes.Jakob Stoklund Olesen2013-04-021-0/+6
* Add an I64Regs register class for 64-bit registers.Jakob Stoklund Olesen2013-04-021-10/+10
* Clean up Sparc patterns.Jakob Stoklund Olesen2013-03-241-5/+5
* Give Sparc instruction patterns direct types instead of register classes.Jakob Stoklund Olesen2013-03-241-81/+68
* Use direct types in Sparc def : Pat patterns.Jakob Stoklund Olesen2013-03-231-10/+10
* Move MRI liveouts to Sparc return instructions.Jakob Stoklund Olesen2013-02-051-1/+1
* Add missing SDNP properties on the flushw node.Jakob Stoklund Olesen2012-08-241-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-3/+3
* Generate correct Sparc32 ABI compliant code for functions that return a struct.Venkatraman Govindaraju2011-02-211-6/+12
* Added ICC, FCC as uses of movcc instruction to generate correct code when -ma...Venkatraman Govindaraju2011-01-221-42/+51
* Sparc backend: Venkatraman Govindaraju2011-01-211-6/+11
* Sparc backend: Implements a delay slot filler that attempt to fill delay slotsVenkatraman Govindaraju2011-01-201-1/+5
* Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.Venkatraman Govindaraju2011-01-121-0/+9
* Remove SPARC backend getpcx instruction's Uses. Also, insert an assert to Venkatraman Govindaraju2011-01-121-1/+1
* Fix SPARC backend call instruction so that arguments passed through registersVenkatraman Govindaraju2011-01-121-6/+7
* SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CCVenkatraman Govindaraju2011-01-111-15/+19
* Multiple SPARC backend fixes: added Y register; updated select_cc, subx, subx...Venkatraman Govindaraju2010-12-281-19/+30
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-10/+10
* Don't call Predicate_* methods directly from Sparc target.Jakob Stoklund Olesen2010-08-171-10/+2
* Remove isTwoAddress from Sparc.Eric Christopher2010-06-211-1/+1
* tidy upChris Lattner2010-03-181-2/+2
* Set isBarrier = 1 on return instructions, as they are control barriers.Dan Gohman2009-11-111-1/+1
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-4/+4
* several major improvements to the sparc backend: support for weak linkageChris Lattner2009-09-151-22/+39
* test commitVenkatraman Govindaraju2009-08-261-1/+1
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-2/+2
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-2/+2
* Major calling convention code refactoring.Dan Gohman2009-08-051-2/+0
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-111-2/+2
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-5/+9
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-10/+0
* Use SDTNone instead of duplicating it.Dan Gohman2008-03-131-2/+1
* Final de-tabification.Bill Wendling2008-02-271-2/+2
* This commit changes:Chris Lattner2008-01-171-6/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng2007-12-121-0/+3
* Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling2007-11-131-5/+5
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-131-7/+10