aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrInfo.td
AgeCommit message (Expand)Author
2008-10-11Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner
2008-09-12Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman
2008-03-15Replace all target specific implicit def instructions with a target independe...Evan Cheng
2008-03-13Use SDTNone instead of duplicating it.Dan Gohman
2008-02-27Final de-tabification.Bill Wendling
2008-01-17This commit changes:Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-12Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng
2007-11-13Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling
2007-11-13Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling
2007-09-11Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng
2007-07-21No more noResults.Evan Cheng
2007-07-19Change instruction description to split OperandList into OutOperandList andEvan Cheng
2006-11-03remove redundant/dead varsChris Lattner
2006-10-13Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng
2006-10-12adjcallstackup/down clobbers the stack pointerChris Lattner
2006-10-11Add properties to ComplexPattern.Evan Cheng
2006-10-09Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng
2006-09-01Use a couple of multiclass patterns to factor some integer ops.Chris Lattner
2006-09-01remove a bunch of commentsChris Lattner
2006-08-11CALLSEQ_* produces chain even if that's not needed.Evan Cheng
2006-05-09Some notes and thoughts to myselfChris Lattner
2006-02-21The HasNoV9 hack isn't needed here, now that tblgen knows that CustomDAGSched...Chris Lattner
2006-02-17kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBCNate Begeman
2006-02-10Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r...Chris Lattner
2006-02-10Update to new-style flags usage, simplifying the .td fileChris Lattner
2006-02-09add an option to turn on LSR.Chris Lattner
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner
2006-02-02%fcc is not an alias for %fcc0Chris Lattner
2006-02-02correct an opcodeChris Lattner
2006-01-31add conditional moves of float and double values on int/fp condition codes.Chris Lattner
2006-01-31treat conditional branches the same way as conditional moves (giving themChris Lattner
2006-01-31compactify all of the integer conditional moves into one instruction that takesChris Lattner
2006-01-31Add immediate forms of integer cmovsChris Lattner
2006-01-31ShrinkifyChris Lattner
2006-01-31Add the full complement of conditional moves of integer registers.Chris Lattner
2006-01-30Revamp the ICC/FCC reading instructions to be parameterized in terms of theChris Lattner
2006-01-30Compile:Chris Lattner
2006-01-30When in v9 mode, emit fabsd/fnegd/fmovdChris Lattner
2006-01-30First step towards V9 instructions in the V8 backend, two conditional moveChris Lattner
2006-01-27Use V8ISD::CALL instead of ISD::CALLChris Lattner
2006-01-27PHI and INLINEASM are now built-in instructions provided by Target.tdChris Lattner
2006-01-15Don't print a label for the first MBB in a function.Chris Lattner
2006-01-12Fix branches on FP comparesChris Lattner
2006-01-11Use Evan's outflag stuff to implement V8cmpicc. This allows us to write aChris Lattner
2006-01-11Unbreak ret void :-/Chris Lattner
2006-01-11Write this pattern in canonical form, allowing more patterns to match.Chris Lattner
2006-01-09New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replaceEvan Cheng
2005-12-26Added field noResults to Instruction.Evan Cheng
2005-12-23* Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead.Evan Cheng