Use ARMPseudoExpand for ARM tail calls.
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.td
2011-07-08 Jim GrosbachUse ARMPseudoExpand for ARM tail calls.
2011-07-08 Jim GrosbachShuffle productions around a bit.
2011-07-08 Jim GrosbachUse ARMPseudoExpand for BLr9, BLr9_pred, BXr9, and...
2011-07-08 Jim GrosbachUse TableGen'erated pseudo lowering for ARM.
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-06 Jim GrosbachRemove un-used encoding info from Pseudo MLAv5.
2011-07-01 Jim GrosbachARMv7M vs. ARMv7E-M support.
2011-06-27 Jim GrosbachARM assembler support for ldmfd/stmfd mnemonics.
2011-06-27 Jim GrosbachARM Assembly syntax support for arithmetic implied...
2011-06-21 Evan ChengTeach dag combine to match halfword byteswap patterns.
2011-06-17 Evan ChengAdd an alternative rev16 pattern. We should figure...
2011-06-15 Evan ChengAnother revsh pattern. rdar://9609059
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-06-13 Jim GrosbachClean up a few 80 column violations.
2011-06-07 Andrew TrickFix for setjmp/longjmp exception handling on ARM. setjm...
2011-05-31 Bruno Cardoso LopesFix ssat and ssat16 encodings for ARM and Thumb. The...
2011-05-28 Bruno Cardoso LopesAdd support for ARM ldrexd/strexd intrinsics. They...
2011-05-22 Johnny ChenFix Bug 9386 - ARM disassembler failed to disassemble...
2011-05-11 Bill WendlingGive the 'eh.sjlj.dispatchsetup' intrinsic call the...
2011-05-09 Mon P WangFixed MC encoding for index_align for VLD1/VST1 (single...
2011-05-03 Jakob Stoklund OlesenMark ultra-super-registers QQQQ as call-clobbered inste...
2011-05-03 Bruno Cardoso LopesFold ARM coprocessor intrinsics patterns into the instr...
2011-05-03 Bruno Cardoso LopesAdd a few ARM coprocessor intrinsics. Testcases included
2011-04-29 Eli FriedmanSwitch to ImmLeaf (which can be used by FastISel) for...
2011-04-28 Eric ChristopherLet the immediate leaf pattern take transforms and...
2011-04-26 Jim GrosbachARM and Thumb2 support for atomic MIN/MAX/UMIN/UMAX...
2011-04-23 Andrew TrickThumb2 and ARM add/subtract with carry fixes.
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...
next