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
/
FuzzerMutate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libFuzzer] use std::mt19937 for generating random numbers by default. Fix My...
Kostya Serebryany
2016-01-19
1
-3
/
+2
*
[libFuzzer] replace vector with a simpler data structure in the Dictionaries ...
Kostya Serebryany
2016-01-16
1
-26
/
+25
*
[libFuzzer] suggest a dictionary to the user of some of the trace-based dicti...
Kostya Serebryany
2016-01-14
1
-13
/
+59
*
[libFuzzer] when a new unit is discovered using a dictionary, print all used ...
Kostya Serebryany
2016-01-12
1
-2
/
+12
*
[libFuzzer] change the way trace-based mutations are applied. Instead of a cu...
Kostya Serebryany
2016-01-09
1
-0
/
+6
*
[libFuzzer] add a position hint to the dictionary-based mutator
Kostya Serebryany
2016-01-07
1
-20
/
+50
*
[libFuzzer] extend the dictionary mutator to optionally overwrite data with t...
Kostya Serebryany
2016-01-06
1
-5
/
+12
*
[libFuzzer] make CrossOver just one of the other mutations
Kostya Serebryany
2015-12-19
1
-0
/
+23
*
[libFuzzer] print successfull mutations sequences
Kostya Serebryany
2015-12-19
1
-13
/
+30
*
[libFuzzer] fix 32-bit build
Kostya Serebryany
2015-10-08
1
-1
/
+1
*
[libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger
Kostya Serebryany
2015-09-08
1
-0
/
+34
*
[libFuzzer] when a single mutation fails try a few more times with other muta...
Kostya Serebryany
2015-09-04
1
-7
/
+14
*
[libFuzzer] actually make the dictionaries work (+docs)
Kostya Serebryany
2015-09-04
1
-7
/
+47
*
[libFuzzer] refactor the mutation functions so that they are now methods of a...
Kostya Serebryany
2015-09-03
1
-17
/
+16
*
[libFuzzer] add one more mutation strategy: byte shuffling
Kostya Serebryany
2015-08-06
1
-1
/
+15
*
[libFuzzer] more refactoring of the Mutator and adding tests to it
Kostya Serebryany
2015-08-01
1
-13
/
+28
*
[libFuzzer] start refactoring the Mutator and adding tests to it
Kostya Serebryany
2015-08-01
1
-7
/
+11
*
[libFuzzer] allow users to supply their own implementation of rand
Kostya Serebryany
2015-07-24
1
-12
/
+13
*
[lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators
Kostya Serebryany
2015-05-22
1
-24
/
+25
*
[fuzzer] properly annotate fallthrough, add one more entry to FAQ
Kostya Serebryany
2015-02-19
1
-1
/
+1
*
[fuzzer] make multi-process execution more verbose; fix mutation to actually ...
Kostya Serebryany
2015-02-04
1
-8
/
+16
*
Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...
Aaron Ballman
2015-01-29
1
-0
/
+62
*
Temporarily reverting the fuzzer library as it causes too many build issues f...
Aaron Ballman
2015-01-29
1
-62
/
+0
*
Add a Fuzzer library
Kostya Serebryany
2015-01-27
1
-0
/
+62
[prev]