Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGISel.cpp
2005-01-13 Chris LattnerAdd new ImplicitDef node, rename CopyRegSDNode class...
2005-01-13 Chris LattnerDon't forget the existing root.
2005-01-13 Chris LattnerCodegen independent ops as being independent.
2005-01-12 Chris LattnerAdd an option to view the selection dags as they are...
2005-01-11 Chris Lattneradd an assertion, avoid creating copyfromreg/copytoreg...
2005-01-11 Chris LattnerTurn memset/memcpy/memmove into the corresponding opera...
2005-01-09 Chris LattnerHandle static alloca arguments to PHI nodes.
2005-01-09 Chris LattnerUse new interfaces to correctly lower varargs and retur...
2005-01-08 Chris LattnerAdd support for llvm.setjmp and longjmp. Only 3 Single...
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerAdjust to changes in LowerCAllTo interfaces
2005-01-08 Chris LattnerAdd support for FP->INT conversions and back.
2005-01-07 Chris LattnerImplement support for long GEP indices on 32-bit archs...
2005-01-07 Chris LattnerFix handling of dead PHI nodes.
2005-01-07 Chris LattnerInitial implementation of the SelectionDAGISel class...