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
/
FuzzerInternal.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libFuzzer] add -print_final_stats=1 flag
Kostya Serebryany
2016-02-26
1
-0
/
+8
*
[libFuzzer] initial implementation of path coverage based on -fsanitize-cover...
Kostya Serebryany
2016-02-26
1
-0
/
+8
*
[libFuzzer] only read MaxLen bytes from every file in the corpus to speedup l...
Kostya Serebryany
2016-02-18
1
-4
/
+4
*
[libFuzzer] remove std::vector operations from hot paths, NFC
Kostya Serebryany
2016-02-13
1
-4
/
+8
*
[libFuzzer] don't require seed in fuzzer::Mutate, instead use the global Fuzz...
Kostya Serebryany
2016-02-13
1
-0
/
+1
*
[libFuzzer] simplify CTOR of MutationDispatcher
Kostya Serebryany
2016-02-13
1
-3
/
+3
*
[libFuzzer] get rid of MutationDispatcher::Impl (simplify the code; NFC)
Kostya Serebryany
2016-02-13
1
-4
/
+77
*
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
Kostya Serebryany
2016-02-13
1
-46
/
+6
*
[libFuzzer] simplify the code around Random. NFC
Kostya Serebryany
2016-02-13
1
-36
/
+11
*
[libFuzzer] remove UserSuppliedFuzzer from the interface (it was a bad idea).
Kostya Serebryany
2016-02-13
1
-0
/
+60
*
[libFuzzer] allow passing 1 or more files as individual inputs
Kostya Serebryany
2016-02-02
1
-0
/
+1
*
[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] add more fields to DictionaryEntry to count the number of uses an...
Kostya Serebryany
2016-01-22
1
-2
/
+2
*
Use std::piecewise_constant_distribution instead of ad-hoc binary search.
Ivan Krasin
2016-01-22
1
-27
/
+40
*
Revert r258473 as it's breaking the build with libc++
Ivan Krasin
2016-01-22
1
-6
/
+1
*
Use std::piecewise_constant_distribution instead of ad-hoc binary search.
Ivan Krasin
2016-01-22
1
-1
/
+6
*
[libFuzzer] replace vector with a simpler data structure in the Dictionaries ...
Kostya Serebryany
2016-01-16
1
-2
/
+38
*
[libFuzzer] introduce LLVMFuzzerInitialize
Kostya Serebryany
2016-01-16
1
-0
/
+1
*
[libFuzzer] move some code from public interface header to a non-public heade...
Kostya Serebryany
2016-01-16
1
-0
/
+61
*
[libFuzzer] do mutations based on memcmp/strcmp interceptors under a separate...
Kostya Serebryany
2016-01-15
1
-0
/
+1
*
[libFuzzer] make CurrentUnit a POD object instead of vector to avoid extra al...
Kostya Serebryany
2016-01-13
1
-3
/
+6
*
[libFuzzer] make sure we find buffer overflow in the input buffer. Previously...
Kostya Serebryany
2016-01-13
1
-0
/
+1
*
[libFuzzer] when a new unit is discovered using a dictionary, print all used ...
Kostya Serebryany
2016-01-12
1
-0
/
+1
*
[libFuzzer] change the way trace-based mutations are applied. Instead of a cu...
Kostya Serebryany
2016-01-09
1
-6
/
+2
*
[libfuzzer] print_new_cov_pcs experimental option.
Mike Aizatsky
2016-01-06
1
-0
/
+2
*
[libFuzzer] make CrossOver just one of the other mutations
Kostya Serebryany
2015-12-19
1
-2
/
+1
*
[libFuzzer] compute base64 in-process instead of using an external lib. Since...
Kostya Serebryany
2015-12-04
1
-1
/
+1
*
[libFuzzer] add a flag -exact_artifact_path
Kostya Serebryany
2015-11-25
1
-0
/
+1
*
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
-3
/
+6
*
[libFuzzer] when choosing the next unit to mutate, give some preference to th...
Kostya Serebryany
2015-11-04
1
-0
/
+1
*
[libFuzzer] add -merge flag to merge corpora
Kostya Serebryany
2015-10-24
1
-0
/
+4
*
[libFuzzer] remove some old code; also make __sanitizer_get_total_unique_call...
Kostya Serebryany
2015-10-23
1
-7
/
+1
*
[libFuzzer] use the indirect caller-callee counter as an independent search h...
Kostya Serebryany
2015-10-22
1
-0
/
+3
*
[libFuzzer] more refactoring the code that checks the coverage. NFC
Kostya Serebryany
2015-10-22
1
-1
/
+1
*
[libFuzzer] refactoring the code that checks the coverage. NFC
Kostya Serebryany
2015-10-22
1
-4
/
+8
*
[libFuzzer] remove the deprecated 'tokens' feature
Kostya Serebryany
2015-10-22
1
-3
/
+1
*
[libFuzzer] add -shuffle flag
Kostya Serebryany
2015-10-17
1
-0
/
+1
*
[libFuzzer] print a stack trace on timeout
Kostya Serebryany
2015-10-16
1
-0
/
+1
*
[libFuzzer] When -test_single_input crashes the test it is not necessary to w...
Kostya Serebryany
2015-10-16
1
-0
/
+1
*
[libFuzzer] add -artifact_prefix flag
Kostya Serebryany
2015-10-09
1
-0
/
+1
*
[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...
Kostya Serebryany
2015-10-02
1
-3
/
+10
*
[libFuzzer] remove experimental flag and functionality
Kostya Serebryany
2015-10-02
1
-2
/
+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
-1
/
+1
*
[libFuzzer] remove -iterations as redundant (there is also -num_runs)
Kostya Serebryany
2015-09-08
1
-1
/
+1
*
[libFuzzer] adding a parser for AFL-style dictionaries + tests.
Kostya Serebryany
2015-09-03
1
-0
/
+11
*
[libFuzzer] honour -only_ascii=1 when reading the initial corpus. Also, remov...
Kostya Serebryany
2015-09-02
1
-0
/
+1
*
[libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace...
Kostya Serebryany
2015-08-12
1
-0
/
+3
[prev]
[next]