[all-commits] [llvm/llvm-project] 89577b: [ASan] Replace IR based callbacks with shared asse...
kstoimenov via All-commits
all-commits at lists.llvm.org
Mon Dec 13 08:33:25 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89577be8958fa9dd343272bf8bba956cdc72a9bc
https://github.com/llvm/llvm-project/commit/89577be8958fa9dd343272bf8bba956cdc72a9bc
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M llvm/lib/Target/X86/X86AsmPrinter.cpp
M llvm/lib/Target/X86/X86AsmPrinter.h
M llvm/lib/Target/X86/X86MCInstLower.cpp
M llvm/test/CodeGen/X86/asan-check-memaccess-add.ll
M llvm/test/CodeGen/X86/asan-check-memaccess-or.ll
Log Message:
-----------
[ASan] Replace IR based callbacks with shared assembly code callbacks.
This change moves optimized callbacks from each .o file to compiler-rt.
Reviewed By: vitalybuka, morehouse
Differential Revision: https://reviews.llvm.org/D115396
More information about the All-commits
mailing list