Move more to raw_ostream, provide support for writing MachineBasicBlock,
[oota-llvm.git] / include / llvm / Operator.h
2009-07-20 Dan GohmanClarify that OverflowingBinaryOperator is not used...
2009-07-20 Dan GohmanDrop UDivOperator and introduce SDivOperator. Thanks...
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2009-07-17 Dan GohmanConvert more code to use Operator instead of explicitly...
2009-07-17 Dan GohmanAdd a GEPOperator class, and move the hasNoPointerOverflow
2009-07-17 Dan GohmanAdd a new Operator class, for handling Instructions...