Age | Commit message (Expand) | Author | Files | Lines |
2019-09-10 | [PATCH][ARM][GAS]: Support to MVE VCTP instruction. | Srinath Parvathaneni | 1 | -0/+41 |
2019-08-30 | [PATCH][ARM][GAS]: Assembler support to interpret MVE VMOV instruction correc... | Srinath Parvathaneni | 1 | -1/+7 |
2019-08-27 | Add support for the MVE VMOV instruction to the ARM assembler. This instruct... | Srinath Parvathaneni | 1 | -2/+4 |
2019-08-22 | Arm: Add support for missing CPUs | Dennis Zhang | 1 | -0/+9 |
2019-08-19 | Float16: Fix test failures for non ELF targets | Barnaby Wilks | 1 | -27/+22 |
2019-08-12 | Modify the ARM encoding and decoding of SQRSHRL and UQRSHLL MVE instructions. | Srinath Parvathaneni | 1 | -2/+41 |
2019-08-12 | Add generic and ARM specific support for half-precision IEEE 754 floating poi... | Barnaby Wilks | 1 | -2/+94 |
2019-08-05 | Removes support in the ARM assembler for the unsigned variants of the VQ(R)DM... | Barnaby Wilks | 1 | -2/+2 |
2019-07-22 | This patch addresses the change in the June Armv8.1-M Mainline specification,... | Barnaby Wilks | 1 | -5/+0 |
2019-06-27 | This fixes a bug in the ARm assembler where an immediate operand larger than ... | Barnaby Wilk s | 1 | -4/+9 |
2019-05-21 | [binutils, ARM] <spec_reg> changes for VMRS and VMSR instructions | Sudakshina Das | 1 | -11/+95 |
2019-05-21 | [binutils, Arm] Add support for conditional instructions in Armv8.1-M Mainline | Sudakshina Das | 1 | -1/+81 |
2019-05-21 | [binutils, Arm] Add support for shift instructions in MVE | Sudakshina Das | 1 | -0/+50 |
2019-05-21 | [GAS, Arm] PR24559: Fix pseudo load-operations for Armv8-M Baseline | Andre Vieira | 1 | -0/+5 |
2019-05-16 | [PATCH, GAS, Arm] Refactor check_simd_pred_availability | Andre Vieira | 1 | -50/+61 |
2019-05-16 | [PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp ... | Andre Vieira | 1 | -34/+74 |
2019-05-16 | [PATCH 35/57][Arm][GAS] Add support for MVE instructions: vshlc and vshll | Andre Vieira | 1 | -0/+61 |
2019-05-16 | [PATCH 34/57][Arm][GAS] Add support for MVE instructions: vshl and vqshl | Andre Vieira | 1 | -43/+154 |
2019-05-16 | [PATCH 33/57][Arm][GAS] Add support for MVE instructions: vshr, vrshr, vsli, ... | Andre Vieira | 1 | -16/+72 |
2019-05-16 | [PATCH 32/57][Arm][GAS] Add support for MVE instructions: vrintn, vrintx, vri... | Andre Vieira | 1 | -10/+9 |
2019-05-16 | [PATCH 31/57][Arm][GAS] Add support for MVE instructions: vshrn[tb], vrshrn[t... | Andre Vieira | 1 | -0/+77 |
2019-05-16 | [PATCH 30/57][Arm][GAS] Add support for MVE instructions: vqmovnt, vqmovnb, v... | Andre Vieira | 1 | -9/+82 |
2019-05-16 | [PATCH 29/57][Arm][GAS] Add support for MVE instructions: vqdmullt and vqdmullb | Andre Vieira | 1 | -0/+36 |
2019-05-16 | [PATCH 28/57][Arm][GAS] Add support for MVE instructions: vqdmlah, vqrdmlah, ... | Andre Vieira | 1 | -29/+97 |
2019-05-16 | [PATCH 27/57][Arm][GAS] Add support for MVE instructions: vqdmladh, vqrdmladh... | Andre Vieira | 1 | -0/+31 |
2019-05-16 | [PATCH 26/57][Arm][GAS] Add support for MVE instructions: vpnot and vpsel | Andre Vieira | 1 | -0/+30 |
2019-05-16 | [PATCH 25/57][Arm][GAS] Add support for MVE instruction: vmvn, vqabs and vqneg | Andre Vieira | 1 | -5/+26 |
2019-05-16 | [PATCH 24/57][Arm][GAS] Add support for MVE instructions: vmlas, vmulh and vr... | Andre Vieira | 1 | -0/+46 |
2019-05-16 | [PATCH 23/57][Arm][GAS] Add support for MVE instructions: vmla, vmul, vqadd a... | Andre Vieira | 1 | -13/+80 |
2019-05-16 | [PATCH 22/57][Arm][GAS] Add support for MVE instructions: vmlaldav, vmlalv, v... | Andre Vieira | 1 | -0/+118 |
2019-05-16 | [PATCH 21/57][Arm][GAS] Add support for MVE instructions: vmaxv, vmaxav, vmin... | Andre Vieira | 1 | -0/+33 |
2019-05-16 | [PATCH 20/57][Arm][GAS] Add support for MVE instructions: vmaxnmv, vmaxnmav, ... | Andre Vieira | 1 | -0/+24 |
2019-05-16 | [PATCH 19/57][Arm][GAS] Add support for MVE instructions: vmax[nm][a] and vmi... | Andre Vieira | 1 | -6/+56 |
2019-05-16 | [PATCH 18/57][Arm][GAS] Add support for MVE instructions: vhcadd, vhadd, vhsu... | Andre Vieira | 1 | -95/+148 |
2019-05-16 | [PATCH 17/57][Arm][GAS] Add support for MVE instructions: vfma and vfms | Andre Vieira | 1 | -5/+36 |
2019-05-16 | [PATCH 16/57][Arm][GAS] Add support for MVE instructions: vdup, vddup, vdwdup... | Andre Vieira | 1 | -1/+73 |
2019-05-16 | [PATCH 15/57][Arm][GAS] Add support for MVE instructions: vcls, vclz and vfmas | Andre Vieira | 1 | -4/+47 |
2019-05-16 | [PATCH 14/57][Arm][GAS] Add support for MVE instructions: vcadd, vcmla and vcmul | Andre Vieira | 1 | -15/+118 |
2019-05-16 | [PATCH 13/57][Arm][GAS] Add support for MVE instructions: vand, vbic, vorr, v... | Andre Vieira | 1 | -94/+123 |
2019-05-16 | [PATCH 12/57][Arm][GAS] Add support for MVE instructions: vaddlv and vaddv | Andre Vieira | 1 | -0/+63 |
2019-05-16 | [PATCH 11/57][Arm][GAS] Add support for MVE instructions: vadc, vsbc and vbrsr | Andre Vieira | 1 | -0/+54 |
2019-05-16 | [PATCH 10/57][Arm][GAS] Add support for MVE instructions: vcmp and vpt | Andre Vieira | 1 | -26/+293 |
2019-05-16 | [PATCH 9/57][Arm][GAS] Add support for MVE instructions: vmov | Andre Vieira | 1 | -84/+405 |
2019-05-16 | [PATCH 8/57][Arm][GAS] Add support for MVE instructions: vcvt | Andre Vieira | 1 | -19/+145 |
2019-05-16 | [PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr | Andre Vieira | 1 | -7/+321 |
2019-05-16 | [PATCH 6/57][Arm][GAS] Add support for MVE instructions: vst/vld{2,4} | Andre Vieira | 1 | -9/+103 |
2019-05-16 | [PATCH 5/57][Arm][GAS] Add support for MVE instructions: vmull{b,t} | Andre Vieira | 1 | -2/+98 |
2019-05-16 | [PATCH 4/57][Arm][GAS] Add support for MVE instructions: vabav, vmladav and v... | Andre Vieira | 1 | -3/+130 |
2019-05-16 | [PATCH 3/57][Arm][GAS] Add support for MVE instructions: vabs and vneg | Andre Vieira | 1 | -6/+7 |
2019-05-16 | [PATCH 2/57][Arm][GAS] Add support for MVE instructions: vpst, vadd, vsub and... | Andre Vieira | 1 | -324/+895 |