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