Thumb2 assembly parsing and encoding for SMMUL/SMMULR.
[oota-llvm.git] / test / MC /
2011-09-06 Jim GrosbachThumb2 parsing and encoding for DBG.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CMN and CMP.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CLZ.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CLREX.
2011-09-06 Owen AndersonPort more encoding tests over to Thumb2 decoding tests.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CDP/CDP2.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for CBZ/CBNZ.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BXJ.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BIC.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BFI.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BFC.
2011-09-02 Jim GrosbachThumb2 parsing and encoding of B instruction.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for ASR.
2011-09-02 Kevin EnderbyChange X86 disassembly to print immediates values as...
2011-09-02 Jim GrosbachThumb2 parsing and encoding for AND (register).
2011-09-02 Jim GrosbachThumb2 parsing and encoding for ADD (register).
2011-09-02 Kevin EnderbyFix the disassembly of the X86 "crc32w %ax, %eax" instr...
2011-09-02 Jim GrosbachTests for Thumb2 AND (immediate) instruction.
2011-09-02 Jim GrosbachAdd FIXME. Thumb2 ADR encoding choice is non-trivial.
2011-09-02 Craig TopperMake IC_VEX* not inherit from IC_*. Prevents instructio...
2011-09-01 Jim GrosbachARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs...
2011-09-01 Owen Andersont2Bcc is allowed to have a predicate without a precedin...
2011-09-01 Jim GrosbachThumb2 assembly parsing and encoding for ADD(immediate).
2011-08-31 Owen AndersonFix encoding for tBcc with immediate offset operand.
2011-08-31 Jim GrosbachRun the Thumb1 parser tests in Thumb2 mode, as well.
2011-08-31 Jim GrosbachThumb NOP encoding varies depending on ARCH revision.
2011-08-31 Owen AndersonFix roundtripping of Thumb BL/BLX instructions with...
2011-08-31 Jim GrosbachThumb2 parsing and encoding for ADC(register).
2011-08-31 Jim GrosbachTweak Thumb1 ADD encoding selection a bit.
2011-08-30 Owen AndersonFix issues with disassembly of IT instructions involvin...
2011-08-30 Owen AndersonFix encoding of CBZ/CBNZ Thumb2 instructions with immed...
2011-08-30 Owen AndersonFix encoding of PC-relative Thumb1 LDR's when using...
2011-08-30 Owen AndersonFix encoding of Thumb1 B instructions with immediate...
2011-08-30 Owen AndersonPort Thumb2 assembler tests over to disassembler tests.
2011-08-30 Craig TopperAdd vvvv support to disassembling of instructions with...
2011-08-29 Owen AndersonAdd missing encoding information for some of the GPR...
2011-08-29 Jim GrosbachRemove redundant tests from XFAIL'ed test file.
2011-08-29 Jim GrosbachThumb2 assembly parsing and encoding support for ADC...
2011-08-29 Jim GrosbachRemove test file. Superceded by other more exhaustive...
2011-08-29 Jim GrosbachThumb2 parsing and encoding for IT blocks.
2011-08-29 Kevin EnderbyFix the disassembly of the X86 crc32 instruction. ...
2011-08-29 Owen AndersonImprove handling of #-0 offsets for many more pre-index...
2011-08-29 Owen AndersonAdd support for parsing #-0 on non-memory-operand immed...
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
2011-08-26 Owen AndersonCorrect encoding of BL with immediate offset.
2011-08-26 Owen Andersoninvalid-LDR_PRE-arm.txt was already passing, but for...
2011-08-26 Owen AndersonSupport an extension of ARM asm syntax to allow immedia...
2011-08-26 Owen AndersonAdd a testcase for r138625.
2011-08-26 Craig TopperFix disassembling of VCVTSD2SI
2011-08-25 Owen AndersonPort over additional encoding tests to decoding tests...
2011-08-25 Craig TopperGive ATTR_VEX higher priority when generating the disas...
2011-08-25 Craig TopperAdd TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD...
2011-08-24 Evan ChengSome autoconf tests use module level inline asm to...
2011-08-24 Jim GrosbachUpdate tests for 138501.
2011-08-24 Jim GrosbachThumb parsing and encoding for SUB (SP minu immediate).
2011-08-24 Jim GrosbachThumb parsing and encoding support for ADD SP instructions.
2011-08-24 Owen AndersonPort over more encoding tests to decoding tests.
2011-08-23 Jim GrosbachThumb parsing and encoding for WFE, WFI and YIELD.
2011-08-23 Jim GrosbachThumb parsing and encoding for UXTB and UXTH.
2011-08-23 Jim GrosbachThumb parsing and encoding for TST.
2011-08-23 Jim GrosbachThumb parsing and encoding for SXTB and SXTH.
2011-08-23 Jim GrosbachThumb parsing and encoding for SVC.
2011-08-23 Jim GrosbachThumb parsing and encoding for SUB.
2011-08-23 Jim GrosbachThumb parsing and encoding for STRH.
2011-08-23 Jim GrosbachThumb parsing and encoding for STRB.
2011-08-23 Jim GrosbachThumb parsing and encoding for tSTRspi.
2011-08-23 Jim GrosbachThumb parsing and encoding for STR.
2011-08-23 Jim GrosbachThumb parsing and encoding for STM.
2011-08-23 Owen AndersonFix decoding of Thumb2 prefetch instructions, which...
2011-08-23 Owen AndersonFix two more instances of mis-matched operand names...
2011-08-23 Owen AndersonPort more assemble tests over to disassembly tests.
2011-08-22 Jim GrosbachThumb parsing and encoding for SETEND.
2011-08-22 Jim GrosbachThumb parsing and encoding for SBC.
2011-08-22 Jim GrosbachThumb parsing and encoding for RSB.
2011-08-22 Jim GrosbachThumb parsing and encoding for ROR.
2011-08-22 Jim GrosbachThumb parsing and encoding for REV/REV16/REVSH.
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 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 Jim GrosbachTidy up. Trailing whitespace.
2011-08-22 Owen AndersonProvide a correct decoder hook for Thumb2 shifted regis...
2011-08-22 Jim GrosbachThumb parsing and encoding for PUSH.
2011-08-22 Jim GrosbachFix think-o.
2011-08-22 Jim GrosbachThumb assemmbly parsing diagnostic improvements for...
2011-08-22 Jim GrosbachThumb assembly parsing and encoding for POP.
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 Owen AndersonFix another batch of VLD/VST decoding crashes discovere...
2011-08-22 Owen AndersonCorrect writeback handling of duplicating VLD instructi...
2011-08-22 Owen AndersonPort another swathe of Thumb1 encoding tests over to...
2011-08-22 Owen AndersonFix an incorrect shift when decoding SP-relative stores...
2011-08-22 Jim GrosbachThumb assembly parsing and encoding for ORR.
2011-08-20 Jim GrosbachFix AsmParser binary precedence for shift operators.
2011-08-20 Jim GrosbachTidy up. Whitespace.
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 GrosbachBe more lenient on tied operand matching for MUL.
2011-08-19 Bruno Cardoso LopesRe-write part of VEX encoding logic, to be more easy...
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MVN.
next