ARM target code clean up. Check for iOS, not Darwin where it makes sense.
[oota-llvm.git] / test / CodeGen / Thumb2 / carry.ll
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-12 Evan ChengShrink ADDS, ADC, RSB, and SUBS.
2009-07-27 David GoodwinAdd ".w" suffix for wide thumb-2 instructions.
2009-06-26 David GoodwinUse "adcs/sbcs" only when the carry-out is live, otherw...
2009-06-26 David GoodwinADC used to implement adde should use "adcs" opcode...
2009-06-25 Evan ChengSelect ADC, SBC, and RSC instead of the ADCS, SBCS...
2009-06-25 Evan ChengISD::ADDE / ISD::SUBE updates the carry bit so they...