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
/
FuzzerInterface.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] simplify FuzzerInterface.h
Kostya Serebryany
2016-05-13
1
-20
/
+0
*
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
Kostya Serebryany
2016-02-13
1
-25
/
+0
*
[libFuzzer] simplify the code around Random. NFC
Kostya Serebryany
2016-02-13
1
-24
/
+2
*
[libFuzzer] provide a plain C interface for custom mutators (experimental)
Kostya Serebryany
2016-02-13
1
-1
/
+5
*
[libFuzzer] use std::mt19937 for generating random numbers by default. Fix My...
Kostya Serebryany
2016-01-19
1
-0
/
+14
*
[libFuzzer] move some code from public interface header to a non-public heade...
Kostya Serebryany
2016-01-16
1
-1
/
+20
*
[LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using it for seeding.
Mike Aizatsky
2015-12-10
1
-1
/
+1
*
[libFuzzer] remove some old code; also make __sanitizer_get_total_unique_call...
Kostya Serebryany
2015-10-23
1
-3
/
+0
*
[libFuzzer] refactor the mutation functions so that they are now methods of a...
Kostya Serebryany
2015-09-03
1
-2
/
+3
*
[libFuzzer] move the mutators to public interface so that custom mutators may...
Kostya Serebryany
2015-08-06
1
-11
/
+0
*
[libFuzzer] allow users to supply their own implementation of rand
Kostya Serebryany
2015-07-24
1
-2
/
+18
*
[lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators
Kostya Serebryany
2015-05-22
1
-0
/
+27