summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* 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
* ARM encoding tests for STC.Jim Grosbach2011-10-12
* ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach2011-10-12
* ARM assembly parsing and encoding for LDC{2}{L}/STC{2}{L} instructions.Jim Grosbach2011-10-11
* Update test for r141704.Jim Grosbach2011-10-11
* Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. TakeNick Lewycky2011-10-11
* Add X86 LZCNT instruction. Including instruction selection support.Craig Topper2011-10-11
* Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper2011-10-11
* Also create a shndx even if there are no symbols. This lets us testNick Lewycky2011-10-11
* Insert dummy ED table entries for pseudo-instructions.Jakob Stoklund Olesen2011-10-10
* Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disa...Craig Topper2011-10-09
* Enable ARM mode VDUP(scalar) tests.Jim Grosbach2011-10-07
* ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach2011-10-07
* Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE.Craig Topper2011-10-07
* Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT.Craig Topper2011-10-07
* Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper2011-10-07
* Tidy up tests. Un-XFAIL file and mark individual tests as FIXME instead.Jim Grosbach2011-10-06
* Fix and clean up tests. Un-XFAIL.Jim Grosbach2011-10-06
* Fix and clean up tests. Un-XFAIL.Jim Grosbach2011-10-06
* Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...Craig Topper2011-10-06