Thumb2 parsing and encoding for LDR(immediate).
[oota-llvm.git] / lib / Target / ARM /
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-24 Jim GrosbachThumb add SP assembly syntax fix.
2011-08-24 Jim GrosbachThumb1 ADD/SUB SP instructions are predicable in Thumb2...
2011-08-24 Owen AndersonBe stricter in enforcing IT instruction predicate value...
2011-08-23 Jim GrosbachMove ARM frame-unwinding EHABI handling a touch earlier.
2011-08-23 Jim Grosbach[SU]XT[BH] are only available on ARMv6 and up.
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-23 Jim GrosbachThumb parsing and encoding for SVC.
2011-08-23 Jim GrosbachThumb parsing and encoding for tSTRspi.
2011-08-23 Jim GrosbachThumb parsing and encoding for STM.
2011-08-23 Jim GrosbachFactor low reg checking into a helper function.
2011-08-23 Owen AndersonFix decoding of Thumb2 prefetch instructions, which...
2011-08-23 Owen AndersonFix Thumb2 decoding of CPS instructions to mirror ARM...
2011-08-23 Jim GrosbachClean up Thumb load/store multiple definitions.
2011-08-23 Owen AndersonFix two more instances of mis-matched operand names...
2011-08-22 Jim GrosbachThumb parsing and encoding for SBC.
2011-08-22 Jim GrosbachThumb parsing and encoding for RSB.
2011-08-22 Owen AndersonReject invalid imod values in t2CPS instructions.
2011-08-22 Owen Andersont2SMLAD is a four-register instruction, not a three...
2011-08-22 Owen AndersonCorrect operand naming of t2USAT16 to allow proper...
2011-08-22 Jim GrosbachRevert r138278 now that r138289 has fixed the root...
2011-08-22 Owen AndersonMatch operand naming to allow correct decoding of t2LDR...
2011-08-22 Jim GrosbachImprove error checking for tPUSH and tPOP register...
2011-08-22 Owen AndersonMatch operand names to provide correct decoding for...
2011-08-22 Owen AndersonProvide a correct decoder hook for Thumb2 shifted regis...
2011-08-22 Jim GrosbachThumb assemmbly parsing diagnostic improvements for...
2011-08-22 Jim GrosbachTemporarilly mark tMUL as not commutable.
2011-08-22 Owen AndersonProvide operand encoding information for half-precision...
2011-08-22 Owen AndersonFix decoding of VMOVSRR and VMOVRRS, which account...
2011-08-22 Jim GrosbachTighten up ARM reglist validation a bit.
2011-08-22 Owen AndersonFix another batch of VLD/VST decoding crashes discovere...
2011-08-22 Owen AndersonCorrect writeback handling of duplicating VLD instructi...
2011-08-22 Jim GrosbachClean up predicates on ARM target instruction aliases.
2011-08-22 Owen AndersonFix an incorrect shift when decoding SP-relative stores...
2011-08-20 Chad RosierRemove the VMOVQQ pseudo instruction.
2011-08-20 Chad RosierRemove VMOVQQQQ pseudo instruction.
2011-08-20 Jakob Stoklund OlesenAdd <imp-def> operands to QQ and QQQQ stack loads.
2011-08-20 Chad RosierVMOVQQQQs pseudo instructions are only created by ARMBa...
2011-08-19 Jim GrosbachThumb parsing and encoding support for NOP.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for NEG.
2011-08-19 Jim GrosbachFix NEG alias
2011-08-19 Jim GrosbachBe more lenient on tied operand matching for MUL.
2011-08-19 Jim GrosbachUpdate tests.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MUL.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MOV.
2011-08-19 Jim GrosbachTidy up. Tab character.
2011-08-19 Jim GrosbachTab characters.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LSL(immediate).
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDRSB and LDRSH.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDRH.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDRB.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(literal).
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(immediate...
2011-08-19 Jim GrosbachUse helper function to check for low registers.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(immediate...
2011-08-19 Jim GrosbachAdd explanatory comment.
2011-08-19 Benjamin KramerMake a bunch of symbols private.
2011-08-18 Owen AndersonSTC2L_POST and STC2L_POST should be handled the same...
2011-08-18 Owen AndersonFix the decoding of RFE instruction. RFEs have the...
2011-08-18 Owen AndersonRemember to fill in some operands so we can print _some...
2011-08-18 Owen AndersonImprove handling of failure and unpredictable cases...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for LDM instruction.
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for CMP.
2011-08-18 Jim GrosbachThumb instructions CBZ and CBNZ are Thumb2, not THumb1.
2011-08-18 Jim GrosbachARM Thumb blx instruction fixup has same data range...
2011-08-18 Jim Grosbach80 columns.
2011-08-18 Jim GrosbachAdd missing 'break'.
2011-08-17 Jim GrosbachRemove extraneous newline from operand print method...
2011-08-17 Jim GrosbachClean up patterns for Thumb1 system instructions.
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for B.
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for ASR.
2011-08-17 Jim GrosbachTidy up. 80 columns.
2011-08-17 Jim GrosbachARM clean up the imm_sr operand class representation.
2011-08-17 Jim GrosbachFix predicate for imm1_32
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for ADR.
2011-08-17 Jim Grosbach80 columns.
2011-08-17 Jim GrosbachTidy up.
2011-08-17 Owen AndersonBe more careful in the Thumb decoder hooks to avoid...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-16 Jim GrosbachThumb ADD(immediate) parsing support.
2011-08-16 Owen AndersonSeparate out Thumb1 instructions that need an S bit...
2011-08-16 Jim GrosbachThumb parsing diagnostics for low-reg requirements...
2011-08-16 Jim GrosbachAdd missing exit for 'case'.
2011-08-16 Jim GrosbachThumb assembly parsing and encoding for ADD(register...
2011-08-16 Jim GrosbachMove some logic into a helper function and expand the...
2011-08-16 Jim GrosbachARM thumb assembly parsing for arithmetic flag setting...
2011-08-16 Jim GrosbachARM .align NOP padding uses different encoding pre...
2011-08-15 Owen AndersonSpecify a necessary fixed bit for VLD3DUP, and otherwis...
2011-08-15 Jim GrosbachMCTargetAsmParser target match predicate support.
2011-08-15 Owen AndersonEnforce the constraint that Rt must be even on LDRD...
2011-08-15 Owen AndersonRemove dead classes.
2011-08-15 Owen AndersonFix incorrect encoding of UMAAL and friends. Patch...
2011-08-15 Owen AndersonFix decoding LDRSB and LDRSH in Thumb1 mode. Patch...
2011-08-15 Owen AndersonFix problems decoding the to/from-lane NEON memory...
2011-08-15 Jim GrosbachUpdate comment to reflect MC target machine refactor.
2011-08-13 Bob WilsonExpand VMOVQQQQ pseudo instructions.
2011-08-12 Jim GrosbachARM STR_POST_IMM offset encoding fix in load/store...
2011-08-12 Jim GrosbachARM expansion of pre-indexed store pseudos should maint...
2011-08-12 Owen AndersonFix some remaining issues with decoding ARM-mode memory...
2011-08-12 Owen AndersonFix decoding of ARM-mode STRH.
next