[all-commits] [llvm/llvm-project] 71d0a2: [DFSan][NewPM] Port DataFlowSanitizer to NewPM
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Jul 29 10:19:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 71d0a2b8a31344ab29d1afd0c54d89873fb3cc9e
https://github.com/llvm/llvm-project/commit/71d0a2b8a31344ab29d1afd0c54d89873fb3cc9e
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M llvm/bindings/go/llvm/InstrumentationBindings.cpp
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/Transforms/Instrumentation.h
A llvm/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
M llvm/test/Instrumentation/DataFlowSanitizer/call.ll
Log Message:
-----------
[DFSan][NewPM] Port DataFlowSanitizer to NewPM
Reviewed By: ychen, morehouse
Differential Revision: https://reviews.llvm.org/D84707
More information about the All-commits
mailing list