Age | Commit message (Expand) | Author |
---|---|---|
2012-10-24 | Fix a miscompilation caused by a typo. When turning a adde with negative value | Evan Cheng |
2009-09-09 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman |
2009-08-12 | Shrink ADDS, ADC, RSB, and SUBS. | Evan Cheng |
2009-07-27 | Add ".w" suffix for wide thumb-2 instructions. | David Goodwin |
2009-06-26 | Use "adcs/sbcs" only when the carry-out is live, otherwise use "adc/sbc". | David Goodwin |
2009-06-26 | ADC used to implement adde should use "adcs" opcode instead of "adc". | David Goodwin |
2009-06-25 | Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b... | Evan Cheng |
2009-06-25 | ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S... | Evan Cheng |