Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / TargetSelectionDAG.td
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-24 Chris Lattneradd a immAllZerosV_bc pattern fragment for consistency...
2007-11-13 Bill WendlingUnifacalize the CALLSEQ{START,END} stuff.
2007-09-25 Evan ChengRename keyword "modify" -> "implicit".
2007-09-12 Evan ChengInitial support for multi-result patterns:
2007-08-05 Dale JohannesenLong double patch 4 of N: initial x87 implementation.
2007-07-26 Christopher LambAdd selection DAG nodes for subreg insert/extract....
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2006-11-14 Chris LattnerFix predicates for unindexed stores so they don't accid...
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-08 Evan ChengAdded indexed store node and patfrag's.
2006-10-26 Evan ChengChange load PatFrag to ignore indexed load.
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-11 Evan ChengAdd properties to ComplexPattern.
2006-10-11 Evan ChengNaming consistency.
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-06-15 Evan ChengVector extract / insert index operand should have ptr...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-19 Evan ChengRenamed AddedCost to AddedComplexity.
2006-04-19 Evan ChengAllow "let AddedCost = n in" to increase pattern comple...
2006-04-15 Chris LattnerAdd a new vnot_conv predicate for matching vnot's where...
2006-03-31 Evan ChengAdd vector_extract and vector_insert nodes.
2006-03-28 Chris LattnerTblgen doesn't like multiple SDNode<> definitions that...
2006-03-27 Evan ChengChanged isBuildVectorAllOnesInteger to isBuildVectorAll...
2006-03-26 Evan ChengAdd immAllZerosV helper
2006-03-25 Chris Lattneradd a vnot helper node for matching 'not' on vectors
2006-03-25 Chris LattnerAdd new intrinsic node definitions for tblgen use
2006-03-24 Chris LattnerShuffle some includes around
2006-03-24 Chris Lattnerexpose intrinsic info to the targets.
2006-03-21 Evan Chengx86 ISD::SCALAR_TO_VECTOR support.
2006-03-20 Chris LattnerAdd a build_vector node
2006-03-20 Chris Lattneradd vector_shuffle
2006-03-16 Chris Lattneradd support for the bitconvert node
2006-03-09 Andrew Lenharthrelax fcopysign
2006-03-09 Andrew Lenharthfcopysign support
2006-03-03 Chris Lattnerremove the read/write port/io intrinsics.
2006-02-17 Nate Begemankill ADD_PARTS & SUB_PARTS and replace them with fancy...
2006-02-17 Nate BegemanWhoops, didn't mean to check this in yet.
2006-02-17 Nate BegemanAdd a missing and useful pat frag
2006-01-29 Chris LattnerTargets all now request ConstantFP to be legalized...
2006-01-14 Nate Begemanbswap implementation
2006-01-11 Nate BegemanAdd bswap, rotl, and rotr nodes
2006-01-09 Evan ChengNew DAG node properties SNDPInFlag, SNDPOutFlag, and...
2006-01-05 Evan ChengAdded fpimm node for ConstantFP.
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2006-01-04 Jim LaskeyAdd unique id to debug location for debug label use...
2006-01-01 Andrew LenharthAdd support for brcond
2005-12-24 Andrew Lenharthsupport targetexternalsym
2005-12-23 Evan Cheng* Removed the use of FLAG. Now use hasFlagIn and hasFla...
2005-12-23 Evan ChengOperand 1 of TRUNCSTORE can be any of integer and float...
2005-12-22 Evan ChengAdded special flag node FLAG.
2005-12-21 Chris Lattneradd some nodes, forgot to commit this last night :(
2005-12-20 Evan ChengAdded X86 readport patterns.
2005-12-19 Evan ChengX86 conditional branch support.
2005-12-18 Chris Lattneradd a node, for completeness
2005-12-18 Nate BegemanSince extload can also be used by FP, split STDIntExtLo...
2005-12-17 Chris Lattneradd truncstore
2005-12-16 Jim LaskeyAdded source file/line correspondence for dwarf (PowerP...
2005-12-15 Evan Cheng* Promote all 1 bit entities to 8 bit.
2005-12-15 Evan ChengAdded constpool, frameindex, and externalsym nodes.
2005-12-14 Evan ChengAdded support to specify predicates.
2005-12-14 Evan ChengFixed extload type profile. The 4th operand is a ValueT...
2005-12-14 Evan ChengAdded sextld + zextld DAG nodes.
2005-12-13 Nate BegemanPrepare support for AltiVec multiply, divide, and sqrt.
2005-12-11 Chris LattnerFix typo :(
2005-12-11 Chris Lattneradd selectcc
2005-12-11 Chris LattnerRealize the constant pool & global addrs must always...
2005-12-10 Nate BegemanAdd support for TargetConstantPool nodes to the dag...
2005-12-10 Evan ChengUse SDTCisPtrTy type property for store address.
2005-12-10 Evan Cheng* Added X86 store patterns.
2005-12-09 Chris LattnerAdd SDTCisPtrTy and use it for loads, to indicate that...
2005-12-08 Evan ChengAdded support for ComplexPattern.
2005-12-05 Chris LattnerOn some targets (e.g. X86), shift amounts are not the...
2005-12-04 Evan Cheng* Added instruction property hasCtrlDep for those which...
2005-11-17 Chris LattnerAdd globaladdress and targetglobaladdress nodes for...
2005-11-02 Duraid Madinaadd support for SELECT to TargetSelectionDAG.td, add...
2005-11-01 Duraid Madinaadd support for int->FP and FP->int ops, and add ia64...
2005-10-26 Chris LattnerAdd nodes for CondCodeSDNode and setcc, and add a bunch...
2005-10-25 Chris LattnerAdd undef
2005-10-20 Chris LattnerUse a literal to define ineg instead of immzero
2005-10-20 Andrew Lenharthadd cttz and ctpop
2005-10-14 Chris Lattneradd the integer truncate/extension operations
2005-10-14 Chris Lattneradd a new SDTCisOpSmallerThanOp type constraint, and...
2005-10-10 Chris LattnerPull DAG ISel generation nodes out of the PowerPC backe...