remove unwind info, add test for asmprinting of jump table labels with (%rip)
[oota-llvm.git] / test / CodeGen / Thumb2 /
2009-06-26 David GoodwinThumb-2 has CLZ.
2009-06-26 David GoodwinUse "adcs/sbcs" only when the carry-out is live, otherw...
2009-06-26 Daniel DunbarMore spelling Count as count.
2009-06-26 Daniel DunbarSpell Count as count.
2009-06-26 David GoodwinAdd Thumb-2 tests.
2009-06-26 David GoodwinADC used to implement adde should use "adcs" opcode...
2009-06-26 David GoodwinORN and BIC tests.
2009-06-26 David GoodwinCurrently there is a pattern for the thumb-2 MOV 16...
2009-06-26 Evan ChengFix tests: Count -> count.
2009-06-26 Evan ChengFix a CodeGenDAGPatterns bug. Check if top level predic...
2009-06-26 Daniel DunbarFix spelling of 'count'
2009-06-25 Evan ChengSelect ADC, SBC, and RSC instead of the ADCS, SBCS...
2009-06-25 David GoodwinUse MVN for ~t2_so_imm immediates.
2009-06-25 Evan ChengISD::ADDE / ISD::SUBE updates the carry bit so they...
2009-06-24 Evan ChengAdd Thumb2 pc relative add.
2009-06-24 Evan ChengWe should run these tests as well.
2009-06-24 Evan ChengMove thumb and thumb2 tests into separate directories.