Fix fall outs from my recent change on how carry bit is modeled during isel.
[oota-llvm.git] / test / CodeGen / ARM / carry.ll
2011-09-06 Evan ChengFix fall outs from my recent change on how carry bit...
2011-06-29 Benjamin KramerDon't depend on the optimization reverted in r134067.
2011-04-23 Andrew TrickThumb2 and ARM add/subtract with carry fixes.
2009-10-27 Bob WilsonFix some more failures by converting to FileCheck.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
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...