[all-commits] [llvm/llvm-project] ecb85b: [dfsan] Remove injectMetadataGlobals
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jan 3 09:24:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecb85b5cd89f9797c538675ee3ab93e350c57bd5
https://github.com/llvm/llvm-project/commit/ecb85b5cd89f9797c538675ee3ab93e350c57bd5
Author: Fangrui Song <i at maskray.me>
Date: 2023-01-03 (Tue, 03 Jan 2023)
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/args-unreachable-bb.ll
M llvm/test/Instrumentation/DataFlowSanitizer/arith.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/callback.ll
M llvm/test/Instrumentation/DataFlowSanitizer/custom_fun_varargs_attributes.ll
M llvm/test/Instrumentation/DataFlowSanitizer/debug-nonzero-labels.ll
M llvm/test/Instrumentation/DataFlowSanitizer/dont_combine_offset_labels_on_gep.ll
M llvm/test/Instrumentation/DataFlowSanitizer/extern_weak.ll
M llvm/test/Instrumentation/DataFlowSanitizer/load.ll
M llvm/test/Instrumentation/DataFlowSanitizer/lookup_table.ll
M llvm/test/Instrumentation/DataFlowSanitizer/memset.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_abilist.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_cached_shadows.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_call.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_load.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_mem_intrinsic.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_other_ops.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_phi.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_select.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_store.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_store_threshold.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_track_load.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/uninstrumented_local_functions.ll
M llvm/test/Instrumentation/DataFlowSanitizer/union.ll
M llvm/test/Instrumentation/DataFlowSanitizer/vector.ll
Log Message:
-----------
[dfsan] Remove injectMetadataGlobals
D97409 added injectMetadataGlobals to differentiate the shadow mode.
This feature has been unused and is unneeded after D103745 removed fast16 mode.
Reviewed By: browneee
Differential Revision: https://reviews.llvm.org/D140797
More information about the All-commits
mailing list