Add conditional and unconditional thumb-2 branch. Add thumb-2 jump table.
[oota-llvm.git] / lib / Target / ARM / ARMInstrThumb2.td
2009-06-30 David GoodwinAdd conditional and unconditional thumb-2 branch. Add...
2009-06-30 Evan ChengA few more load instructions.
2009-06-29 David GoodwinAdd Thumb-2 support for TEQ amd TST.
2009-06-29 David GoodwinRename ARMcmpNZ to ARMcmpZ and use it to represent...
2009-06-29 Evan ChengImplement Thumb2 ldr.
2009-06-27 Evan ChengRenaming for consistency.
2009-06-26 David GoodwinRemove outdated comment.
2009-06-26 David GoodwinWhen possible, use "mvn ra, rb" instead of "eor ra...
2009-06-26 David GoodwinUse "adcs/sbcs" only when the carry-out is live, otherw...
2009-06-26 David GoodwinADC used to implement adde should use "adcs" opcode...
2009-06-26 David GoodwinCurrently there is a pattern for the thumb-2 MOV 16...
2009-06-26 Evan ChengMark a bunch of instructions commutable.
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-25 Evan ChengChange thumb2 instruction definitions so if-converter...
2009-06-25 Evan ChengAdd thumb2 add sp.
2009-06-24 Evan ChengAdd Thumb2 pc relative add.
2009-06-23 Evan ChengTest instructions operands were printed in the wrong...
2009-06-23 Evan ChengProper patterns for thumb2 shift and rotate instructions.
2009-06-23 Evan ChengRename SelectShifterOperand to SelectThumb2ShifterOpera...
2009-06-23 Evan ChengObvious typo.
2009-06-23 Evan ChengInitial Thumb2 support. Majority of the work is done...
2009-06-23 Evan ChengReplace isTwoAddress with operand constraint.
2009-06-17 Anton KorobeynikovFix asm string from MOVi16
2009-06-17 Anton KorobeynikovInitial support for some Thumb2 instructions.
2009-05-29 Anton KorobeynikovAdd placeholder for thumb2 stuff