Revert r230655, "gold-plugin: "Upgrade" debug info and handle its warnings."
[oota-llvm.git] / lib / Fuzzer /
2015-02-20 Kostya Serebryany[fuzzer] one more experimental search mode: -use_covera...
2015-02-19 Kostya Serebryany[fuzzer] split main() into FuzzerDriver() that takes...
2015-02-19 Kostya Serebryany[fuzzer] properly annotate fallthrough, add one more...
2015-02-06 Kostya Serebryany[fuzzer] move default sanitizer options to a separate...
2015-02-04 Kostya Serebryany[fuzzer] add flag prefer_small_during_initial_shuffle...
2015-02-04 Kostya Serebryany[fuzzer] add -runs=N to limit the number of runs per...
2015-02-04 Kostya Serebryany[fuzzer] make multi-process execution more verbose...
2015-02-04 Kostya Serebryany[fuzzer]: fix exit code, add more diagnostics
2015-02-03 Kostya Serebryany[fuzzer] Add proper dependensices to the fuzzer tests
2015-02-03 Kostya Serebryany[fuzzer] update the include line to use the new header...
2015-01-31 Kostya Serebryany[fuzzer] add flags to run fuzzer in multiple parallel...
2015-01-30 Kostya Serebryany[fuzzer] Add a gtest-style test
2015-01-29 Kostya Serebryany[fuzzer] add -use_full_coverage_set=1 which solves...
2015-01-29 Kostya Serebryany[fuzzer] fix warning in a test
2015-01-29 Kostya Serebryany[fuzzer] minor cleanup based on reviews: remove redunda...
2015-01-29 Kostya Serebryany[fuzzer] add FAQ section to the README.txt
2015-01-29 Aaron BallmanReverting r227452, which adds back the fuzzer library...
2015-01-29 Aaron BallmanTemporarily reverting the fuzzer library as it causes...
2015-01-29 Aaron BallmanAdding missing #includes to try to get this to compile...
2015-01-28 Kostya Serebryany[fuzzer] add option -save_minimized_corpus
2015-01-28 Kostya SerebryanyAdd lit-style tests for the Fuzzer library
2015-01-28 Kostya Serebryany[fuzzer] instructions for building/running clang-format...
2015-01-27 Kostya Serebryany[fuzzer] properly enable asan's coverage feedback
2015-01-27 Kostya SerebryanyAdd a Fuzzer library