[all-commits] [llvm/llvm-project] 0eb694: [RISC-V][HWASAN] Add support for HWASAN code instr...
Alex via All-commits
all-commits at lists.llvm.org
Tue Dec 13 07:01:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0eb694bec09df488bb6ab33d0207b6b061718d98
https://github.com/llvm/llvm-project/commit/0eb694bec09df488bb6ab33d0207b6b061718d98
Author: Alexey Baturo <space.monkey.delivers at gmail.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
A llvm/test/Instrumentation/HWAddressSanitizer/RISCV/alloca-with-calls.ll
A llvm/test/Instrumentation/HWAddressSanitizer/RISCV/alloca.ll
A llvm/test/Instrumentation/HWAddressSanitizer/RISCV/atomic.ll
A llvm/test/Instrumentation/HWAddressSanitizer/RISCV/basic.ll
A llvm/test/Instrumentation/HWAddressSanitizer/RISCV/exception-lifetime.ll
A llvm/test/Instrumentation/HWAddressSanitizer/RISCV/stack-safety-analysis.ll
A llvm/test/Instrumentation/HWAddressSanitizer/RISCV/use-after-scope-setjmp.ll
A llvm/test/Instrumentation/HWAddressSanitizer/RISCV/with-calls.ll
Log Message:
-----------
[RISC-V][HWASAN] Add support for HWASAN code instrumentation for RISC-V
Reviewed by: vitalybuka
Differential Revision: https://reviews.llvm.org/D131575
More information about the All-commits
mailing list