[PATCH] D108664: [asan] Re-land "Implemented intrinsic for the custom calling convention similar used by HWASan for X86." with a fix.

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 24 16:06:17 PDT 2021


kstoimenov updated this revision to Diff 368490.
kstoimenov retitled this revision from "[asan] Re-land "Implemented intrinsic for the custom calling convention similar used by HWASan for X86." with a fix. " to "[asan] Re-land "Implemented intrinsic for the custom calling convention similar used by HWASan for X86." with a fix.".
kstoimenov added a comment.

Update after pull.


Repository:
  rG LLVM Github Monorepo

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

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.368490.patch
Type: text/x-patch
Size: 39979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210824/08ce3fd3/attachment.bin>


More information about the llvm-commits mailing list