ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata too
[oota-llvm.git] / test / MC /
2011-10-06 Craig TopperFix assembling of xchg %eax, %eax to not use the NOP...
2011-10-05 Owen AndersonSupport a valid, but not very useful, encoding of CPSIE...
2011-10-04 Owen AndersonTeach the MC to output code/data region marker labels...
2011-10-04 Jim GrosbachTidy up formatting.
2011-10-04 Jim GrosbachUn-XFAIL file. Comment out individual failing instructions.
2011-10-04 Jim GrosbachTidy up formatting.
2011-10-04 Jim GrosbachUn-XFAIL file. Fix incorrect CHECK lines. General forma...
2011-10-04 Jim GrosbachUn-XFAIL file. Fix incorrect CHECK line. General format...
2011-10-04 Jim GrosbachTidy up formatting.
2011-10-04 Jim GrosbachUn-XFAIL file. Fix incorrect CHECK line.
2011-10-04 Jim GrosbachUn-XFAIL the file. Disable only the individual tests...
2011-10-04 Jim GrosbachUn-XFAIL the file. Disable only the individual tests...
2011-10-04 Jim GrosbachTidy up. Formatting.
2011-10-04 Craig TopperAdd support in the disassembler for ignoring the L...
2011-10-03 Jim GrosbachTidy up. These tests are covered in the .s file tests...
2011-10-03 Jim GrosbachARM assembly parsing and encoding for VMOV immediate.
2011-10-03 Jim GrosbachARM parsing/encoding for VCMP/VCMPE.
2011-10-03 Jim GrosbachARM assembly parsing and encoding for VMRS/FMSTAT.
2011-10-03 Jim GrosbachUpdate test for 141010.
2011-10-03 Jim GrosbachTidy up a bit. Formatting.
2011-10-03 Craig TopperAdd support for MOVBE and RDRAND instructions for the...
2011-10-03 Craig TopperTreat VEX.vvvv as a 3-bit field outside of 64-bit mode...
2011-10-03 Craig TopperTest updates that were supposed to go with r140993.
2011-10-02 Craig TopperFix some Intel syntax disassembly issues with instructi...
2011-10-02 Craig TopperSpecial case disassembler handling of REX.B prefix...
2011-10-01 Craig TopperFix disassembling of INVEPT and INVVPID to take operands
2011-10-01 Craig TopperFix disassembler handling of CRC32 which is an odd...
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-27 Jim GrosbachARM Thumb2 asm parsing [SU]XT[BH] without rotate but...
2011-09-26 Owen AndersonFix an incorrect decoder test.
2011-09-26 Owen AndersonRemove incorrect testcases.
2011-09-26 Craig TopperFix VEX decoding in i386 mode. Fixes PR11008.
2011-09-23 Owen AndersonTeach the Thumb2 AsmParser to accept pre-indexed loads...
2011-09-23 Owen AndersonFix incorrect disassembly test.
2011-09-23 Owen AndersonPost-index loads/stores in still need to print the...
2011-09-23 Owen AndersonReapply r140412 (Thumb2 reg-reg loads cannot target...
2011-09-23 Craig TopperDon't allow 32-bit only instructions to be disassembled...
2011-09-22 Craig TopperFix register printing in disassembling of push/pop...
2011-09-21 Owen AndersonTurns out that Thumb2 ADR doesn't need special printing...
2011-09-21 Owen AndersonPrint out immediate offset versions of PC-relative...
2011-09-20 Bruno Cardoso LopesThe wrong relocation was being emitted for several...
2011-09-20 Owen AndersonPort over more Thumb2 encoding tests to decoding tests.
2011-09-20 Jim GrosbachNuke obsolete test file.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for WFE/WFI/YIELD.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UXTAB/UXTAB16...
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USUB8/USUB16.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USAX.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USAT16.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USAT.
2011-09-20 Jim GrosbachTidy up.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UQSAD8/USADA8.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UQSUB16/UQSUB8.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UQASX/UQSAX.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UQADD16/UQADD8.
2011-09-19 Bruno Cardoso LopesFix PR10949. Fix the encoding of VMOVPQIto64rr.
2011-09-19 Jim GrosbachTidy up a bit.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UMAAL/UMLAL...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UHSUB16/UHSUB8.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UHASX/UHSAX.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UHADD16/UHADD8.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UBFX.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UASX.
2011-09-19 Jim GrosbachFix copy/past-o. Gotta remember that 'modify' step...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UADD16/UADD8.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for TST.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for TBB/TBH.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for TEQ.
2011-09-19 Jim GrosbachRemove FIXME. TBB/TBH are Thumb mode only instructions.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SXTB/SXTB16...
2011-09-19 Owen AndersonHandle STRT (and friends) like LDRT (and friends) for...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SXTAB/SXTAB16...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SVC.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SUB(register).
2011-09-19 Stepan DyatkovskiyAdded regression test for bug #10869.
2011-09-16 Owen AndersonAdd a testcase for another corner-case decoding.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SUB(immediate).
2011-09-16 Owen AndersonFix disassembly of Thumb2 BFI instructions with bit...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STRT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for LDRHT/STRHT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STREX/STREXB...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STRD.
2011-09-16 Jim GrosbachSimplify comment. There's no Thumb LDRD(register) encod...
2011-09-16 Owen AndersonAdd fixed bits to correctly distinguish Thumb2 SSAT...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STRBT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STRH.
2011-09-16 Jim GrosbachRemove test of undocumented format.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STRB.
2011-09-16 Jim GrosbachShuffle a few more thumb2 tests to match the comment...
2011-09-16 Jim GrosbachThumb2 tests for STR(literal), STR(register) and STR...
2011-09-16 Jim GrosbachShuffle a few tests around.
2011-09-16 Owen AndersonFix disassembly of Thumb2 LDRSH with a #-0 offset.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STR(immediate).
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STMDB.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STMIA.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSUB16/SSUB8.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAX.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAT16.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SRS.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMMUSD/SMUSDX.
next