Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-06-29 | C++ comments | Alan Modra | 1 | -3/+3 |
2020-06-08 | [PATCH] arm: Add DFB instruction for ARMv8-R | Alex Coplan | 1 | -0/+8 |
2020-04-17 | [PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs. | Fredrik Strupe | 1 | -10/+47 |
2020-02-10 | [binutils][arm] Implement Custom Datapath Extensions for MVE | Matthew Malcomson | 1 | -0/+40 |
2020-02-10 | [binutils][arm] arm support for ARMv8.m Custom Datapath Extension | Matthew Malcomson | 1 | -1/+209 |
2020-01-20 | ubsan: arm: out of bounds array access | Alan Modra | 1 | -1/+1 |
2020-01-16 | [binutils][arm] PR25376 Change MVE into a CORE_HIGH feature | Andre Vieira | 1 | -232/+239 |
2020-01-13 | Add an option to objdump's disassembler to generate ascii art diagrams showin... | Thomas Troeger | 1 | -3/+44 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-24 | ubsan: arm: shift exponent 32 is too large for 32-bit type 'unsigned int' | Alan Modra | 1 | -3/+3 |
2019-12-18 | More signed overflow fixes | Alan Modra | 1 | -3/+3 |
2019-11-22 | Arm: Change CRC from fpu feature to archititectural extension | Mihail Ionescu | 1 | -12/+12 |
2019-11-12 | [binutils][arm] Update the decoding of MVE VMOV, VMVN | Mihail Ionescu | 1 | -6/+11 |
2019-11-07 | [Patch][binutils][arm] Armv8.6-A Matrix Multiply extension [9/10] | Matthew Malcomson | 1 | -0/+14 |
2019-11-07 | [binutils][arm] BFloat16 enablement [4/X] | Matthew Malcomson | 1 | -5/+30 |
2019-11-07 | [Patch][binutils][arm] Create a new generic coprocessor array [3/10] | Matthew Malcomson | 1 | -51/+86 |
2019-08-27 | Add support for the MVE VMOV instruction to the ARM assembler. This instruct... | Srinath Parvathaneni | 1 | -0/+23 |
2019-08-12 | Modify the ARM encoding and decoding of SQRSHRL and UQRSHLL MVE instructions. | Srinath Parvathaneni | 1 | -4/+10 |
2019-08-05 | Removes support in the ARM assembler for the unsigned variants of the VQ(R)DM... | Barnaby Wilks | 1 | -4/+4 |
2019-07-22 | This patch addresses the change in the June Armv8.1-M Mainline specification,... | Barnaby Wilks | 1 | -4/+0 |
2019-07-10 | arm-dis.c (print_insn_coprocessor): Rename index to index_operand. | Hans-Peter Nilsson | 1 | -5/+5 |
2019-06-04 | Remove an unnecessary set of parentheses in the arm-dis.c source file. | Alan Hayward | 1 | -1/+1 |
2019-05-21 | [binutils, ARM] <spec_reg> changes for VMRS and VMSR instructions | Sudakshina Das | 1 | -2/+22 |
2019-05-21 | [binutils, Arm] Add support for conditional instructions in Armv8.1-M Mainline | Sudakshina Das | 1 | -0/+89 |
2019-05-21 | [binutils, Arm] Add support for shift instructions in MVE | Sudakshina Das | 1 | -0/+183 |
2019-05-16 | [PATCH 56/57][Arm][OBJDUMP] Add support for MVE instructions: vpnot, vpsel, v... | Andre Vieira | 1 | -0/+142 |
2019-05-16 | [PATCH 55/57][Arm][OBJDUMP] Add support for MVE instructions: vmul, vmulh, vr... | Andre Vieira | 1 | -0/+73 |
2019-05-16 | [PATCH 54/57][Arm][OBJDUMP] Add support for MVE instructions: vmax(a), vmax(a... | Andre Vieira | 1 | -0/+154 |
2019-05-16 | [PATCH 53/57][Arm][OBJDUMP] Add support for MVE instructions: vand, vbrsr, vc... | Andre Vieira | 1 | -0/+66 |
2019-05-16 | [PATCH 52/57][Arm][OBJDUMP] Add support for MVE instructions: vadc, vabav, va... | Andre Vieira | 1 | -0/+143 |
2019-05-16 | [PATCH 51/57][Arm][OBJDUMP] Add support for MVE instructions: lctp, letp, wls... | Andre Vieira | 1 | -3/+18 |
2019-05-16 | [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions | Andre Vieira | 1 | -2/+409 |
2019-05-16 | [PATCH 49/57][Arm][OBJDUMP] Add support for MVE complex number instructions | Andre Vieira | 1 | -0/+142 |
2019-05-16 | [PATCH 48/57][Arm][OBJDUMP] Add support for MVE instructions: vddup, vdwdup, ... | Andre Vieira | 1 | -1/+87 |
2019-05-16 | [PATCH 47/57][Arm][OBJDUMP] Add support for MVE instructions: vaddv, vmlaldav... | Andre Vieira | 1 | -0/+286 |
2019-05-16 | [PATCH 46/57][Arm][OBJDUMP] Add support for MVE instructions: vmovl, vmull, v... | Andre Vieira | 1 | -0/+196 |
2019-05-16 | [PATCH 45/57][Arm][OBJDUMP] Add support for MVE instructions: vmov, vmvn, vor... | Andre Vieira | 1 | -5/+604 |
2019-05-16 | [PATCH 44/57][Arm][OBJDUMP] Add support for MVE instructions: vcvt and vrint | Andre Vieira | 1 | -2/+367 |
2019-05-16 | [PATCH 43/57][Arm][OBJDUMP] Add support for MVE instructions: scatter stores ... | Andre Vieira | 1 | -1/+355 |
2019-05-16 | [PATCH 42/57][Arm][OBJDUMP] Add support for MVE instructions: vldr[bhw] and v... | Andre Vieira | 1 | -0/+263 |
2019-05-16 | [PATCH 41/57][Arm][OBJDUMP] Add support for MVE instructions: vld[24] and vst... | Andre Vieira | 1 | -0/+178 |
2019-05-16 | [PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfm... | Andre Vieira | 1 | -14/+204 |
2019-05-16 | [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp | Andre Vieira | 1 | -12/+614 |
2019-05-16 | [PATCH 38/57][Arm][OBJDUMP] Disable the use of MVE reserved coproc numbers in... | Andre Vieira | 1 | -0/+7 |
2019-05-16 | [PATCH 37/57][Arm][OBJDUMP] Add framework for MVE instructions | Andre Vieira | 1 | -4/+258 |
2019-04-15 | [binutils, ARM, 16/16] Add support to VLDR and VSTR of system registers | Andre Vieira | 1 | -1/+51 |
2019-04-15 | [binutils, ARM, 15/16] Add support for VSCCLRM | Andre Vieira | 1 | -0/+32 |
2019-04-15 | [opcodes, ARM, 14/16] Add mode availability to coprocessor table entries | Andre Vieira | 1 | -413/+434 |
2019-04-15 | [binutils, ARM, 13/16] Add support for CLRM | Andre Vieira | 1 | -2/+15 |