[PATCH] D151942: [BOLT] Instrumentation: AArch64 instrumentation support in runtime
Elvina Yakubova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 14:37:45 PDT 2023
Elvina created this revision.
Elvina added reviewers: maksfb, Amir, rafauler, yota9.
Herald added subscribers: treapster, ayermolo, kristof.beyls.
Herald added a project: All.
Elvina requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch adds support for AArch64 in instrumentation runtime library, including AArch64 system calls.
Also this commit divides syscalls into target-specific files.
Elvina Yakubova,
Advanced Software Technology Lab, Huawei
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D151942
Files:
bolt/CMakeLists.txt
bolt/runtime/CMakeLists.txt
bolt/runtime/common.h
bolt/runtime/instr.cpp
bolt/runtime/sys_aarch64.h
bolt/runtime/sys_x86_64.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151942.527625.patch
Type: text/x-patch
Size: 46130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230601/07b8f7ff/attachment-0001.bin>
More information about the llvm-commits
mailing list