aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-111-2/+4
* No more noResults.Evan Cheng2007-07-211-4/+2
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-102/+102
* remove redundant/dead varsChris Lattner2006-11-031-2/+0
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-131-6/+6
* adjcallstackup/down clobbers the stack pointerChris Lattner2006-10-121-2/+2
* Add properties to ComplexPattern.Evan Cheng2006-10-111-2/+2
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-091-16/+16
* Use a couple of multiclass patterns to factor some integer ops.Chris Lattner2006-09-011-135/+49
* remove a bunch of commentsChris Lattner2006-09-011-54/+0
* CALLSEQ_* produces chain even if that's not needed.Evan Cheng2006-08-111-2/+4
* Some notes and thoughts to myselfChris Lattner2006-05-091-7/+7
* The HasNoV9 hack isn't needed here, now that tblgen knows that CustomDAGSched...Chris Lattner2006-02-211-3/+2
* kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBCNate Begeman2006-02-171-6/+18
* Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r...Chris Lattner2006-02-101-4/+10
* Update to new-style flags usage, simplifying the .td fileChris Lattner2006-02-101-27/+25
* add an option to turn on LSR.Chris Lattner2006-02-091-0/+56
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-051-74/+74
* %fcc is not an alias for %fcc0Chris Lattner2006-02-021-4/+4
* correct an opcodeChris Lattner2006-02-021-2/+2
* add conditional moves of float and double values on int/fp condition codes.Chris Lattner2006-01-311-6/+27
* treat conditional branches the same way as conditional moves (giving themChris Lattner2006-01-311-92/+11
* compactify all of the integer conditional moves into one instruction that takesChris Lattner2006-01-311-88/+25
* Add immediate forms of integer cmovsChris Lattner2006-01-311-6/+49