aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2
AgeCommit message (Expand)Author
2009-06-26When possible, use "mvn ra, rb" instead of "eor ra, rb, -1" because mvn has a...David Goodwin
2009-06-26Thumb-2 testsDavid Goodwin
2009-06-26Thumb-2 has CLZ.David 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-26Spell Count as count.Daniel Dunbar
2009-06-26Add Thumb-2 tests.David Goodwin
2009-06-26ADC used to implement adde should use "adcs" opcode instead of "adc". David Goodwin
2009-06-26ORN and BIC tests.David Goodwin
2009-06-26Currently there is a pattern for the thumb-2 MOV 16-bit immediate instruction...David Goodwin
2009-06-26Fix tests: Count -> count.Evan Cheng
2009-06-26Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l...Evan Cheng
2009-06-26Fix spelling of 'count'Daniel Dunbar
2009-06-25Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b...Evan Cheng
2009-06-25Use MVN for ~t2_so_imm immediates.David Goodwin
2009-06-25ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S...Evan Cheng
2009-06-24Add Thumb2 pc relative add.Evan Cheng
2009-06-24We should run these tests as well.Evan Cheng
2009-06-24Move thumb and thumb2 tests into separate directories.Evan Cheng