binutils-gdb/gas/doc
Matthew Wahab 73af8ed6b1 [AArch64][Patch 1/5] Support the ARMv8.2 Statistical Profiling Extension.
The Statistical Profile extension included in the ARMv8.2 architecture
adds a number of system registers and a new instruction. This patch set
adds support for the extension to binutils, enabled when
-march=armv8.2-a+profile is given.

The patches in this series:
- Add the new command line option and feature flags.
- Add the new system registers.
- Adjust the maximum number of aliases permitted for an instruction.
- Add support for HINT aliases which take operands.
- Add the new instruction, an alias of the HINT instruction.

This patch adds the option "profile" to the permitted architecture
extensions, disabling it by default.

gas/
2015-12-11  Matthew Wahab  <matthew.wahab@arm.com>

	* config/tc-aarch64.c (aarch64_features): Add "profile".
	* doc/c-aarch64.texi (AArch64 Extensions): Add "profile".

include/opcode/
2015-12-11  Matthew Wahab  <matthew.wahab@arm.com>

	* aarch64.h (AARCH64_FEATURE_PROFILE): New.

Change-Id: If9bb4a9b69a264180f96f8ffaf10b15ced273699
2015-12-11 09:30:26 +00:00
..
all.texi
as.texinfo Add assembler, disassembler and linker support for power9. 2015-11-11 19:52:52 -06:00
c-aarch64.texi [AArch64][Patch 1/5] Support the ARMv8.2 Statistical Profiling Extension. 2015-12-11 09:30:26 +00:00
c-alpha.texi
c-arc.texi New ARC implementation. 2015-10-07 14:20:19 +01:00
c-arm.texi [ARM] Add ARMv8.2 architecture feature and command line option. 2015-11-19 09:24:14 +00:00
c-avr.texi
c-bfin.texi
c-cr16.texi
c-cris.texi
c-d10v.texi
c-d30v.texi
c-epiphany.texi
c-h8300.texi
c-hppa.texi
c-i370.texi
c-i386.texi Add support for monitorx/mwaitx instructions 2015-06-30 07:50:12 -07:00
c-i860.texi
c-i960.texi
c-ia64.texi
c-ip2k.texi
c-lm32.texi
c-m32c.texi
c-m32r.texi
c-m68hc11.texi
c-m68k.texi
c-metag.texi
c-microblaze.texi
c-mips.texi Add cores for M5100 series 2015-07-28 11:26:39 +01:00
c-mmix.texi
c-msp430.texi Add support for MSP430 silicon errata to the assembler. 2015-10-22 16:25:46 +01:00
c-mt.texi
c-nds32.texi
c-nios2.texi Add Nios II arch flags and compatibility tests 2015-07-01 15:55:28 -07:00
c-ns32k.texi
c-pdp11.texi
c-pj.texi
c-ppc.texi Add assembler, disassembler and linker support for power9. 2015-11-11 19:52:52 -06:00
c-rl78.texi rl78: relaxation fixes 2015-12-08 01:29:25 -05:00
c-rx.texi
c-s390.texi Add support for extensions in the .machine pseudoop on S/390, e.g. ".machine zEC12+nohtm+vx" 2015-09-29 13:22:07 +01:00
c-score.texi
c-sh64.texi
c-sh.texi
c-sparc.texi gas: documentation for the SPARC %dN and %qN fp registers notation 2015-12-10 11:03:17 -05:00
c-tic6x.texi
c-tic54x.texi
c-tilegx.texi
c-tilepro.texi
c-v850.texi
c-vax.texi
c-visium.texi
c-xc16x.texi
c-xgate.texi
c-xstormy16.texi
c-xtensa.texi xtensa: add --auto-litpools option 2015-08-12 20:19:58 +03:00
c-z8k.texi
c-z80.texi
fdl.texi
h8.texi
internals.texi
Makefile.am
Makefile.in