Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Fuzzer / test / MemcmpTest.cpp
2016-01-09 Kostya Serebryany[libFuzzer] don't limit memcmp tracing with 8 bytes
2015-10-02 Kostya Serebryany[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer...
2015-07-30 Kostya Serebryany[libFuzzer] implement strncmp hook for data-flow-guided...
2015-07-30 Kostya Serebryany[libFuzzer] implement memcmp hook for data-flow-guided...
2015-07-21 Alexey Samsonov[Fuzzer] Clearly separate regular and DFSan tests....