Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.td
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-12 Jakob Stoklund OlesenAdd @earlyclobber constraints to the writeback register...
2011-04-11 Owen AndersonFix another using-CPSR-twice bug in my ADCS/SBCS cleanu...
2011-04-08 Jim GrosbachMark hasExtraDefRegAllocReq=1 on LDRD.
2011-04-06 Owen AndersonCleanups from Jim: remove redundant constraints and...
2011-04-05 Owen AndersonReapply r128946 (pseudoization of various instructions...
2011-04-05 Owen AndersonRevert r128946 while I figure out why it broke the...
2011-04-05 Owen AndersonGive RSBS and RSCS the pseudo treatment.
2011-04-05 Owen AndersonFix bugs in the pseuo-ization of ADCS/SBCS pointed...
2011-04-05 Jim GrosbachMake second source operand of LDRD pre/post explicit.
2011-04-05 Owen AndersonConvert ADCS and SBCS instructions into pseudos that...
2011-04-05 Bill WendlingRevamp the SjLj "dispatch setup" intrinsic.
2011-04-05 Johnny ChenFix SRS/SRSW encoding bits.
2011-04-04 Johnny ChenA8.6.105 MUL
2011-04-04 Johnny ChenRFE encoding should also specify the "should be" encodi...
2011-04-04 Bruno Cardoso Lopes- Implement asm parsing support for LDRSBT, LDRHT,...
2011-04-01 Johnny ChenFixed MOVr for "should be" encoding bits for Inst{19...
2011-04-01 Johnny ChenMOVs should have Inst{19-16} as 0b0000, otherwise,...
2011-04-01 Johnny ChenFix the instruction table entries for AI1_adde_sube_s_i...
2011-04-01 Jim GrosbachLDRD/STRD instructions should print both Rt and Rt2...
2011-03-31 Bruno Cardoso LopesApply again changes to support ARM memory asm parsing...
2011-03-31 Johnny ChenFix single word and unsigned byte data transfer instruc...
2011-03-31 Johnny ChenAdd BLXi to the instruction table for disassembly purpose.
2011-03-31 Bruno Cardoso LopesRevert r128632 again, until I figure out what break...
2011-03-31 Bruno Cardoso LopesReapply r128585 without generating a lib depedency...
2011-03-31 Matt Beaumont-GayRevert "- Implement asm parsing support for LDRT, LDRBT...
2011-03-30 Bruno Cardoso Lopes- Implement asm parsing support for LDRT, LDRBT, STRT...
2011-03-29 Johnny ChenA8.6.188 STC, STC2
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-24 Johnny ChenADR was added with the wrong encoding for inst{24-21...
2011-03-24 Johnny ChenSTRT and STRBT was incorrectly tagged as IndexModeNone...
2011-03-22 Johnny ChenLDRT and LDRBT was incorrectly tagged as IndexModeNone...
2011-03-22 Bruno Cardoso LopesChange MRC and MRC2 instructions to model the output...
2011-03-18 Owen AndersonAdd support to the ARM asm parser for the register...
2011-03-18 Evan ChengMatch a few more obvious patterns to revsh. rdar:/...
2011-03-18 Owen AndersonClean whitespace.
2011-03-17 Nick LewyckyAdd "swi" which is an obsolete mnemonic for "svc".
2011-03-15 Jim GrosbachClean up ARM tail calls a bit. They're pseudo-instructi...
2011-03-12 Jim GrosbachAdd FIXME.
2011-03-12 Jim GrosbachPseudo-ize the ARM Darwin *r9 call instruction definiti...
2011-03-11 Jim GrosbachAdd a FIXME.
2011-03-11 Jim GrosbachPseudo-ize the ARM 'B' instruction.
2011-03-11 Jim GrosbachProperly pseudo-ize the ARM LDMIA_RET instruction....
2011-03-11 Jim GrosbachThis FIXME has been fixed.
2011-03-11 Jim GrosbachProperly pseudo-ize ARM MVNCCi.
2011-03-11 Jim GrosbachFix MOVCCi32imm to be have ARM-mode Requires and a...
2011-03-11 Jim GrosbachProperly pseudo-ize ARM MOVCCi and MOVCCi16.
2011-03-10 Jim GrosbachProperly pseudo-ize MOVCCr and MOVCCs.
2011-03-10 Jim GrosbachDMB can just be a pat referencing MCR.
2011-03-10 Jim GrosbachReorganize a bit. No functional change, just moving...
2011-03-05 Bob WilsonRemove unused conditional negate operations.
2011-03-03 Bob Wilsonpr9367: Add missing predicated BLX instructions.
2011-03-02 Kevin EnderbyFixes an assertion failure while disassembling ARM...
2011-02-25 Bob WilsonAdd patterns to use post-increment addressing for Neon...
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-12 Jim GrosbachAsmMatcher custom operand parser failure enhancements.
2011-02-07 Bruno Cardoso LopesAdd support for parsing dmb/dsb instructions
2011-02-07 Bruno Cardoso LopesRemove the MCR asm parser hack and start using the...
2011-02-07 Bob WilsonFix a comment: addrmode6 no longer includes the optiona...
2011-02-07 Bob WilsonRemove inaccurate comments: so_imm and t2_so_imm operan...
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-01-27 Evan ChengFix PLD encoding.
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 Lopes- Use a more appropriate name for Owen's ARM Parser...
2011-01-20 Bruno Cardoso LopesRefactor mcr* and mr*c instructions into classes with...
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-19 Bruno Cardoso LopesFix the encoding of mrrc and mcrr family of instruction...
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 LopesAdd support for parsing and encoding ARM's official...
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-16 Anton KorobeynikovProvide instruction sizes for ARMv5 variants of MUL...
2011-01-15 Eric Christopher80-col.
2011-01-13 Owen AndersonAdd support to the ARM MC infrastructure to support...
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2011-01-10 Daniel DunbarARM/MC: Mark several '...S' instructions as codegen...
2011-01-06 Bob WilsonFix comment typo.
2011-01-01 Anton KorobeynikovModel operand restrictions of mul-like instructions...
2010-12-23 Jim GrosbachRemove dead patterns.
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-12-15 Bob WilsonAdd Neon VCVT instructions for f32 <-> f16 conversions.
2010-12-13 Owen AndersonIn Thumb2, direct branches can be encoded as either...
2010-12-11 Evan Cheng(or (and (shl A, #shamt), mask), B) => ARMbfi B, A...
2010-12-10 Jim GrosbachMore trivial cleanup. No need to define the EncoderMeth...
2010-12-08 Jason W KimARM/MC/ELF TPsoft is now a proper pseudo inst.
2010-12-07 Jim GrosbachRefactor the ARM CMPz* patterns to just use the normal...
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-12-02 Jim GrosbachAdd support for binary encoding of ARM 'adr' instructio...
2010-12-01 Jim GrosbachRefactor LEApcrelJT as a pseudo-instructionlowered...
2010-12-01 Jim GrosbachElaborate on FIXME.
2010-11-30 Jim GrosbachAdd FIXME
2010-11-30 Jim GrosbachPseudo-ize ARM MOVPCRX
2010-11-30 Jim GrosbachPseudo-ize BX_CALL and friends. Remove dead instruction...
2010-11-30 Jim GrosbachRename BX/BRIND/etc patterns to clarify which is actual...
2010-11-30 Jim GrosbachMake a few more ARM pseudo instructions actually use...
2010-11-30 Bill WendlingPredicate encoding should be withing {}s. And general...
2010-11-30 Bob WilsonFix the encoding of VLD4-dup alignment.
2010-11-29 Jim GrosbachSimplify definitions of the ARM eh.sjlj.*jmp pseudo...
next