Add a way to construct an arbitrary node, cleanly.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAG.h
2005-05-14 Chris LattnerAdd a way to construct an arbitrary node, cleanly.
2005-05-13 Chris Lattneradd TAILCALL node
2005-05-09 Chris LattnerAdd READPORT, WRITEPORT, READIO, WRITEIO nodes, wrap...
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-13 Chris LattnerAdd a new helper method which returns the and that...
2005-02-17 Chris LattnerMap doubles from integers, not the double itself.
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