Update comments to indicate CopyFrom/ToReg take physregs as well as vregs.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAG.h
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