aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete test.Jim Grosbach2011-11-161-58/+0
* Generalize the fixup info for ARM mode.Jim Grosbach2011-11-161-2/+2
* Update test for r144842.Jim Grosbach2011-11-161-1/+1
* ARM assembly parsing for register range syntax for VLD/VST register lists.Jim Grosbach2011-11-151-0/+8
* ARM assembly parsing two operand forms for shift instructions.Jim Grosbach2011-11-151-0/+8
* ARM alternate size suffices for VTRN instructions.Jim Grosbach2011-11-151-0/+60
* ARM assembly parsing for optional datatype suffix on VFP VMOV GPR<->VFP insns.Jim Grosbach2011-11-151-0/+10
* ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach2011-11-151-0/+6
* ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach2011-11-151-0/+2
* Testcase for r144684.Jim Grosbach2011-11-151-0/+2
* Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...Owen Anderson2011-11-151-0/+6
* Thumb2 assembly parsing for mul.w in IT block fix.Jim Grosbach2011-11-151-0/+4
* ARM parsing datatype suffix variants for non-writeback VST1 instructions.Jim Grosbach2011-11-141-0/+21
* ARM parsing datatype suffix variants for non-writeback VLD1 instructions.Jim Grosbach2011-11-141-0/+28
* ARM parsing optional datatype suffix for VAND/VEOR/VORR instructions.Jim Grosbach2011-11-141-0/+177
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-143-44/+44
* ARM optional size suffix for VLDR/VSTR syntax.Jim Grosbach2011-11-111-0/+10
* ARM allow Q registers in vldm/vstm register lists.Jim Grosbach2011-11-111-0/+2
* Thumb2 parsing for push/pop w/ hi registers in the reglist.Jim Grosbach2011-11-101-0/+15
* Thumb MUL assembly parsing for 3-operand form.Jim Grosbach2011-11-101-0/+2
* ARM assembly parsing for LSR/LSL/ROR(immediate).Jim Grosbach2011-11-102-6/+33
* ARM assembly parsing for ASR(immediate).Jim Grosbach2011-11-101-1/+8
* Thumb2 assembly parsing STMDB w/ optional .w suffix.Jim Grosbach2011-11-091-0/+2
* 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