[all-commits] [llvm/llvm-project] f87382: re-land [RISC-V][HWASAN] Add support for HWASAN co...
Alex via All-commits
all-commits at lists.llvm.org
Wed Dec 14 03:55:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f87382124f06b3f725b4e364f05a38990e8ce9e8
https://github.com/llvm/llvm-project/commit/f87382124f06b3f725b4e364f05a38990e8ce9e8
Author: Alexey Baturo <space.monkey.delivers at gmail.com>
Date: 2022-12-14 (Wed, 14 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:
-----------
re-land [RISC-V][HWASAN] Add support for HWASAN code instrumentation for RISC-V
now with the fixed warning and updated lit tests
---
[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