[PATCH] D108664: [asan] Roll D107850 forward with a fix: Implemented intrinsic for the custom calling convention similar used by HWASan for X86.

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 24 14:24:38 PDT 2021


kstoimenov created this revision.
Herald added subscribers: pengfei, hiraditya.
kstoimenov requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

This reverts commit b97ca3aca12148bd6ddd0dd78d73003a92f8e553 <https://reviews.llvm.org/rGb97ca3aca12148bd6ddd0dd78d73003a92f8e553>. The link problem was fixed by D108662 <https://reviews.llvm.org/D108662>. Also addressed a Bazel build failure by using older syntax for AsanMemaccessTuple.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108664

Files:
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
  llvm/lib/Target/X86/X86AsmPrinter.cpp
  llvm/lib/Target/X86/X86AsmPrinter.h
  llvm/lib/Target/X86/X86InstrCompiler.td
  llvm/lib/Target/X86/X86MCInstLower.cpp
  llvm/lib/Target/X86/X86RegisterInfo.td
  llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/test/CodeGen/X86/asan-check-memaccess-add.ll
  llvm/test/CodeGen/X86/asan-check-memaccess-or.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108664.368468.patch
Type: text/x-patch
Size: 39979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210824/8176fcee/attachment-0001.bin>


More information about the llvm-commits mailing list