aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/carry.ll
AgeCommit message (Expand)Author
2012-10-24Fix a miscompilation caused by a typo. When turning a adde with negative valueEvan Cheng
2011-09-06Fix fall outs from my recent change on how carry bit is modeled during isel.Evan Cheng
2011-06-29Don't depend on the optimization reverted in r134067.Benjamin Kramer
2011-04-23Thumb2 and ARM add/subtract with carry fixes.Andrew Trick
2009-10-27Fix some more failures by converting to FileCheck.Bob Wilson
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-25Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b...Evan Cheng
2009-06-25ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S...Evan Cheng