Split EVT into MVT and EVT, the former representing _just_ a primitive type, while
[oota-llvm.git] / lib / Target / ARM / ARMInstrThumb2.td
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Jim GrosbachAdd Thumb2 eh_sjlj_setjmp implementation
2009-08-11 Evan Cheng80 column violation.
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Evan ChengAdd support to reduce most of 32-bit Thumb2 arithmetic...
2009-08-08 Anton KorobeynikovUse subclassing to print lane-like immediates (w/o...
2009-08-07 Evan ChengThumb2 32-bit ldm / stm needs .w suffix if submode...
2009-08-07 Evan ChengIt turns out most of the thumb2 instructions are not...
2009-08-06 David GoodwinAdd parameter to pattern classes to enable an itinerary...
2009-08-04 Evan ChengFix part 1 of pr4682. PICADD is a 16-bit instruction...
2009-08-04 Evan ChengEmit sub r, #c instead of transforming it to add r...
2009-08-01 Evan ChengWorkaround a couple of Darwin assembler bugs.
2009-08-01 Evan ChengSplit t2MOVCCs since some assemblers do not recognize...
2009-08-01 Evan ChengFix Thumb2 function call isel. Thumb1 and Thumb2 should...
2009-07-31 Evan ChengThumb2 movcc need .w suffix.
2009-07-30 David GoodwinDarwin assembler now recognizes "orn", so remove workar...
2009-07-30 David GoodwinDarwin assembler now supports "rrx", so remove workaround.
2009-07-30 David GoodwinAdd missing D* register clobbers for Thumb-2 call.
2009-07-29 Evan ChengMake sure Thumb2 uses the right call instructions.
2009-07-29 Evan Cheng- Fix an obvious copy and paste error.
2009-07-29 Evan ChengOptimize Thumb2 jumptable to use tbb / tbh when all...
2009-07-28 Evan ChengIn thumb2 mode, add pc is unpredictable. Use add +...
2009-07-28 David GoodwinRemove support for ORN to workaround <rdar://problem...
2009-07-28 David GoodwinAdd workaround for <rdar://problem/7098328>.
2009-07-28 David GoodwinAdd Thumb-2 patterns for ARMsrl_flag and ARMsra_flag.
2009-07-28 Evan Cheng- More refactoring. This gets rid of all of the getOpco...
2009-07-27 David GoodwinORN does not require (and can not have) the ".w" suffix...
2009-07-27 David GoodwinThumb-2 does not have RSC.
2009-07-27 David GoodwinAdd ".w" suffix for wide thumb-2 instructions.
2009-07-25 Evan ChengChange Thumb2 jumptable codegen to one that uses two...
2009-07-24 Evan ChengUh. It would be useful to actually print the operand.
2009-07-24 Evan ChengMake sure thumb2 jumptable entries are aligned.
2009-07-24 David GoodwinCorrectly handle the Thumb-2 imm8 addrmode. Specialize...
2009-07-23 Evan ChengThumb2 does not allow the use of "pc" register as part...
2009-07-23 Evan ChengSince we have moved unified assembly, switch to ADR...
2009-07-23 David GoodwinFix frame index elimination to correctly handle thumb...
2009-07-22 Evan ChengUse getTargetConstant instead of getConstant since...
2009-07-22 Evan ChengDon't forget D16 - D31 are clobbered by calls and sjlj eh.
2009-07-20 David GoodwinCMP and TST define CPSR, not use it.
2009-07-11 Evan ChengMajor changes to Thumb (not Thumb2). Many 16-bit instru...
2009-07-10 Evan ChengAdd a thumb2 pass to insert IT blocks.
2009-07-09 Evan ChengFix ldm / stm unified syntax; add t2LDM_RET.
2009-07-09 Evan ChengFix ldrd / strd address mode matching code. It allows...
2009-07-09 Evan ChengCorrect comment.
2009-07-08 David GoodwinUse common code for both ARM and Thumb-2 instruction...
2009-07-08 Evan ChengChange how so_imm and t2_so_imm are handled. At instruc...
2009-07-08 David GoodwinGeneralize opcode selection in ARMBaseRegisterInfo.
2009-07-08 David GoodwinCheckpoint Thumb2 Instr info work. Generalized base...
2009-07-07 Evan ChengAdd Thumb2 movcc instructions.
2009-07-07 Evan ChengAdd Thumb2 pkhbt / pkhtb.
2009-07-07 Evan ChengAdd some more Thumb2 multiplication instructions.
2009-07-06 Evan ChengAdd bfc to armv6t2.
2009-07-03 Evan ChengAdd thumb2 sign / zero extend with rotate instructions.
2009-07-03 Evan ChengAdd Thumb2 load / store multiple instructions. Not...
2009-07-03 Evan Chengt2LDR_PRE etc are loads.
2009-07-03 Evan ChengAdded indexed stores.
2009-07-02 Evan ChengSign extending pre/post indexed loads.
2009-07-02 Evan ChengThumb2 pre/post indexed loads.
2009-07-02 Evan ChengChange the meaning of predicate hasThumb2 to mean thumb...
2009-07-01 David GoodwinAdd PIC load and store patterns for Thumb-2.
2009-06-30 David GoodwinThumb-2 load and store double description. But nothing...
2009-06-30 David GoodwinAdd thumb-2 store word, halfword, and byte.
2009-06-30 David GoodwinImprove Thumb-2 jump table support.
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