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
/
FuzzerDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libFuzzer] remove the C++-ish variant of FuzzerDriver from the interface
Kostya Serebryany
2016-02-13
1
-6
/
+7
*
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
Kostya Serebryany
2016-02-13
1
-3
/
+3
*
[libFuzzer] simplify the code around Random. NFC
Kostya Serebryany
2016-02-13
1
-11
/
+10
*
[libFuzzer] remove UserSuppliedFuzzer from the interface (it was a bad idea).
Kostya Serebryany
2016-02-13
1
-13
/
+3
*
[libFuzzer] make -runs=N flag also affect the simple runner (will execute eve...
Kostya Serebryany
2016-02-12
1
-2
/
+5
*
[libFuzzer] allow passing 1 or more files as individual inputs
Kostya Serebryany
2016-02-02
1
-2
/
+28
*
[libFuzzer] add -timeout_exitcode option
Kostya Serebryany
2016-01-29
1
-0
/
+1
*
[libFuzzer] add -abort_on_timeout option
Kostya Serebryany
2016-01-23
1
-0
/
+1
*
[libFuzzer] use std::mt19937 for generating random numbers by default. Fix My...
Kostya Serebryany
2016-01-19
1
-4
/
+10
*
[libFuzzer] replace vector with a simpler data structure in the Dictionaries ...
Kostya Serebryany
2016-01-16
1
-1
/
+2
*
[libFuzzer] do mutations based on memcmp/strcmp interceptors under a separate...
Kostya Serebryany
2016-01-15
1
-0
/
+1
*
[libFuzzer] use custom stol; also introduce __libfuzzer_is_present so that us...
Kostya Serebryany
2016-01-15
1
-1
/
+17
*
[libFuzzer] change the way trace-based mutations are applied. Instead of a cu...
Kostya Serebryany
2016-01-09
1
-2
/
+0
*
[libFuzzer] add a position hint to the dictionary-based mutator
Kostya Serebryany
2016-01-07
1
-1
/
+1
*
[libfuzzer] print_new_cov_pcs experimental option.
Mike Aizatsky
2016-01-06
1
-0
/
+1
*
[libFuzzer] deprecate -save_minimized_corpus, -merge can be used instead
Kostya Serebryany
2015-12-19
1
-3
/
+6
*
[LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using it for seeding.
Mike Aizatsky
2015-12-10
1
-2
/
+18
*
[libFuzzer] add a flag -exact_artifact_path
Kostya Serebryany
2015-11-25
1
-0
/
+2
*
[libFuzzer] don't crash when reporting a leak in test_single_input mode
Kostya Serebryany
2015-11-21
1
-2
/
+4
*
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
-5
/
+13
*
[libFuzzer] make -test_single_input more reliable: make sure the input's size...
Kostya Serebryany
2015-11-03
1
-1
/
+3
*
[libFuzzer] add -merge flag to merge corpora
Kostya Serebryany
2015-10-24
1
-0
/
+5
*
[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
-31
/
+0
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-1
/
+1
*
[libFuzzer] add -shuffle flag
Kostya Serebryany
2015-10-17
1
-0
/
+1
*
[libFuzzer] When -test_single_input crashes the test it is not necessary to w...
Kostya Serebryany
2015-10-16
1
-4
/
+5
*
[libFuzzer] add -artifact_prefix flag
Kostya Serebryany
2015-10-09
1
-0
/
+2
*
[libFuzzer] trying to fix at-exit hang
Kostya Serebryany
2015-10-03
1
-1
/
+1
*
[libFuzzer] remove experimental flag and functionality
Kostya Serebryany
2015-10-02
1
-1
/
+0
*
[libFuzzer] add a flag -max_total_time
Kostya Serebryany
2015-10-02
1
-0
/
+1
*
[LibFuzzer] test_single_input option to run a single test case.
Ivan Krasin
2015-10-01
1
-0
/
+9
*
[libFuzzer] add two more variants of FuzzerDriver for convenience
Kostya Serebryany
2015-09-10
1
-20
/
+33
*
[libFuzzer] remove -iterations as redundant (there is also -num_runs)
Kostya Serebryany
2015-09-08
1
-1
/
+1
*
[libFuzzer] actually make the dictionaries work (+docs)
Kostya Serebryany
2015-09-04
1
-6
/
+5
*
[libFuzzer] adding a parser for AFL-style dictionaries + tests.
Kostya Serebryany
2015-09-03
1
-0
/
+7
*
[libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpu...
Kostya Serebryany
2015-09-02
1
-1
/
+1
*
[libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace...
Kostya Serebryany
2015-08-12
1
-0
/
+2
*
[libFuzzer] add -only_ascii flag
Kostya Serebryany
2015-08-11
1
-0
/
+1
*
[libFuzzer] add option -report_slow_units=Nsec to control when slow units are...
Kostya Serebryany
2015-08-05
1
-0
/
+1
*
[libFuzzer] allow users to supply their own implementation of rand
Kostya Serebryany
2015-07-24
1
-2
/
+3
*
[lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ librar...
Kostya Serebryany
2015-05-23
1
-35
/
+33
*
[lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is un...
Kostya Serebryany
2015-05-22
1
-1
/
+0
*
[lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators
Kostya Serebryany
2015-05-22
1
-1
/
+6
*
[lib/Fuzzer] ignore flags that start with --; use git pull --rebase instead o...
Kostya Serebryany
2015-05-21
1
-0
/
+10
*
[lib/Fuzzer] change the meaning of -timeout flag: now timeout is applied to e...
Kostya Serebryany
2015-05-19
1
-1
/
+2
*
[lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD COR...
Kostya Serebryany
2015-05-18
1
-0
/
+3
*
[lib/Fuzzer] guess the right number of workers if -jobs=N is given but -worke...
Kostya Serebryany
2015-05-12
1
-0
/
+6
*
[lib/Fuzzer] remove the -dfsan=1 flag, just use -use_traces=1 (w/ or w/o dfsan)
Kostya Serebryany
2015-05-12
1
-1
/
+0
[prev]
[next]