OSDN Git Service

[CMake] Fix pthread handling for out-of-tree builds
[android-x86/external-llvm.git] / lib / Fuzzer / CMakeLists.txt
2017-02-10 Eric Fiselier[CMake] Fix pthread handling for out-of-tree builds
2017-02-10 Marcos Pividori[libFuzzer] Use dynamic loading for External Functions...
2017-02-08 Marcos Pividori[libFuzzer] Temporarily fix Shmem for Windows.
2017-01-20 Kostya Serebryany[libFuzzer] experimental support for 'equivalance fuzzing'
2016-12-12 Kostya Serebryany[libFuzzer] build libFuzzer itself with asan
2016-12-09 Kostya Serebryany[libFuzzer] implement crash-resistant merge (https...
2016-12-02 Zachary TurnerResubmit "[LibFuzzer] Split FuzzerUtil for Posix and...
2016-12-02 Zachary TurnerRevert "[LibFuzzer] Split FuzzerUtil for Posix and...
2016-12-02 Zachary Turner[LibFuzzer] Introduce a portable WeakAlias implementation.
2016-12-02 Zachary Turner[LibFuzzer] Split FuzzerUtil for Posix and Windows.
2016-11-30 Zachary Turner[LibFuzzer] Add Windows implementations of some IO...
2016-08-24 Kostya Serebryany[libFuzzer] use __attribute__((target("popcnt"))) only...
2016-08-16 Kostya Serebryany[libFuzzer] new experimental feature: value profiling...
2016-08-12 Dan Liew[LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the numbe...
2016-06-02 Dan Liew[LibFuzzer] Reimplement how the optional user functions...
2016-05-26 Dan Liew[LibFuzzer] Emit error if LLVM_USE_SANITIZER is not...
2016-05-26 Dan Liew[LibFuzzer] Allow LibFuzzer to be built in modes other...
2016-05-13 Kostya Serebryany[libFuzzer] simplify FuzzerInterface.h
2016-03-02 Kostya Serebryany[libFuzzer] add -Werror for libFuzzer build rule
2016-03-01 Kostya Serebryany[libFuzzer] remove FuzzerSanitizerOptions.cpp
2016-03-01 Rafael EspindolaRefactor duplicated code for linking with pthread.
2016-02-26 Kostya Serebryany[libFuzzer] initial implementation of path coverage...
2016-02-18 Kostya Serebryany[libFuzzer] fix the libFuzzer bot
2015-12-16 Peter CollingbourneFuzzer: Fix library dependencies.
2015-05-22 Kostya Serebryany[lib/Fuzzer] extend the fuzzer interface to allow user...
2015-05-14 Kostya Serebryany[lib/Fuzzer] Add SHA1 implementation from public domain.
2015-05-11 Kostya Serebryany[lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState...
2015-04-06 Aaron BallmanRemoving a spurious space; NFC.
2015-03-30 Kostya SerebryanyDFSan-based fuzzer (proof of concept).
2015-02-19 Kostya Serebryany[fuzzer] split main() into FuzzerDriver() that takes...
2015-02-06 Kostya Serebryany[fuzzer] move default sanitizer options to a separate...
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 Aaron BallmanReverting r227452, which adds back the fuzzer library...
2015-01-29 Aaron BallmanTemporarily reverting the fuzzer library as it causes...
2015-01-28 Kostya SerebryanyAdd lit-style tests for the Fuzzer library
2015-01-27 Kostya SerebryanyAdd a Fuzzer library