[all-commits] [llvm/llvm-project] b97ca3: Revert "[asan] Implemented intrinsic for the custo...
kstoimenov via All-commits
all-commits at lists.llvm.org
Tue Aug 24 13:22:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b97ca3aca12148bd6ddd0dd78d73003a92f8e553
https://github.com/llvm/llvm-project/commit/b97ca3aca12148bd6ddd0dd78d73003a92f8e553
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
M llvm/lib/Target/X86/X86AsmPrinter.cpp
M llvm/lib/Target/X86/X86AsmPrinter.h
M llvm/lib/Target/X86/X86InstrCompiler.td
M llvm/lib/Target/X86/X86MCInstLower.cpp
M llvm/lib/Target/X86/X86RegisterInfo.td
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
R llvm/test/CodeGen/X86/asan-check-memaccess-add.ll
R llvm/test/CodeGen/X86/asan-check-memaccess-or.ll
M llvm/tools/llvm-exegesis/CMakeLists.txt
Log Message:
-----------
Revert "[asan] Implemented intrinsic for the custom calling convention similar used by HWASan for X86."
This reverts commit 9588b685c6b2d90e4b6dd68e02e6a44affd77c3f. Breaks a bunch of builds.
Reviewed By: GMNGeoffrey
Differential Revision: https://reviews.llvm.org/D108658
More information about the All-commits
mailing list