[PATCH] D107850: [asan] Implemented custom calling convention similar to the one used by HWASan for X86.

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 11:38:49 PDT 2021


kstoimenov updated this revision to Diff 366970.
kstoimenov retitled this revision from "[asan] Implemented custom calling convention similar to the one used by HWASan for X86. " to "[asan] Implemented custom calling convention similar to the one used by HWASan for X86.".
kstoimenov added a comment.

X86 only patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107850

Files:
  llvm/include/llvm/IR/Intrinsics.td
  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/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: D107850.366970.patch
Type: text/x-patch
Size: 33561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210817/5aae1945/attachment-0001.bin>


More information about the llvm-commits mailing list