Add support for TargetConstantPool nodes to the dag isel emitter, and use
[oota-llvm.git] / lib / Target / TargetSelectionDAG.td
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...