Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC...
[oota-llvm.git] / lib / Target / Sparc / SparcInstrInfo.td
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-02-21 Venkatraman Govind... Generate correct Sparc32 ABI compliant code for functio...
2011-01-22 Venkatraman Govind... Added ICC, FCC as uses of movcc instruction to generate...
2011-01-21 Venkatraman Govind... Sparc backend:
2011-01-20 Venkatraman Govind... Sparc backend: Implements a delay slot filler that...
2011-01-12 Venkatraman Govind... Implement RETURNADDR and FRAMEADDR lowering in SPARC...
2011-01-12 Venkatraman Govind... Remove SPARC backend getpcx instruction's Uses. Also...
2011-01-12 Venkatraman Govind... Fix SPARC backend call instruction so that arguments...
2011-01-11 Venkatraman Govind... SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC
2010-12-28 Venkatraman Govind... Multiple SPARC backend fixes: added Y register; updated...
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-08-17 Jakob Stoklund OlesenDon't call Predicate_* methods directly from Sparc...
2010-06-21 Eric ChristopherRemove isTwoAddress from Sparc.
2010-03-18 Chris Lattnertidy up
2009-11-11 Dan GohmanSet isBarrier = 1 on return instructions, as they are...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-09-15 Chris Lattnerseveral major improvements to the sparc backend: suppor...
2009-08-26 Venkatraman Govind... test commit
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-03-13 Dan GohmanUse SDTNone instead of duplicating it.
2008-02-27 Bill WendlingFinal de-tabification.
2008-01-17 Chris LattnerThis commit changes:
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-11-13 Bill WendlingUnifacalize the CALLSEQ{START,END} stuff.
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-07-21 Evan ChengNo more noResults.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2006-11-03 Chris Lattnerremove redundant/dead vars
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-12 Chris Lattneradjcallstackup/down clobbers the stack pointer
2006-10-11 Evan ChengAdd properties to ComplexPattern.
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-09-01 Chris LattnerUse a couple of multiclass patterns to factor some...
2006-09-01 Chris Lattnerremove a bunch of comments
2006-08-11 Evan ChengCALLSEQ_* produces chain even if that's not needed.
2006-05-09 Chris LattnerSome notes and thoughts to myself
2006-02-21 Chris LattnerThe HasNoV9 hack isn't needed here, now that tblgen...
2006-02-17 Nate Begemankill ADD_PARTS & SUB_PARTS and replace them with fancy...
2006-02-10 Chris LattnerUse the auto-generated call matcher. Remove a broken...
2006-02-10 Chris LattnerUpdate to new-style flags usage, simplifying the .td...
2006-02-09 Chris Lattneradd an option to turn on LSR.
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2006-02-02 Chris Lattner%fcc is not an alias for %fcc0
2006-02-02 Chris Lattnercorrect an opcode
2006-01-31 Chris Lattneradd conditional moves of float and double values on...
2006-01-31 Chris Lattnertreat conditional branches the same way as conditional...
2006-01-31 Chris Lattnercompactify all of the integer conditional moves into...
2006-01-31 Chris LattnerAdd immediate forms of integer cmovs
2006-01-31 Chris LattnerShrinkify
2006-01-31 Chris LattnerAdd the full complement of conditional moves of integer...
2006-01-30 Chris LattnerRevamp the ICC/FCC reading instructions to be parameter...
2006-01-30 Chris LattnerCompile:
2006-01-30 Chris LattnerWhen in v9 mode, emit fabsd/fnegd/fmovd
2006-01-30 Chris LattnerFirst step towards V9 instructions in the V8 backend...
2006-01-27 Chris LattnerUse V8ISD::CALL instead of ISD::CALL
2006-01-27 Chris LattnerPHI and INLINEASM are now built-in instructions provide...
2006-01-15 Chris LattnerDon't print a label for the first MBB in a function.
2006-01-12 Chris LattnerFix branches on FP compares
2006-01-11 Chris LattnerUse Evan's outflag stuff to implement V8cmpicc. This...
2006-01-11 Chris LattnerUnbreak ret void :-/
2006-01-11 Chris LattnerWrite this pattern in canonical form, allowing more...
2006-01-09 Evan ChengNew DAG node properties SNDPInFlag, SNDPOutFlag, and...
2005-12-26 Evan ChengAdded field noResults to Instruction.
2005-12-23 Evan Cheng* Removed the use of FLAG. Now use hasFlagIn and hasFla...
2005-12-23 Chris Lattnerfix the int<->fp instructions, which apparently take...
2005-12-22 Chris Lattnerclean up .td file by using evan's new FLAG thing
2005-12-19 Chris LattnerCorrect bool truncstore operand order
2005-12-19 Chris Lattneradd the other bool zextload as well
2005-12-19 Chris Lattnerimplement zextload bool
2005-12-19 Chris LattnerFix syntax for indirect calls. This fixes Olden/mst
2005-12-19 Chris Lattnerapparently rdy isn't actually a psuedo instruction...
2005-12-19 Chris Lattneradd fneg/fabs support for doubles
2005-12-19 Chris Lattneradd bool truncstores
2005-12-18 Chris LattnerConfigure the asmwriter to allow constant pools to...
2005-12-18 Chris Lattneradd support for integer extloads
2005-12-18 Chris LattnerAdd support for undef
2005-12-18 Chris LattnerChange return lowering so that we can autogen the match...
2005-12-18 Chris LattnerImplement Calls for V8. This would be completely autog...
2005-12-18 Chris LattnerPush ops list, asm string, and pattern all the way...
2005-12-18 Chris LattnerGive V8 select_cc, in the spirit of the PPC backend
2005-12-18 Chris Lattnerremove some unused instructions
2005-12-18 Chris LattnerAdd frameindex support
2005-12-18 Chris LattnerAdd constant pool support, including folding into addre...
2005-12-18 Chris LattnerAdd initial support for global variables, and fix a...
2005-12-18 Chris LattnerClaiming that branch targets are registers is not very...
2005-12-18 Chris LattnerAdd unordered comparisons
2005-12-18 Chris LattnerAdd patterns to the rest of the int condbranches and...
2005-12-18 Chris LattnerAdd initial conditional branch support. This doesn...
2005-12-17 Chris LattnerEliminate CMPri, which is a synonym for SUBCCri
2005-12-17 Chris Lattneradd fneg,fabs,fsqrt instructions
2005-12-17 Chris LattnerAdd patterns for fround/fextend and the funny fsmuld...
2005-12-17 Chris LattnerAdd FP +,-,*,/
2005-12-17 Chris LattnerGive patterns to F3_3 instructions
next