Remove trailing whitespace
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGNodes.h
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-13 Chris LattnerRemove the ZERO_EXTEND_INREG node which is redundant...
2005-04-09 Chris LattnerAdd a new node
2005-04-08 Chris Lattnerfix this method for 64-bit constants
2005-04-06 Chris Lattnerdocument these nodes, as they are nonobvious
2005-04-05 Nate BegemanAdd MULHU and MULHS nodes for the high part of an ...
2005-04-02 Chris LattnerAdd two happy new nodes for FABS and FNEG
2005-04-02 Chris Lattnerfix a comment
2005-04-02 Chris Lattneradd some new nodes.
2005-04-01 Nate BegemanAdd ISD::UNDEF node
2005-03-31 Misha BrukmanFix spelling of `corresponds'
2005-03-31 Andrew LenharthPCMarker support for DAG and Alpha
2005-01-21 Chris LattnerKeep track of node depth for each node
2005-01-20 Chris LattnerEliminate the unimplemented ADDC/SUBB operations, add...
2005-01-18 Chris LattnerAllow setcc operations to have non-bool types.
2005-01-17 Chris LattnerAdd methods
2005-01-15 Chris LattnerAdd new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_RO...
2005-01-14 Chris LattnerChange CopyFromReg to take and produce a chain node...
2005-01-14 Chris LattnerStart adding some new operators, give IMPLICIT_DEF...
2005-01-13 Chris LattnerAdd a method
2005-01-13 Chris LattnerAdd new ImplicitDef node, rename CopyRegSDNode class...
2005-01-13 Chris LattnerAdd a new node type, add comments.
2005-01-12 Chris LattnerNew method.
2005-01-12 Chris LattnerUpdate comments to indicate CopyFrom/ToReg take physreg...
2005-01-11 Chris LattnerAdd MEMSET/MEMCPY/MEMMOVE operations. Fix a really...
2005-01-10 Chris LattnerAdd a helper method.
2005-01-10 Chris LattnerAdd support for graph operations, and add a viewGraph...
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerAdd operators for FP -> INT conversions and back.
2005-01-07 Chris LattnerAdd a new SelectionDAG::RemoveDeadNodes method
2005-01-07 Jeff CohenFix include. Too easy to make mistakes like this on...
2005-01-07 Jeff CohenGet new SelectionDAG stuff building with Visual Studio.
2005-01-07 Chris LattnerInitial implementation of the nodes in a SelectionDAG.