[all-commits] [llvm/llvm-project] 59d10d: [ARM] add ARMv8.6-A Activity monitors virtualizati...

Ties Stuij via All-commits all-commits at lists.llvm.org
Sun Apr 5 05:31:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 59d10dc703357631e9a13000ef15930b86a93335
      https://github.com/llvm/llvm-project/commit/59d10dc703357631e9a13000ef15930b86a93335
  Author: Diogo Sampaio <diogo.sampaio at arm.com>
  Date:   2020-04-05 (Sun, 05 Apr 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64.td
    M llvm/lib/Target/AArch64/AArch64Subtarget.h
    M llvm/lib/Target/AArch64/AArch64SystemOperands.td
    A llvm/test/MC/AArch64/armv8.6a-amvs.s
    A llvm/test/MC/Disassembler/AArch64/armv8.6a-amvs.s

  Log Message:
  -----------
  [ARM] add ARMv8.6-A Activity monitors virtualization extension

Summary:
This patch upstreams v8.6A activity monitors virtualization
assembler support, which consists of 32 new system
registers (two groups, each with 16 numbered registers).

See ARMv8.6-AMU in the Arm Architecture Reference Manual Armv8 for more
information.

Reviewers: t.p.northover, rengolin, SjoerdMeijer, ab, john.brawn, ostannard

Reviewed By: ostannard

Subscribers: LukeGeeson, dnsampaio, ostannard, kristof.beyls, hiraditya, danielkiss, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D76998




More information about the All-commits mailing list