summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/carry.ll
Commit message (Expand)AuthorAge
* ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool2014-04-03
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Fix a miscompilation caused by a typo. When turning a adde with negative valueEvan Cheng2012-10-24
* Fix fall outs from my recent change on how carry bit is modeled during isel.Evan Cheng2011-09-06
* Don't depend on the optimization reverted in r134067.Benjamin Kramer2011-06-29
* Thumb2 and ARM add/subtract with carry fixes.Andrew Trick2011-04-23
* Fix some more failures by converting to FileCheck.Bob Wilson2009-10-27
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b...Evan Cheng2009-06-25
* ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S...Evan Cheng2009-06-25