[all-commits] [llvm/llvm-project] db124d: [ASan] Replace IR based callbacks with shared asse...
kstoimenov via All-commits
all-commits at lists.llvm.org
Fri Dec 10 16:03:08 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db124df4950699caa020384ee8da23af6c707d3c
https://github.com/llvm/llvm-project/commit/db124df4950699caa020384ee8da23af6c707d3c
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2021-12-11 (Sat, 11 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