summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrInfo.td
Commit message (Expand)AuthorAge
* 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
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-09
* Use a couple of multiclass patterns to factor some integer ops.Chris Lattner2006-09-01
* remove a bunch of commentsChris Lattner2006-09-01
* CALLSEQ_* produces chain even if that's not needed.Evan Cheng2006-08-11
* Some notes and thoughts to myselfChris Lattner2006-05-09
* The HasNoV9 hack isn't needed here, now that tblgen knows that CustomDAGSched...Chris Lattner2006-02-21
* kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBCNate Begeman2006-02-17
* Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r...Chris Lattner2006-02-10
* Update to new-style flags usage, simplifying the .td fileChris Lattner2006-02-10
* add an option to turn on LSR.Chris Lattner2006-02-09
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-05