| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction. | Kevin Enderby | 2013-07-31 | 1 | -0/+2 |
| * | Add not so that these tests pass with pipefail enabled. | Rafael Espindola | 2013-07-23 | 3 | -3/+3 |
| * | [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. | Joey Gouly | 2013-07-19 | 2 | -0/+50 |
| * | ARM: delete two tests now integrated into the larger files | Tim Northover | 2013-07-19 | 2 | -19/+0 |
| * | ARM: remove invalid invalid tests | Tim Northover | 2013-07-19 | 2 | -32/+0 |
| * | Improve llvm-mc disassembler mode and refactor ARM tests to use it | Tim Northover | 2013-07-19 | 63 | -611/+972 |
| * | [ARMv8] Add NEON instructions VCVT{A, N, P, M}. | Joey Gouly | 2013-07-18 | 2 | -0/+72 |
| * | Add Thumb tests for the ARMv8 FP instructions that I recently added. | Joey Gouly | 2013-07-18 | 1 | -0/+163 |
| * | Add the tests that I forgot to 'svn add' with my previous commit (r186504). | Joey Gouly | 2013-07-17 | 2 | -0/+20 |
| * | Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -0/+24 |
| * | Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -0/+19 |
| * | Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -0/+49 |
| * | Add MC support for the v8fp instructions: vmaxnm and vminnm. | Joey Gouly | 2013-07-06 | 1 | -0/+13 |
| * | Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr... | Joey Gouly | 2013-07-04 | 1 | -0/+25 |
| * | Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision. | Joey Gouly | 2013-07-04 | 2 | -0/+35 |
| * | This corrects the implementation of Thumb ADR instruction. There are three i... | Mihai Popa | 2013-07-03 | 1 | -1/+5 |
| * | ARM: operands should be explicit when disassembled | Amaury de la Vieuville | 2013-06-26 | 1 | -0/+4 |
| * | ARM: check predicate bits for thumb instructions | Amaury de la Vieuville | 2013-06-24 | 2 | -0/+18 |
| * | ARM: rGPR is meant to be unpredictable, not undefined | Amaury de la Vieuville | 2013-06-24 | 2 | -3/+2 |
| * | ARM: fix thumb1 nop decoding | Amaury de la Vieuville | 2013-06-24 | 1 | -8/+2 |
| * | ARM: fix IT decoding | Amaury de la Vieuville | 2013-06-24 | 1 | -2/+6 |
| * | ARM: enable decoding of pc-relative PLD/PLI | Amaury de la Vieuville | 2013-06-24 | 2 | -0/+32 |
| * | This reverts r155000. | Joey Gouly | 2013-06-20 | 2 | -4/+4 |
| * | ARM: add operands pre-writeback variants when needed | Amaury de la Vieuville | 2013-06-18 | 1 | -0/+16 |
| * | ARM: fix thumb literal loads decoding | Amaury de la Vieuville | 2013-06-18 | 1 | -2/+55 |
| * | ARM: thumb stores cannot use PC as dest register | Amaury de la Vieuville | 2013-06-18 | 1 | -0/+37 |
| * | ARM: fix thumb coprocessor instruction with pre-writeback disassembly | Amaury de la Vieuville | 2013-06-14 | 1 | -0/+3 |
| * | ARM: fix B decoding | Amaury de la Vieuville | 2013-06-13 | 1 | -0/+2 |
| * | This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar... | Mihai Popa | 2013-06-11 | 1 | -2/+10 |
| * | ARM: Enforce decoding rules for VLDn instructions | Amaury de la Vieuville | 2013-06-11 | 3 | -38/+62 |
| * | ARM: Fix STREX/LDREX reecoding | Amaury de la Vieuville | 2013-06-11 | 2 | -0/+28 |
| * | ARM: ISB cannot be passed the same options as DMB | Amaury de la Vieuville | 2013-06-10 | 2 | -0/+4 |
| * | ARM: fix VMOVvnf32 decoding when ambiguous with VCVT | Amaury de la Vieuville | 2013-06-08 | 1 | -0/+7 |
| * | ARM: enforce SRS decoding constraints | Amaury de la Vieuville | 2013-06-08 | 1 | -3/+7 |
| * | ARM: fix CPS decoding when ambiguous with QADD | Amaury de la Vieuville | 2013-06-08 | 2 | -0/+13 |
| * | ARM: fix VCVT decoding | Amaury de la Vieuville | 2013-06-08 | 1 | -0/+8 |
| * | This is a simple patch that changes RRX and RRXS to accept all registers as o... | Mihai Popa | 2013-06-05 | 1 | -0/+23 |
| * | ARM: add fstmx and fldmx instructions for assembly | Tim Northover | 2013-05-31 | 2 | -0/+22 |
| * | ARM: fix VEXT encoding corner case | Tim Northover | 2013-05-31 | 1 | -0/+5 |
| * | VSTn instructions have a number of encoding constraints which are not impleme... | Mihai Popa | 2013-05-20 | 2 | -4/+45 |
| * | Q registers are encoded in fields of the same length as D registers. As Q reg... | Mihai Popa | 2013-05-20 | 1 | -2/+2 |
| * | The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction... | Mihai Popa | 2013-05-13 | 1 | -0/+4 |
| * | s tightens up the encoding description for ARM post-indexed ldr instructions.... | Mihai Popa | 2013-04-30 | 1 | -1/+0 |
| * | ARM: Fix encoding of hint instruction for Thumb. | Quentin Colombet | 2013-04-26 | 2 | -0/+21 |
| * | ARM: Permit "sp" in ARM variant of STREXD instructions | Tim Northover | 2013-04-19 | 1 | -1/+2 |
| * | ARM: permit "sp" in ARM variants of MOVW/MOVT instructions | Tim Northover | 2013-04-19 | 1 | -0/+6 |
| * | ARM: Correct printing of pre-indexed operands. | Quentin Colombet | 2013-04-12 | 1 | -0/+42 |
| * | ARM: Make "SMC" instructions conditional on new TrustZone architecture feature. | Tim Northover | 2013-04-10 | 3 | -9/+33 |
| * | Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th... | Gordon Keiser | 2013-03-28 | 1 | -0/+3 |
| * | Patch by Gordon Keiser! | Joe Abbey | 2013-03-26 | 1 | -0/+2 |