Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / Target / ARM / ARMInstrThumb2.td
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-15 Johnny ChenFor t2BFI, both Inst{26} and Inst{5} "should" be 0.
2011-04-13 Johnny ChenThe LDR*T/STR*T (unpriviledged load/store) operations...
2011-04-13 Johnny ChenForgot to add this change for llvm.org/viewvc/llvm...
2011-04-12 Jakob Stoklund OlesenAdd @earlyclobber constraints to the writeback register...
2011-04-12 Johnny ChenThe Thumb2 RFE instructions need to have their second...
2011-04-12 Johnny ChenThe Thumb2 Ld, St, and Preload instructions with the...
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-22 Bruno Cardoso LopesChange MRC and MRC2 instructions to model the output...
2011-03-18 Evan ChengMatch a few more obvious patterns to revsh. rdar:/...
2011-03-18 Owen AndersonThumb2 PC-relative loads require a fixup rather than...
2011-03-14 Jim GrosbachRemove some dead patterns.
2011-02-18 Bruno Cardoso LopesAdd assembly parsing support for "msr" and also fix...
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
2011-02-08 Owen AndersonRevert both r121082 (which broke a bunch of constant...
2011-02-07 Bob WilsonRemove inaccurate comments: so_imm and t2_so_imm operan...
2011-01-26 Bruno Cardoso Lopesfix the encoding and add testcases for ARM nop, yield...
2011-01-21 Evan ChengLast round of fixes for movw + movt global address...
2011-01-21 Bruno Cardoso LopesFix the encoding of QADD/SUB, QDADD/SUB. While qadd16...
2011-01-20 Bruno Cardoso LopesFix the encoding and parsing of clrex instruction
2011-01-20 Bruno Cardoso LopesChange instruction names for consistency
2011-01-20 Bruno Cardoso LopesAdd cdp/cdp2 instructions for thumb/thumb2
2011-01-20 Bruno Cardoso LopesAdd mcr*2 and mr*c2 support to thumb2 targets
2011-01-20 Evan ChengCorrect itinerary entry for t2MOV_pic_ga_add_pc.
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-19 Evan ChengDon't forget to emit the load from indirect symbol...
2011-01-18 Bruno Cardoso LopesFix MRS encoding for arm and thumb.
2011-01-18 Bruno Cardoso LopesFix the encoding of t2ISB by using the right class...
2011-01-18 Bruno Cardoso LopesAdd support for parsing and encoding ARM's official...
2011-01-18 Daniel DunbarMcARM: Start marking T2 address operands as such, for...
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2011-01-10 Daniel DunbarMcARM: Mark some T2 ...s instructions as codegen only...
2010-12-17 Jim GrosbachAdd bits 31-28 to the Thumb2 encoding of TBB/TBH.
2010-12-15 Jim GrosbachTweak a few pseudo-inst pattern base classes.
2010-12-15 Jim GrosbachThe new t2LEApcrel* pseudo instructions need the size...
2010-12-14 Jim Grosbachtrailing whitespace.
2010-12-14 Owen AndersonSecond attempt at make Thumb2 LEAs pseudos. This time...
2010-12-13 Owen AndersonRevert r121721, which broke buildbots.
2010-12-13 Owen AndersonMake Thumb2 LEA-like instruction into pseudos, which...
2010-12-13 Owen AndersonIn Thumb2, direct branches can be encoded as either...
2010-12-10 Owen AndersonFix Thumb2 encodings of STREX and LDREX.
2010-12-10 Jim GrosbachCorrect encoding of rotation immediate for Thumb2 instr...
2010-12-10 Jim GrosbachMore trivial cleanup. No need to define the EncoderMeth...
2010-12-09 Owen AndersonFix encoding of the immediate operands on post-indexed...
2010-12-09 Jim GrosbachThe add/sub SP instructions are really pseudos. The...
2010-12-09 Owen AndersonFix Thumb2 BCC encoding and fixups.
2010-12-08 Jim GrosbachClean up the add/sub w/ SP source reg instructions...
2010-12-08 Jim GrosbachFix T2TwoRegImm and use it for t2ADDrSPi12 and friends.
2010-12-08 Jim GrosbachT2TwoRegImm isn't right for t2SUBrSPi12. Use T2I instead.
2010-12-08 Jim GrosbachAdd operand encoding for Thumb2 subw SP + imm. rdar...
2010-12-08 Jim GrosbachAdd operand encoding for Thumb2 addw Rn + imm. rdar...
2010-12-08 Jim GrosbachAdd operand encoding for Thumb2 addw SP + imm. rdar...
2010-12-08 Jim GrosbachParameterize opcode encoding bits for Thumb2 extended...
2010-12-08 Jim GrosbachFix operand encoding for Thumb2 extended precision...
2010-12-08 Jim GrosbachSimplify T2 operand assignment notation a bit. No need...
2010-12-07 Owen AndersonFix Thumb2 encoding of the S bit.
2010-12-07 Jim GrosbachRefactor the ARM CMPz* patterns to just use the normal...
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-12-06 Owen AndersonRevert r121021, which broke the buildbots.
2010-12-06 Owen AndersonImprove handling of Thumb2 PC-relative loads by convert...
2010-12-02 Jim GrosbachTrailing whitespace.
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-11-30 Owen AndersonSimplify the encoding of reg+/-imm12 values that allow...
2010-11-30 Owen AndersonProvide Thumb2 encodings for a few miscellaneous instru...
2010-11-30 Owen AndersonAdd encoding support for Thumb2 PLD and PLI instructions.
2010-11-30 Owen AndersonProvide encodings for a few more load/store variants.
2010-11-30 Owen AndersonCorrect Thumb2 encodings for a much wider range of...
2010-11-29 Owen AndersonProvide Thumb2 encodings for basic loads and stores.
2010-11-29 Evan ChengMark Darwin call instructions as using "r7" to prevent...
2010-11-29 Jim GrosbachNuke dead isCodeGenOnly annotation and extraneous comment.
2010-11-29 Jim Grosbachtidy up.
2010-11-29 Jim GrosbachPseudo-ize Thumb2 jump tables with explicit MC lowering...
2010-11-29 Jim GrosbachRename t2 TBB and TBH instructions to reference that...
2010-11-29 Owen AndersonImproving the factoring of several instruction encodings.
2010-11-29 Owen AndersonThumb2 encodings for MSR and MRS.
2010-11-29 Owen AndersonThumb2 encodings for system instructions.
2010-11-29 Owen AndersonThumb2 encodings for branches and IT blocks.
2010-11-19 Jim GrosbachRemove trailing whitespace.
2010-11-19 Owen AndersonFix decoding ambiguities of stdrex and ldrex.
2010-11-19 Evan ChengFix an obvious oversight.
2010-11-19 Owen AndersonProvide Thumb2 encodings for strex and ldrex.
2010-11-18 Owen AndersonFix encodings for pkhbt, and fix some tests where I...
2010-11-18 Owen AndersonProvide Thumb2 encodings for mov's that come from MOVCC...
2010-11-18 Owen AndersonMore Thumb2 encodings.
2010-11-18 Owen AndersonFill out the set of Thumb2 multiplication operator...
2010-11-18 Jim GrosbachARM PseudoInst instructions don't need or use an assemb...
2010-11-18 Owen AndersonTry again at providing Thumb2 encodings for basic multi...
2010-11-18 Owen AndersonRevert r119593 while I figure out my testing disagrees...
2010-11-18 Owen AndersonProvide correct Thumb2 encodings for basic multiplicati...
2010-11-17 Owen AndersonSecond attempt at correct encodings for Thumb2 bitfield...
2010-11-17 Owen AndersonRevert r119551, which broke buildbots.
2010-11-17 Owen AndersonProvide Thumb2 encodings for bitfield instructions.
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-17 Owen AndersonMore miscellaneous Thumb2 encodings.
2010-11-16 Bill WendlingUse the correct variable names so that the encodings...
2010-11-16 Bill WendlingL_bit doesn't work here.
2010-11-16 Bill Wendling- Remove dead patterns.
2010-11-16 Bill WendlingEncode the multi-load/store instructions with their...
2010-11-16 Owen AndersonAdd Thumb2 encodings for mov and friends.
next