[libFuzzer] trace switch statements and apply mutations based on the expected case...
authorKostya Serebryany <kcc@google.com>
Fri, 31 Jul 2015 01:33:06 +0000 (01:33 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 31 Jul 2015 01:33:06 +0000 (01:33 +0000)
commit02c18f4db9c5477d111f0cc45c4c2ce9a68287d2
tree48427ceb9aa1c92c4b47c7d576b35a4c3a13c984
parent8cb3db9e938d548956809f64937c90c0cd618255
[libFuzzer] trace switch statements and apply mutations based on the expected case values

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243726 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerTraceState.cpp
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/SwitchTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/fuzzer.test
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
test/Instrumentation/SanitizerCoverage/switch-tracing.ll [new file with mode: 0644]