new method
[oota-llvm.git] / include / llvm / Target / TargetLowering.h
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-07 Chris LattnerAllow targets which produce setcc results in non-MVT...
2005-03-26 Nate BegemanChange LowerCallTo to take a boolean isVarArg argument...
2005-01-19 Chris LattnerMove all data members to the end of the class.
2005-01-16 Chris LattnerAdd comments
2005-01-16 Chris LattnerRevamp supported ops. Instead of just being supported...
2005-01-16 Chris LattnerMove some information out of LegalizeDAG into the gener...
2005-01-09 Chris LattnerAdd interfaces to lower varargs and return/frame addres...
2005-01-08 Chris LattnerMake LowerCallTo more generic and useful.
2005-01-07 Chris LattnerFirst draft of a new Target interface