Add support for sdiv by 2^k and -2^k. Producing code like:
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.cpp
2005-08-23 Nate BegemanAck, typo
2005-08-23 Nate BegemanAdd an option to make SetCC illegal as a beta option
2005-08-17 Jim LaskeyMake UINT_TO_FP and SINT_TO_FP use generic expansion.
2005-08-16 Chris Lattnerupdates for changes in nodes
2005-08-16 Nate BegemanImplement BR_CC and BRTWOWAY_CC. This allows the remov...
2005-08-16 Chris LattnerPull the LLVM -> DAG lowering code out of the pattern...