OSDN Git Service

[libFuzzer] remove stale code; NFC
[android-x86/external-llvm.git] / lib / Fuzzer /
2017-07-14 Kostya Serebryany[libFuzzer] remove stale code; NFC
2017-07-14 Kostya Serebryany[libFuzzer] simplify the handling of memmem/strstr
2017-07-13 Kostya Serebryany[libFuzzer] move code around; NFC
2017-07-13 Kostya Serebryany[libFuzzer] make sure that -reduce_inputs=1 deletes...
2017-07-13 Kostya Serebryany[libFuzzer] experimental feature -reduce_inputs (off...
2017-07-12 Kostya Serebryany[libFuzzer] relax test/shrink.test a bit (got broken...
2017-07-12 Kostya Serebryany[libFuzzer] remove include <sanitizer/coverage_interfa...
2017-07-12 Kostya Serebryany[libFuzzer] refactoring in preparation for -reduce_inpu...
2017-07-12 George Karpenkov[libFuzzer] Add a dependency on symbolizer from libFuzz...
2017-07-12 George Karpenkov[libFuzzer] NFC Declare LIBFUZZER_FLAGS_BASE outside...
2017-07-12 George Karpenkov[libFuzzer] Do not use LLVM ostream in tests
2017-07-11 Dan Liew[LibFuzzer] Fix `-Wcomment` warning emitted by GCC.
2017-07-11 Dan Liew[LibFuzzer] Fix `-Wpedantic` warning reported by Eric...
2017-07-07 Matthias BraunFuzzerUtilDarwin.cpp: We need to pass modifiable string...
2017-06-15 Kostya Serebryany[libFuzzer] change the default max_len from 64 to 4096...
2017-06-14 George KarpenkovFixing section name for Darwin platforms for sanitizer...
2017-06-14 Kostya Serebryany[libFuzzer] really restrict the new test to Linux ...
2017-06-13 Kostya Serebryany[libFuzzer] restrict the new test to Linux (fails on...
2017-06-13 Kostya Serebryany[libFuzzer] initial support of -fsanitize-coverage...
2017-06-06 Chandler CarruthFix the includes in lib/Fuzzer on Windows that have...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-06 Mandeep Singh Grang[llvm] Remove double semicolons
2017-05-31 Kostya Serebryany[libFuzzer] fix a test to match the new sanitizer run...
2017-05-25 Vitaly Buka[libFuzzer] Don't replace custom signal handlers.
2017-05-15 Kostya Serebryany[libFuzzer] fix tests on Windows
2017-05-15 Kostya Serebryany[libFuzzer] improve the afl driver and it's tests....
2017-05-15 Kostya Serebryany[libFuzzer] fix a warning from Wunreachable-code-loop...
2017-05-10 Kostya Serebryany[libFuzzer] fix a compiler warning
2017-05-09 Kostya Serebryany[libFuzzer] update docs on -print_coverage/-dump_coverage
2017-05-09 Kostya Serebryany[libFuzzer] make sure the input data is not overwritten...
2017-05-03 Vitaly Buka[libFuzzer] exit without running atexit handlers in...
2017-04-28 Duncan P. N. Exon... Fuzzer: Mark test/cxxstring.test UNSUPPORTED: windows
2017-04-28 Sanjoy DasRemove unnecessary semicolon
2017-04-21 Kuba MracekFixup for r301054: Use an explicit constructor.
2017-04-21 Kuba MracekFixup for r301054: Only use __attribute__((no_sanitize...
2017-04-21 Kuba Mracek[libFuzzer] Always build libFuzzer
2017-04-21 Kuba MracekFixup for r301007: Restrict the -D hack to Darwin.
2017-04-21 Kuba MracekRevert r301010: Bot failures on Windows, NetBSD and...
2017-04-21 Kuba Mracek[libFuzzer] Always build libFuzzer
2017-04-21 Kuba Mracek[libFuzzer] Changing thread_local to __thread in libFuzzer
2017-04-21 Kuba Mracek[libFuzzer] Check for target(popcnt) capability before...
2017-04-20 Ahmed BougachaRevert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin."
2017-04-19 Kostya Serebryany[libFuzzer] extend help for -minimize_crash to cover...
2017-04-19 Kuba MracekRevert r300789: There are Windows bot failures.
2017-04-19 Kuba Mracek[libFuzzer] Always build libFuzzer
2017-04-19 Kostya Serebryany[libFuzzer] remove -output_csv option. It duplicates...
2017-04-19 Kostya Serebryany[libFuzzer] update -help: mention -exact_artifact_path...
2017-04-17 Kostya Serebryany[libFuzzer] experimental option -cleanse_crash: tries...
2017-04-12 Akira Hatanaka[libFuzzer] XFAIL fuzzer-oom.test on Darwin.
2017-04-11 Vitaly Buka[libFuzzer] fix type in signal name.
2017-04-03 Reid Kleckner[Fuzzer] Flush std::cout before aborting in CxxStringEqTest
2017-03-31 Kostya Serebryany[libFuzzer] simplify the code a bit
2017-03-31 Kostya Serebryany[libFuzzer] tests: don't test 64-bit comparison on...
2017-03-31 Kostya Serebryany[libFuzzer] ensure that strncmp is not inlined in a...
2017-03-31 Kostya Serebryany[libFuzzer] make sure we don't execute libFuzzer's...
2017-03-31 Kostya Serebryany[libFuzzer] try to fix value-profile-strncmp on the...
2017-03-30 Kostya Serebryany[libFuzzer] remove a stale flag from tests, run value...
2017-03-30 Kostya Serebryany[libFuzzer] best effort support for -fsanitize-coverage...
2017-03-27 Juergen Ributzka[libfuzzer] Remove XFAIL for OutOfMemory test.
2017-03-25 Vitaly Buka[libFuzzer] Fix test on Windows.
2017-03-25 Kostya Serebryany[libFuzzer] read asan's dedup_token while minimizing...
2017-03-24 Kostya Serebryany[libFuzzer] be more careful when calling strlen of...
2017-03-24 Kostya Serebryany[libFuzzer] honor -exact_artifact_path for all intermed...
2017-03-24 Kostya Serebryany[libFuzzer] split two tests to get more parallelism...
2017-03-24 Kostya Serebryany[libFuzzer] increase kFeatureSetSize to 2^21 and make...
2017-03-23 Kostya Serebryany[libFuzzer] fix non-linux build
2017-03-23 Kostya Serebryany[libFuzzer] create experimental support for user-provid...
2017-03-22 Kostya Serebryany[libFuzzer] add two experimental flags to make corpus...
2017-03-17 Kostya Serebryany[libFuzzer] inline the code of __sanitizer_cov_trace_pc...
2017-03-17 Kostya Serebryany[libFuzzer] Experimenting with dictionary minimization.
2017-03-17 Kostya Serebryany[libFuzzer] add a test with two different bugs
2017-03-15 Kostya Serebryany[libFuzzer] add a dummy LLVMFuzzerMutate to afl/afl_dri...
2017-03-15 Kostya Serebryany[libFuzzer] call __sanitizer_print_memory_profile with...
2017-03-15 Vitaly BukaRevert "[libFuzzer] Use ChooseUnitIdxToMutate to pick...
2017-03-15 Vitaly Buka[libFuzzer] Use ChooseUnitIdxToMutate to pick item...
2017-03-15 Kostya Serebryany[libFuzzer] remove even more stale code
2017-03-15 Kostya Serebryany[libFuzzer] simplify code a bit
2017-03-14 Kostya Serebryany[libFuzzer] remove more stale code
2017-03-14 Kostya Serebryany[libFuzzer] don't clear Counters in TracePC::CollectFea...
2017-03-14 Kostya Serebryany[libFuzzer] remove stale code
2017-03-13 Vitaly Buka[libFuzzer] Reorder includes in test
2017-03-13 Vitaly Buka[libFuzzer] Fix compilation of CustomCrossOverAndMutate...
2017-03-11 Kostya Serebryany[libFuzzer] add more iterations to LLVMFuzzer-Memcmp64B...
2017-03-11 Kostya Serebryany[libFuzzer] reduce the number of vector resizes during...
2017-03-11 Kostya Serebryany[libFuzzer] print how much memory is consumed by the...
2017-03-11 Kostya Serebryany[libFuzzer] add test/LargeTest.cpp, mostly for manual...
2017-03-11 Kostya Serebryany[libFuzzer] remove fuzzer-jobs.test which is flaky...
2017-03-07 Vitaly Buka[fuzzer] Don't crash if LLVMFuzzerMutate was called...
2017-03-07 Kuba MracekUn-XFAIL Fuzzer/test/dump_coverage.test. This now...
2017-03-06 Mike Aizatsky[libfuzzer] do not use xargs for shell expansion
2017-03-03 Mehdi Aminiun-Xfail Fuzzer test that decided to pass on Green...
2017-02-28 Kostya Serebryany[libFuzzer] remove usage of the old coverage instrument...
2017-02-28 Mehdi AminiMark some libFuzzer tests as XFAIL'd on Darwin
2017-02-22 Justin Bogner[libFuzzer] Update traces hooks test after r293741
2017-02-22 Justin Bogner[libFuzzer] Mark a test that infinite loops as unsupported
2017-02-14 Kostya Serebryany[libFuzzer] increase the size of FixedWord from 27...
2017-02-14 Kostya SerebryanyUse "%zd" format specifier for printing number of testc...
2017-02-10 Marcos Pividori[libFuzzer] Use stoull instead of stol to ensure 64...
2017-02-10 Eric Fiselier[CMake] Fix pthread handling for out-of-tree builds
2017-02-10 Marcos Pividori[libFuzzer] Export external functions on tests.
next