Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Fuzzer / FuzzerInterface.cpp
2015-12-10 Mike Aizatsky[LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using...
2015-10-23 Kostya Serebryany[libFuzzer] remove some old code; also make __sanitizer...
2015-09-03 Kostya Serebryany[libFuzzer] refactor the mutation functions so that...
2015-08-06 Kostya Serebryany[libFuzzer] move the mutators to public interface so...
2015-07-24 Kostya Serebryany[libFuzzer] allow users to supply their own implementat...
2015-05-22 Kostya Serebryany[lib/Fuzzer] extend the fuzzer interface to allow user...