[all-commits] [llvm/llvm-project] d10f17: [dfsan] Add -dfsan-fast-8-labels flag
George Balatsouras via All-commits
all-commits at lists.llvm.org
Thu Mar 18 16:30:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d10f173f34baa139c4e85be96ff1750d6d689c8e
https://github.com/llvm/llvm-project/commit/d10f173f34baa139c4e85be96ff1750d6d689c8e
Author: George Balatsouras <gbalats at google.com>
Date: 2021-03-18 (Thu, 18 Mar 2021)
Changed paths:
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
M llvm/test/Instrumentation/DataFlowSanitizer/abilist.ll
M llvm/test/Instrumentation/DataFlowSanitizer/abilist_aggregate.ll
M llvm/test/Instrumentation/DataFlowSanitizer/array.ll
M llvm/test/Instrumentation/DataFlowSanitizer/atomics.ll
M llvm/test/Instrumentation/DataFlowSanitizer/basic.ll
M llvm/test/Instrumentation/DataFlowSanitizer/call.ll
M llvm/test/Instrumentation/DataFlowSanitizer/external_mask.ll
M llvm/test/Instrumentation/DataFlowSanitizer/fast16labels.ll
M llvm/test/Instrumentation/DataFlowSanitizer/phi.ll
M llvm/test/Instrumentation/DataFlowSanitizer/select.ll
M llvm/test/Instrumentation/DataFlowSanitizer/shadow-args-zext.ll
M llvm/test/Instrumentation/DataFlowSanitizer/store.ll
M llvm/test/Instrumentation/DataFlowSanitizer/struct.ll
M llvm/test/Instrumentation/DataFlowSanitizer/vector.ll
Log Message:
-----------
[dfsan] Add -dfsan-fast-8-labels flag
This is only adding support to the dfsan instrumentation pass but not
to the runtime.
Added more RUN lines for testing: for each instrumentation test that
had a -dfsan-fast-16-labels invocation, a new invocation was added
using fast8.
Reviewed By: stephan.yichao.zhao
Differential Revision: https://reviews.llvm.org/D98734
More information about the All-commits
mailing list