[PATCH] D92390: [AArch64] Add support for the Call Stack Recorder extension
Lucas Prates via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 1 06:35:16 PST 2020
pratlucas created this revision.
Herald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
pratlucas requested review of this revision.
This introduces support for the Call Stack Recorder extension, through the
new 'csre' subtarget feature. The extension consists of a new set of system
registers and the new 'CSR PDEC' instruction.
Based on patches written by Simon Tatham and Victor Campos.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D92390
Files:
llvm/include/llvm/Support/AArch64TargetParser.def
llvm/include/llvm/Support/AArch64TargetParser.h
llvm/lib/Support/AArch64TargetParser.cpp
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/lib/Target/AArch64/AArch64Subtarget.h
llvm/lib/Target/AArch64/AArch64SystemOperands.td
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
llvm/test/MC/AArch64/csre.s
llvm/test/MC/Disassembler/AArch64/csre.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92390.308638.patch
Type: text/x-patch
Size: 13892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201201/30f2a22e/attachment.bin>
More information about the llvm-commits
mailing list