add truncstore
[oota-llvm.git] / lib / Target / TargetSelectionDAG.td
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...