remove the read/write port/io intrinsics.
[oota-llvm.git] / lib / Target / TargetSelectionDAG.td
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...