aboutsummaryrefslogtreecommitdiff
path: root/opcodes/aarch64-opc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-24More -Wstack-usage warnings: opcodes/aarch64-*Jan Kratochvil1-4/+3
2016-01-20[AArch64] Reject invalid immediate operands to MSR UAOMatthew Wahab1-2/+4
2016-01-14[AArch64] Fix missing architecture checks for ARMv8.2 system registers.Matthew Wahab1-9/+7
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-14[AArch64][PATCH 11/14] Add support for the 2H vector type.Matthew Wahab1-0/+1
2015-12-14[AArch64] Fix errors rebasing the ARMv8.2 AT and system registers patchMatthew Wahab1-6/+7
2015-12-11[AArch64][Patch 5/5] Add instruction PSB CSYNCMatthew Wahab1-0/+5
2015-12-11[AArch64][Patch 4/5] Support HINT aliases taking operands.Matthew Wahab1-0/+12
2015-12-11[AArch64][Patch 2/5] Add Statistical Profiling Extension system registers.Matthew Wahab1-1/+30
2015-12-10[Aarch64] Support ARMv8.2 AT instructionsMatthew Wahab1-0/+8
2015-12-10[AArch64][PATCH 2/2] Support ARMv8.2 DC CVAP instruction.Matthew Wahab1-0/+16
2015-12-10[AArch64][PATCH 1/2] Add support for ARMv8.2 DC CVAP instruction.Matthew Wahab1-45/+59
2015-12-10[AArch64][binutils] Add support for ARMv8.2 PSTATE.UAO.Matthew Wahab1-0/+14
2015-12-10[AArch64][PATCH 2/2] Add RAS system registers.Matthew Wahab1-0/+37
2015-11-27[AArch64][PATCH 2/3] Adjust a utility function for floating point values.Matthew Wahab1-7/+27
2015-11-27[AArch64] Add ARMv8.2 instructions BFC and REV64.Matthew Wahab1-1/+1
2015-11-27[Aarch64] Support an ARMv8.2 system register.Matthew Wahab1-0/+5
2015-11-20[AArch64] Add support for ARMv8.1 Virtulization Host Extensions.Matthew Wahab1-0/+66
2015-11-19[AArch64] Reject invalid immediate operands to MSR PANMatthew Wahab1-0/+8
2015-10-07Avoid using 'template' C++ keywordYao Qi1-1/+1
2015-06-16[AArch64] Support id_mmfr4 system registerMatthew Wahab1-0/+1
2015-06-01[AArch64][libopcode] Add support for PAN architecture extensionMatthew Wahab1-0/+38
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-09-03[PATCH/AArch64] Implement LSE featureJiong Wang1-0/+21
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-02-27opcodes/Yufeng Zhang1-2/+5
2013-11-20gas/testsuite/Yufeng Zhang1-5/+5
2013-11-18Revert "Add support for AArch64 trace unit registers."Yufeng Zhang1-236/+0
2013-11-15gas/Yufeng Zhang1-0/+236
2013-11-05gas/Yufeng Zhang1-310/+322
2013-11-05gas/Yufeng Zhang1-0/+10
2013-11-05opcodes/Yufeng Zhang1-4/+13
2013-08-28 * aarch64-opc.c (aarch64_logical_immediate_p): Return FALSE if theNick Clifton1-1/+2
2013-05-13gas/Yufeng Zhang1-3/+3
2013-02-14opcodes/Yufeng Zhang1-15/+18
2013-01-17include/opcode/Yufeng Zhang1-5/+5
2013-01-04opcodes/Yufeng Zhang1-2/+18
2013-01-04 * aarch64-opc.c (aarch64_prfops): Update to support PLIL1KEEP,Nick Clifton1-14/+14
2012-10-15Updated the system register table.Yufeng Zhang1-4/+3
2012-10-15Added missing alignment check to load/store uimm12 immediate offset.Yufeng Zhang1-1/+1
2012-08-13Add support for 64-bit ARM architecture: AArch64Nick Clifton1-0/+3074