Move private helper function into the only .cpp file that uses it.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAG.h
2005-01-23 Chris LattnerGive SelectionDAG a TargetLowering instance instead...
2005-01-19 Chris LattnerAdd an accessor for targets that pass args in regs
2005-01-18 Chris LattnerKeep track of the returned value type as well.
2005-01-18 Chris LattnerAllow setcc operations to have non-bool types.
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 new ImplicitDef node, rename CopyRegSDNode class...
2005-01-12 Chris LattnerUpdate comments to indicate CopyFrom/ToReg take physreg...
2005-01-10 Chris LattnerAdd support for graph operations, and add a viewGraph...
2005-01-07 Chris LattnerAdd a new SelectionDAG::RemoveDeadNodes method
2005-01-07 Chris LattnerComplete rewrite of the SelectionDAG class.
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-08-22 Chris LattnerAdd missing #include
2003-08-15 Chris LattnerAdd support for basic blocks, unary/binary unspecs...
2003-08-11 Chris LattnerInitial checkin of SelectionDAG header file