OSDN Git Service

Revert "[NewPM] Port Sancov"
authorLeonard Chan <leonardchan@google.com>
Mon, 15 Jul 2019 23:18:31 +0000 (23:18 +0000)
committerLeonard Chan <leonardchan@google.com>
Mon, 15 Jul 2019 23:18:31 +0000 (23:18 +0000)
commita77d0d1ff83b8a02ad58484919c386d0a84fb500
treed08f31d5f261337d258f57658b9238e6287052b1
parentbbfe0d287878a3792f2780431604590304555d8b
Revert "[NewPM] Port Sancov"

This reverts commit 5652f35817f07b16f8b3856d594cc42f4d7ee29c.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366153 91177308-0d34-0410-b5e6-96231b3b80d8
38 files changed:
include/llvm/InitializePasses.h
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Instrumentation/SanitizerCoverage.h [deleted file]
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/Transforms/Instrumentation/Instrumentation.cpp
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
test/Instrumentation/SanitizerCoverage/abort-in-entry-block.ll
test/Instrumentation/SanitizerCoverage/backedge-pruning.ll
test/Instrumentation/SanitizerCoverage/chains.ll
test/Instrumentation/SanitizerCoverage/cmp-tracing-api-x86_32.ll
test/Instrumentation/SanitizerCoverage/cmp-tracing-api-x86_64.ll
test/Instrumentation/SanitizerCoverage/cmp-tracing.ll
test/Instrumentation/SanitizerCoverage/coff-comdat.ll
test/Instrumentation/SanitizerCoverage/coff-pc-table-inline-8bit-counters.ll
test/Instrumentation/SanitizerCoverage/coff-used-ctor.ll
test/Instrumentation/SanitizerCoverage/const-cmp-tracing.ll
test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
test/Instrumentation/SanitizerCoverage/coverage.ll
test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
test/Instrumentation/SanitizerCoverage/div-tracing.ll
test/Instrumentation/SanitizerCoverage/gep-tracing.ll
test/Instrumentation/SanitizerCoverage/inline-8bit-counters.ll
test/Instrumentation/SanitizerCoverage/interposable-symbol-nocomdat.ll
test/Instrumentation/SanitizerCoverage/no-func.ll
test/Instrumentation/SanitizerCoverage/pc-table.ll
test/Instrumentation/SanitizerCoverage/postdominator_check.ll
test/Instrumentation/SanitizerCoverage/seh.ll
test/Instrumentation/SanitizerCoverage/stack-depth-variable-declared-by-user.ll
test/Instrumentation/SanitizerCoverage/stack-depth.ll
test/Instrumentation/SanitizerCoverage/switch-tracing.ll
test/Instrumentation/SanitizerCoverage/trace-pc-guard-comdat.ll
test/Instrumentation/SanitizerCoverage/trace-pc-guard-inline-8bit-counters.ll
test/Instrumentation/SanitizerCoverage/trace-pc-guard-nocomdat.ll
test/Instrumentation/SanitizerCoverage/tracing-comdat.ll
test/Instrumentation/SanitizerCoverage/tracing.ll
test/Instrumentation/SanitizerCoverage/unreachable-critedge.ll
test/Instrumentation/SanitizerCoverage/wineh.ll