| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] Introduce the 'sevl' instruction in ARMv8. | Joey Gouly | 2013-10-01 | 5 | -16/+22 |
* | [ARM] Fix Thumb(-2) diagnostic tests. | Tilmann Scheller | 2013-09-30 | 2 | -12/+12 |
* | [ARM] Use FileCheck instead of grep for ARM LDRD negative tests. | Tilmann Scheller | 2013-09-30 | 1 | -19/+42 |
* | [ARM] Assembler: ARM LDRD with writeback requires the base register to be dif... | Tilmann Scheller | 2013-09-30 | 1 | -0/+6 |
* | [ARM] Assembler: Add more negative tests for ARM LDRD. | Tilmann Scheller | 2013-09-30 | 1 | -0/+8 |
* | ARM: Teach assembler to enforce constraints for ARM LDRD destination register... | Tilmann Scheller | 2013-09-27 | 2 | -20/+40 |
* | ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate... | Tilmann Scheller | 2013-09-27 | 1 | -0/+9 |
* | [ARMv8] Add support for the v8 cryptography extensions. | Amara Emerson | 2013-09-19 | 4 | -1/+173 |
* | 'svn add' the test cases. | Joey Gouly | 2013-09-18 | 3 | -0/+62 |
* | [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}. | Joey Gouly | 2013-09-17 | 1 | -3/+13 |
* | Fix tests for hasFPARMv8 name change (r190692) | Amaury de la Vieuville | 2013-09-13 | 3 | -3/+3 |
* | [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line options | Joey Gouly | 2013-09-13 | 1 | -1/+1 |
* | Somehow this important part of the patch, where I actually check the Mask, | Joey Gouly | 2013-09-12 | 1 | -3/+6 |
* | Add an instruction deprecation feature to TableGen. | Joey Gouly | 2013-09-12 | 1 | -0/+2 |
* | [ARMv8] Add some missing tests for DSB/DMB. | Joey Gouly | 2013-09-05 | 1 | -1/+36 |
* | [ARMv8] Implement the new DMB/DSB operands. | Joey Gouly | 2013-09-05 | 1 | -1/+36 |
* | Add AArch32 DCPS{1,2,3} and HLT instructions. | Richard Barton | 2013-09-05 | 4 | -0/+90 |
* | [ARMv8] | Joey Gouly | 2013-08-28 | 2 | -0/+30 |
* | [ARMv8] Add MC support for the new load/store acquire/release instructions. | Joey Gouly | 2013-08-27 | 2 | -0/+66 |
* | [ARMv8] Add some negative tests for the recent VFP/NEON instructions. | Joey Gouly | 2013-08-27 | 2 | -3/+108 |
* | Fix ARM vcvt encoding when the number of fractional bits is zero. | Mihai Popa | 2013-08-22 | 1 | -0/+16 |
* | Make "mov" work for all Thumb2 MOV encodings | Mihai Popa | 2013-08-21 | 1 | -1/+16 |
* | Thumb2 add immediate alias for SP | Mihai Popa | 2013-08-19 | 1 | -0/+2 |
* | Add support for Thumb2 literal loads with negative zero offset | Mihai Popa | 2013-08-16 | 1 | -0/+12 |
* | Fix Thumb2 aliasing complementary instructions taking modified immediates | Mihai Popa | 2013-08-16 | 1 | -1/+8 |
* | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 2 | -4/+0 |
* | This fixes three issues related to Thumb literal loads: | Mihai Popa | 2013-08-15 | 2 | -6/+21 |
* | ARMv8: SWP and SWPB are obsoleted on ARMv8. | Joey Gouly | 2013-08-13 | 1 | -0/+7 |
* | Fix signed overflow in when computing encodings for ADR instructions | Mihai Popa | 2013-08-13 | 1 | -1/+2 |
* | This fixes the Thumb2 CPS assembly syntax. | Mihai Popa | 2013-08-09 | 2 | -0/+35 |
* | Fix assembling of Thumb2 branch instructions. | Mihai Popa | 2013-08-09 | 6 | -6/+330 |
* | This corrects creation of operands for t2PLDW. It also removes the definition... | Mihai Popa | 2013-08-06 | 2 | -2/+7 |
* | Support APSR_nzcv as operand for Thumb2 mrc. Deprecate pre-UAL syntax (pc ins... | Mihai Popa | 2013-08-06 | 2 | -15/+14 |
* | [ARMv8] Add an assembler warning for the deprecated 'setend' instruction. | Joey Gouly | 2013-08-02 | 1 | -0/+3 |
* | Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction. | Kevin Enderby | 2013-07-31 | 1 | -0/+4 |
* | This adds range checking for "ldr Rn, [pc, #imm]" Thumb | Mihai Popa | 2013-07-22 | 1 | -2/+19 |
* | [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. | Joey Gouly | 2013-07-19 | 2 | -0/+74 |
* | ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form. | Tilmann Scheller | 2013-07-19 | 2 | -0/+10 |
* | [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/+130 |
* | Add the tests that I forgot to 'svn add' with my previous commit (r186504). | Joey Gouly | 2013-07-17 | 2 | -0/+20 |
* | ARM: Add support for the Thumb2 PLI alternate literal form. | Tilmann Scheller | 2013-07-16 | 1 | -0/+4 |
* | Add newlines at end of test files, no functionality change | Stephen Lin | 2013-07-13 | 1 | -1/+1 |
* | Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -0/+19 |
* | Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -0/+15 |
* | Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 1 | -0/+38 |
* | CEHCK->CHECK typo fix. | Eric Christopher | 2013-07-08 | 1 | -4/+4 |
* | Fix up whitespace. | Eric Christopher | 2013-07-08 | 1 | -36/+36 |
* | Add MC support for the v8fp instructions: vmaxnm and vminnm. | Joey Gouly | 2013-07-06 | 1 | -0/+11 |
* | Add 'not' in front of a command that is expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |