Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f... | Stephen Lin | 2013-07-14 | 1 | -5/+5 |
* | Fix a miscompilation caused by a typo. When turning a adde with negative value | Evan Cheng | 2012-10-24 | 1 | -0/+13 |
* | Fix fall outs from my recent change on how carry bit is modeled during isel. | Evan Cheng | 2011-09-06 | 1 | -0/+10 |
* | Don't depend on the optimization reverted in r134067. | Benjamin Kramer | 2011-06-29 | 1 | -1/+0 |
* | Thumb2 and ARM add/subtract with carry fixes. | Andrew Trick | 2011-04-23 | 1 | -0/+17 |
* | Fix some more failures by converting to FileCheck. | Bob Wilson | 2009-10-27 | 1 | -3/+8 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -3/+3 |
* | Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b... | Evan Cheng | 2009-06-25 | 1 | -2/+2 |
* | ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S... | Evan Cheng | 2009-06-25 | 1 | -0/+16 |