aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-adc.ll
AgeCommit message (Expand)Author
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-12Shrink ADDS, ADC, RSB, and SUBS.Evan Cheng
2009-06-29Thumb-2 testsDavid Goodwin
2009-06-26Use "adcs/sbcs" only when the carry-out is live, otherwise use "adc/sbc".David Goodwin
2009-06-26More spelling Count as count.Daniel Dunbar
2009-06-26ADC used to implement adde should use "adcs" opcode instead of "adc". David Goodwin