summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrInfo.td
Commit message (Expand)AuthorAge
...
* 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
* %fcc is not an alias for %fcc0Chris Lattner2006-02-02
* correct an opcodeChris Lattner2006-02-02
* add conditional moves of float and double values on int/fp condition codes.Chris Lattner2006-01-31
* treat conditional branches the same way as conditional moves (giving themChris Lattner2006-01-31
* compactify all of the integer conditional moves into one instruction that takesChris Lattner2006-01-31
* Add immediate forms of integer cmovsChris Lattner2006-01-31
* ShrinkifyChris Lattner2006-01-31
* Add the full complement of conditional moves of integer registers.Chris Lattner2006-01-31
* Revamp the ICC/FCC reading instructions to be parameterized in terms of theChris Lattner2006-01-30
* Compile:Chris Lattner2006-01-30
* When in v9 mode, emit fabsd/fnegd/fmovdChris Lattner2006-01-30
* First step towards V9 instructions in the V8 backend, two conditional moveChris Lattner2006-01-30
* Use V8ISD::CALL instead of ISD::CALLChris Lattner2006-01-27
* PHI and INLINEASM are now built-in instructions provided by Target.tdChris Lattner2006-01-27
* Don't print a label for the first MBB in a function.Chris Lattner2006-01-15
* Fix branches on FP comparesChris Lattner2006-01-12
* Use Evan's outflag stuff to implement V8cmpicc. This allows us to write aChris Lattner2006-01-11