[9/11] patch series to port HWASAN for riscv64
Depends On D132995
Paths
| Differential D131575
[RISC-V][HWASAN] Add support for HWASAN code instrumentation for RISC-V ClosedPublic Authored by smd on Aug 10 2022, 8:04 AM.
Details
Diff Detail
Event Timelinesmd added a parent revision: D131343: [RISC-V][HWASAN] Add support for lowering HWASAN intrinsic for RISC-V. smd added a child revision: D131344: [RISC-V][HWASAN] Adjust lit test support for RISC-V HWASAN feature. Comment Actions
The requested tests have been added as part of D131344. Herald added subscribers: frasercrmck, apazos, jocewei and 12 others. · View Herald TranscriptAug 16 2022, 12:03 PM
vitalybuka added inline comments. This revision is now accepted and ready to land.Aug 17 2022, 1:59 PM Comment Actions Hi @vitalybuka Comment Actions Done.
Comment Actions Please try to start landing accepted patches to have a few hours delay in between. smd added a parent revision: D132995: [RISC-V][HWASAN] Support tagging global variables for RISC-V HWASAN. Closed by commit rG0eb694bec09d: [RISC-V][HWASAN] Add support for HWASAN code instrumentation for RISC-V (authored by smd). · Explain WhyDec 13 2022, 7:01 AM This revision was automatically updated to reflect the committed changes. arsenm added inline comments.
Revision Contents
Diff 453355 llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/alloca-with-calls.ll
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/alloca.ll
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/atomic.ll
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/basic.ll
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/exception-lifetime.ll
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/stack-safety-analysis.ll
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/use-after-scope-setjmp.ll
llvm/test/Instrumentation/HWAddressSanitizer/RISCV/with-calls.ll
|
clang-format please