index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Fuzzer
/
FuzzerFlags.def
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] add -timeout_exitcode option
Kostya Serebryany
2016-01-29
1
-0
/
+2
*
[libFuzzer] add -abort_on_timeout option
Kostya Serebryany
2016-01-23
1
-0
/
+1
*
[libFuzzer] do mutations based on memcmp/strcmp interceptors under a separate...
Kostya Serebryany
2016-01-15
1
-0
/
+2
*
[libFuzzer] change the way trace-based mutations are applied. Instead of a cu...
Kostya Serebryany
2016-01-09
1
-4
/
+0
*
[libfuzzer] print_new_cov_pcs experimental option.
Mike Aizatsky
2016-01-06
1
-0
/
+2
*
[libFuzzer] deprecate -save_minimized_corpus, -merge can be used instead
Kostya Serebryany
2015-12-19
1
-4
/
+1
*
[LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using it for seeding.
Mike Aizatsky
2015-12-10
1
-1
/
+1
*
[libFuzzer] add a flag -exact_artifact_path
Kostya Serebryany
2015-11-25
1
-0
/
+5
*
output_csv libfuzzer option
Mike Aizatsky
2015-11-12
1
-0
/
+1
*
[libFuzzer] experimental flag -drill (another search heuristic; Mike Aizatsky...
Kostya Serebryany
2015-11-12
1
-0
/
+2
*
[libFuzzer] add -merge flag to merge corpora
Kostya Serebryany
2015-10-24
1
-0
/
+2
*
[libFuzzer] use the indirect caller-callee counter as an independent search h...
Kostya Serebryany
2015-10-22
1
-0
/
+1
*
[libFuzzer] remove the deprecated 'tokens' feature
Kostya Serebryany
2015-10-22
1
-5
/
+0
*
[libFuzzer] add -shuffle flag
Kostya Serebryany
2015-10-17
1
-0
/
+1
*
[libFuzzer] add -artifact_prefix flag
Kostya Serebryany
2015-10-09
1
-0
/
+3
*
[libFuzzer] remove experimental flag and functionality
Kostya Serebryany
2015-10-02
1
-4
/
+0
*
[libFuzzer] add a flag -max_total_time
Kostya Serebryany
2015-10-02
1
-1
/
+3
*
[LibFuzzer] test_single_input option to run a single test case.
Ivan Krasin
2015-10-01
1
-0
/
+1
*
[libFuzzer] better documentatio for -save_minimized_corpus=1
Kostya Serebryany
2015-09-08
1
-1
/
+2
*
[libFuzzer] remove -iterations as redundant (there is also -num_runs)
Kostya Serebryany
2015-09-08
1
-3
/
+0
*
[libFuzzer] adding a parser for AFL-style dictionaries + tests.
Kostya Serebryany
2015-09-03
1
-0
/
+1
*
[libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpu...
Kostya Serebryany
2015-09-02
1
-2
/
+3
*
Fix missing space in libfuzzer's help text.
Lenny Maiorani
2015-08-12
1
-1
/
+1
*
[libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace...
Kostya Serebryany
2015-08-12
1
-0
/
+4
*
[libFuzzer] add -only_ascii flag
Kostya Serebryany
2015-08-11
1
-0
/
+2
*
[libFuzzer] add option -report_slow_units=Nsec to control when slow units are...
Kostya Serebryany
2015-08-05
1
-0
/
+2
*
[lib/Fuzzer] make the fuzzing timeout 1200 seconds by default (was: infinity)
Kostya Serebryany
2015-05-26
1
-1
/
+1
*
[lib/Fuzzer] fix docs
Kostya Serebryany
2015-05-26
1
-2
/
+2
*
[lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is un...
Kostya Serebryany
2015-05-22
1
-2
/
+0
*
[lib/Fuzzer] change the meaning of -timeout flag: now timeout is applied to e...
Kostya Serebryany
2015-05-19
1
-1
/
+4
*
[lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD COR...
Kostya Serebryany
2015-05-18
1
-0
/
+4
*
[lib/Fuzzer] enable -use_counters=1 by default
Kostya Serebryany
2015-05-13
1
-1
/
+1
*
[lib/Fuzzer] guess the right number of workers if -jobs=N is given but -worke...
Kostya Serebryany
2015-05-12
1
-1
/
+2
*
[lib/Fuzzer] remove the -dfsan=1 flag, just use -use_traces=1 (w/ or w/o dfsan)
Kostya Serebryany
2015-05-12
1
-2
/
+0
*
[lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-base...
Kostya Serebryany
2015-05-11
1
-0
/
+1
*
[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U...
Kostya Serebryany
2015-05-08
1
-1
/
+3
*
[fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla...
Kostya Serebryany
2015-03-31
1
-23
/
+28
*
DFSan-based fuzzer (proof of concept).
Kostya Serebryany
2015-03-30
1
-0
/
+2
*
[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...
Kostya Serebryany
2015-03-03
1
-0
/
+1
*
[fuzzer] one more experimental search mode: -use_coverage_pairs=1
Kostya Serebryany
2015-02-20
1
-1
/
+3
*
[fuzzer] add flag prefer_small_during_initial_shuffle, be a bit more verbose
Kostya Serebryany
2015-02-04
1
-0
/
+4
*
[fuzzer] add -runs=N to limit the number of runs per session. Also, make sure...
Kostya Serebryany
2015-02-04
1
-1
/
+4
*
[fuzzer] make multi-process execution more verbose; fix mutation to actually ...
Kostya Serebryany
2015-02-04
1
-1
/
+1
*
[fuzzer] add flags to run fuzzer in multiple parallel processes
Kostya Serebryany
2015-01-31
1
-0
/
+5
*
[fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This ...
Kostya Serebryany
2015-01-29
1
-0
/
+4
*
Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...
Aaron Ballman
2015-01-29
1
-0
/
+27
*
Temporarily reverting the fuzzer library as it causes too many build issues f...
Aaron Ballman
2015-01-29
1
-27
/
+0
*
[fuzzer] add option -save_minimized_corpus
Kostya Serebryany
2015-01-28
1
-0
/
+3
*
Add a Fuzzer library
Kostya Serebryany
2015-01-27
1
-0
/
+24