[all-commits] [llvm/llvm-project] 8506fe: [dfsan] Tracking origins at memory transfer
Z via All-commits
all-commits at lists.llvm.org
Tue Mar 9 14:15:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8506fe5b411e4b34d051f6f5461a726e6199e679
https://github.com/llvm/llvm-project/commit/8506fe5b411e4b34d051f6f5461a726e6199e679
Author: Jianzhou Zhao <jianzhouzh at google.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
A compiler-rt/test/dfsan/origin_memcpy.c
A compiler-rt/test/dfsan/origin_memmove.c
A compiler-rt/test/dfsan/origin_unaligned_memtrans.c
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
M llvm/test/Instrumentation/DataFlowSanitizer/origin_mem_intrinsic.ll
Log Message:
-----------
[dfsan] Tracking origins at memory transfer
This is a part of https://reviews.llvm.org/D95835.
Reviewed By: morehouse
Differential Revision: https://reviews.llvm.org/D98192
More information about the All-commits
mailing list