re-land [RISC-V][HWASAN] Add support for HWASAN code instrumentation for RISC-V
authorAlexey Baturo <space.monkey.delivers@gmail.com>
Wed, 10 Aug 2022 05:41:26 +0000 (08:41 +0300)
committerAlexey Baturo <space.monkey.delivers@gmail.com>
Wed, 14 Dec 2022 11:55:06 +0000 (14:55 +0300)
commitf87382124f06b3f725b4e364f05a38990e8ce9e8
tree7e3d00d92b6e1af9576b29b1ad9fda7149f0cec8
parent3084797795329602fd293679b04ebff8947c8b08
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
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/alloca-with-calls.ll [new file with mode: 0644]
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/alloca.ll [new file with mode: 0644]
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/atomic.ll [new file with mode: 0644]
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/basic.ll [new file with mode: 0644]
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/exception-lifetime.ll [new file with mode: 0644]
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/stack-safety-analysis.ll [new file with mode: 0644]
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/use-after-scope-setjmp.ll [new file with mode: 0644]
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/with-calls.ll [new file with mode: 0644]