[PATCH] D149228: [HWASAN] Support tagged stack pointer

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 19:58:06 PDT 2023


vitalybuka updated this revision to Diff 517030.
vitalybuka added a comment.

remove unrelated stuff


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149228/new/

https://reviews.llvm.org/D149228

Files:
  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/exception-lifetime.ll
  llvm/test/Instrumentation/HWAddressSanitizer/RISCV/use-after-scope-setjmp.ll
  llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca-array.ll
  llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca-with-calls.ll
  llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca.ll
  llvm/test/Instrumentation/HWAddressSanitizer/alloca-array.ll
  llvm/test/Instrumentation/HWAddressSanitizer/alloca-with-calls.ll
  llvm/test/Instrumentation/HWAddressSanitizer/alloca.ll
  llvm/test/Instrumentation/HWAddressSanitizer/exception-lifetime.ll
  llvm/test/Instrumentation/HWAddressSanitizer/kernel-alloca.ll
  llvm/test/Instrumentation/HWAddressSanitizer/stack-coloring.ll
  llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope-setjmp.ll
  llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149228.517030.patch
Type: text/x-patch
Size: 145562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230426/0292281c/attachment-0001.bin>


More information about the llvm-commits mailing list