summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Assembly parsing for 4-register sequential variant of VLD2.Jim Grosbach2011-10-21
* Assembly parsing for 2-register sequential variant of VLD2.Jim Grosbach2011-10-21
* Assembly parsing for 4-register variant of VLD1.Jim Grosbach2011-10-21
* Assembly parsing for 3-register variant of VLD1.Jim Grosbach2011-10-21
* ARM VLD parsing and encoding.Jim Grosbach2011-10-21
* Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson2011-10-20
* Fix decoding tests for fixed MSR encodings.Owen Anderson2011-10-20
* Fix tests for corrected MSR encodings.Owen Anderson2011-10-20
* ARM VLD1/VST1 (one register, no writeback) assembly parsing and encoding.Jim Grosbach2011-10-20
* Tidy up formatting.Jim Grosbach2011-10-20
* ARM VTBX (one register) assembly parsing and encoding.Jim Grosbach2011-10-20
* Fix parsing of a line with only a # in it.Rafael Espindola2011-10-19
* Rename PEXTR to PEXT. Add intrinsics for BMI instructions.Craig Topper2011-10-19
* Tidy up formatting.Jim Grosbach2011-10-18
* Tidy up formatting.Jim Grosbach2011-10-18
* Enable more encoded immediate tests.Jim Grosbach2011-10-18
* More vmov lane testcases.Jim Grosbach2011-10-18
* ARM vmla/vmls assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* ARM vmov assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* ARM vmla/vmls assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* Another failing encoding.Owen Anderson2011-10-18
* Fix NEON mul encoding tests. Wrong file contents previously.Jim Grosbach2011-10-18
* ARM vqdmulh assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* Remove duplicate test.Jim Grosbach2011-10-18
* Tidy up formatting.Jim Grosbach2011-10-18
* ARM vmul assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* Tidy up.Jim Grosbach2011-10-18
* Add a few more testcases.Owen Anderson2011-10-18
* Add several FIXME cases for ARM encodings.Owen Anderson2011-10-18
* Tests for 142365.Jim Grosbach2011-10-18
* Tidy up formatting.Jim Grosbach2011-10-18
* ARM assembly parsing and encoding for VMOV.i64.Jim Grosbach2011-10-18
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach2011-10-18
* Enable a few more NEON immediate tests.Jim Grosbach2011-10-17
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach2011-10-17
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* ARM NEON "vmov.i8" immediate assembly parsing and encoding.Jim Grosbach2011-10-17
* Add X86 PEXTR and PDEP instructions.Craig Topper2011-10-16
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-16
* Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper2011-10-16
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2011-10-16
* Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper2011-10-15
* Update test for disabling of code/data marker labels in ELF.Owen Anderson2011-10-14
* Add X86 ANDN instruction. Including instruction selection.Craig Topper2011-10-14
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-14
* Revert r141854 because it was causing failures:Bill Wendling2011-10-13
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-13
* Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby2011-10-12
* Thumb2 assembly parsing and encoding for LDC/STC.Jim Grosbach2011-10-12