Age | Commit message (Expand) | Author | Files | Lines |
2019-04-11 | [BINUTILS, AArch64, 2/2] Update Store Allocation Tag instructions | Sudakshina Das | 1 | -0/+2 |
2019-02-07 | AArch64: Add verifier for By elem Single and Double sized instructions. | Tamar Christina | 1 | -0/+24 |
2019-01-25 | AArch64: Remove ldgv and stgv instructions from Armv8.5-A Memory Tagging Exte... | Sudi Das | 1 | -6/+0 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-18 | Include bfd_stdint.h in bfd.h | Alan Modra | 1 | -1/+1 |
2018-11-12 | [BINUTILS, AARCH64, 8/8] Add data cache instructions for Memory Tagging Exten... | Sudakshina Das | 1 | -0/+40 |
2018-11-12 | [BINUTILS, AARCH64, 7/8] Add system registers for Memory Tagging Extension | Sudakshina Das | 1 | -0/+26 |
2018-11-12 | [BINUTILS, AARCH64, 6/8] Add Tag getting instruction in Memory Tagging Extension | Sudakshina Das | 1 | -0/+6 |
2018-11-12 | [BINUTILS, AARCH64, 4/8] Add Tag setting instructions in Memory Tagging Exten... | Sudakshina Das | 1 | -0/+35 |
2018-11-12 | [BINUTILS, AARCH64, 2/8] Add Tag generation instructions in Memory Tagging Ex... | Sudakshina Das | 1 | -0/+19 |
2018-10-16 | AArch64: Fix error checking for SIMD udot (by element) | Matthew Malcomson | 1 | -1/+2 |
2018-10-09 | [PATCH, BINUTULS, AARCH64, 9/9] Add SSBS to MSR/MRS | Sudakshina Das | 1 | -0/+14 |
2018-10-09 | [PATCH, BINUTILS, AARCH64, 8/9] Add SCXTNUM_ELx and ID_PFR2_EL1 system registers | Sudakshina Das | 1 | -0/+20 |
2018-10-09 | [PATCH, BINUTILS, AARCH64, 7/9] Add BTI instruction | Sudakshina Das | 1 | -3/+10 |
2018-10-09 | [PATCH, BINUTILS, AARCH64, 6/9] Add Random number instructions | Sudakshina Das | 1 | -0/+10 |
2018-10-09 | [PATCH, BINUTILS, AARCH64, 5/9] Add DC CVADP instruction | Sudakshina Das | 1 | -0/+6 |
2018-10-09 | [PATCH, BINUTILS, AARCH64, 4/9] Add Execution and Data Restriction instructions | Sudakshina Das | 1 | -0/+17 |
2018-10-08 | AArch64: Replace C initializers with memset | Tamar Christina | 1 | -1/+3 |
2018-10-03 | AArch64: Constraint disassembler and assembler changes. | Tamar Christina | 1 | -3/+3 |
2018-10-03 | AArch64: Add SVE constraints verifier. | Tamar Christina | 1 | -1/+348 |
2018-10-03 | AArch64: Refactor verifiers to make more general. | Tamar Christina | 1 | -6/+9 |
2018-07-06 | Fix the read/write flag for these registers on AArch64 | Tamar Christina | 1 | -5/+5 |
2018-06-29 | Fix AArch64 encodings for by element instructions. | Tamar Christina | 1 | -1/+2 |
2018-05-15 | Implement Read/Write constraints on system registers on AArch64 | Tamar Christina | 1 | -90/+99 |
2018-05-15 | Allow non-fatal errors to be emitted and for disassembly notes be placed on A... | Tamar Christina | 1 | -1/+1 |
2018-05-15 | Modify AArch64 Assembly and disassembly functions to be able to fail and repo... | Tamar Christina | 1 | -2/+2 |
2018-03-28 | Enhance the AARCH64 assembler to support LDFF1xx instructions which use REG+R... | Nick Clifton | 1 | -0/+2 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-19 | Correct disassembly of dot product instructions. | Tamar Christina | 1 | -0/+1 |
2017-12-19 | Add support for V_4B so we can properly reject it. | Tamar Christina | 1 | -0/+1 |
2017-11-09 | Add assembler and disassembler support for the new Armv8.4-a registers for AA... | Tamar Christina | 1 | -1/+147 |
2017-11-09 | Adds the new Fields and Operand types for the new instructions in Armv8.4-a. | Tamar Christina | 1 | -0/+9 |
2017-09-25 | Initialize 'imm' on opcodes/aarch64-opc.c:expand_fp_imm (and fix breakage on ... | Sergio Durigan Junior | 1 | -1/+1 |
2017-07-18 | Fix spelling typos. | Yuri Chornovian | 1 | -1/+1 |
2017-05-18 | Don't compare boolean values against TRUE or FALSE | Alan Modra | 1 | -4/+4 |
2017-04-24 | Fix snafu in aarch64 opcodes debugging statement. | Tamar Christina | 1 | -2/+2 |
2017-02-24 | [AArch64] Additional SVE instructions | Richard Sandiford | 1 | -0/+39 |
2017-02-15 | [AArch64] Add SVE system registers | Richard Sandiford | 1 | -0/+16 |
2017-02-03 | Fix compile time warning messages when compiling binutils with gcc 7.0.1. | Nick Clifton | 1 | -2/+4 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-13 | [Binutils][AARCH64]Remove Cn register for coprocessor CRn, CRm field | Renlin Li | 1 | -13/+4 |
2016-11-18 | [AArch64] Add ARMv8.3 FCMLA and FCADD instructions | Szabolcs Nagy | 1 | -2/+38 |
2016-11-18 | [AArch64] Add ARMv8.3 combined pointer authentication load instructions | Szabolcs Nagy | 1 | -0/+24 |
2016-11-11 | [AArch64] Add ARMv8.3 PACGA instruction | Szabolcs Nagy | 1 | -0/+1 |
2016-11-11 | [AArch64] Add ARMv8.3 pointer authentication key registers | Szabolcs Nagy | 1 | -0/+24 |
2016-10-07 | [AArch64] PR target/20667, fix disassembler for the "special" optional SYS_Rt... | Jiong Wang | 1 | -4/+8 |
2016-10-06 | -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -1/+6 |
2016-09-21 | [AArch64] Print spaces after commas in addresses | Richard Sandiford | 1 | -8/+8 |
2016-09-21 | [AArch64] Use "must" rather than "should" in error messages | Richard Sandiford | 1 | -3/+3 |
2016-09-21 | [AArch64] Add SVE condition codes | Richard Sandiford | 1 | -11/+22 |