aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-076-41/+41
* Fix the issue that r143552 was trying to address the _right_ way. One-regist...Owen Anderson2011-11-021-0/+4
* Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby2011-11-011-0/+22
* Fix disassembly of some VST1 instructions.Owen Anderson2011-11-011-1/+2
* Move test to the X86 directory, note the PR number and only run MC once.Rafael Espindola2011-10-312-6/+3
* More not-crashing NEON disassembly updates for the vld refactoring.Owen Anderson2011-10-311-0/+2
* Add Thumb2 alias for "mov Rd, #imm" to "mvn Rd, #~imm".Jim Grosbach2011-10-281-0/+7
* Fix illegal disassembly testcase.Owen Anderson2011-10-281-2/+2
* Reapply r143202, with a manual decoding hook for SWP. This change inadvertan...Owen Anderson2011-10-281-1/+1
* Thumb2 ADD/SUB instructions encoding selection outside IT block.Jim Grosbach2011-10-282-2/+6
* test/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit -mtriple=i386. It uses...NAKAMURA Takumi2011-10-281-3/+3
* ARM Allow 'q' registers in VLD/VST vector lists.Jim Grosbach2011-10-281-0/+9
* Add testcase for r143162.Owen Anderson2011-10-271-0/+4
* Change the sysexit mnemonic (and sysexitl) to never have the REX.W prefix andKevin Enderby2011-10-273-0/+21
* Thumb2 t2LDMDB[_UPD] assembly parsing to recognize .w suffix.Jim Grosbach2011-10-271-0/+4
* Thumb2 t2MVNi assembly parsing to recognize ".w" suffix.Jim Grosbach2011-10-271-2/+2
* Thumb2 ldr pc-relative encoding fixes.Jim Grosbach2011-10-261-8/+11
* ARM assembly parsing and encoding for VLD1 with writeback.Jim Grosbach2011-10-251-0/+20
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-241-0/+20
* ARM assembly parsing and encoding for VLD1 w/ writeback.Jim Grosbach2011-10-241-11/+47
* Fix a NEON disassembly case that was broken in the recent refactorings. As m...Owen Anderson2011-10-241-0/+4
* Update test for r142801.Jim Grosbach2011-10-241-1/+1
* Add X86 SARX, SHRX, and SHLX instructions.Craig Topper2011-10-233-0/+103
* Add X86 RORX instructionCraig Topper2011-10-233-0/+50
* Add X86 MULX instruction for disassembler.Craig Topper2011-10-232-0/+24
* Assembly parsing for 4-register sequential variant of VLD2.Jim Grosbach2011-10-211-6/+6
* Assembly parsing for 2-register sequential variant of VLD2.Jim Grosbach2011-10-211-7/+7
* Assembly parsing for 4-register variant of VLD1.Jim Grosbach2011-10-211-0/+9
* Assembly parsing for 3-register variant of VLD1.Jim Grosbach2011-10-211-1/+8
* ARM VLD parsing and encoding.Jim Grosbach2011-10-211-8/+8
* Revert r142618, r142622, and r142624, which were based on an incorrect readin...Owen Anderson2011-10-203-23/+73
* Fix decoding tests for fixed MSR encodings.Owen Anderson2011-10-202-55/+5
* Fix tests for corrected MSR encodings.Owen Anderson2011-10-201-18/+18
* ARM VLD1/VST1 (one register, no writeback) assembly parsing and encoding.Jim Grosbach2011-10-202-224/+222
* Tidy up formatting.Jim Grosbach2011-10-201-46/+59
* ARM VTBX (one register) assembly parsing and encoding.Jim Grosbach2011-10-201-13/+12
* Fix parsing of a line with only a # in it.Rafael Espindola2011-10-191-0/+15
* Rename PEXTR to PEXT. Add intrinsics for BMI instructions.Craig Topper2011-10-193-14/+14
* Tidy up formatting.Jim Grosbach2011-10-181-8/+12
* Tidy up formatting.Jim Grosbach2011-10-181-8/+12
* Enable more encoded immediate tests.Jim Grosbach2011-10-181-5/+5
* More vmov lane testcases.Jim Grosbach2011-10-181-22/+22
* ARM vmla/vmls assembly parsing for the lane index operand.Jim Grosbach2011-10-181-4/+4
* ARM vmov assembly parsing for the lane index operand.Jim Grosbach2011-10-181-22/+22
* ARM vmla/vmls assembly parsing for the lane index operand.Jim Grosbach2011-10-182-4/+8
* Another failing encoding.Owen Anderson2011-10-181-0/+3
* Fix NEON mul encoding tests. Wrong file contents previously.Jim Grosbach2011-10-181-79/+71
* ARM vqdmulh assembly parsing for the lane index operand.Jim Grosbach2011-10-181-2/+2
* Remove duplicate test.Jim Grosbach2011-10-181-3/+0
* Tidy up formatting.Jim Grosbach2011-10-181-32/+43