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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] remove some old code; also make __sanitizer_get_total_unique_call...
Kostya Serebryany
2015-10-23
1
-3
/
+0
*
[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...
Kostya Serebryany
2015-10-02
1
-4
/
+8
*
[libFuzzer] add two more variants of FuzzerDriver for convenience
Kostya Serebryany
2015-09-10
1
-0
/
+6
*
[libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger
Kostya Serebryany
2015-09-08
1
-0
/
+2
*
[libFuzzer] actually make the dictionaries work (+docs)
Kostya Serebryany
2015-09-04
1
-1
/
+12
*
[libFuzzer] refactor the mutation functions so that they are now methods of a...
Kostya Serebryany
2015-09-03
1
-28
/
+33
*
[libFuzzer] move the mutators to public interface so that custom mutators may...
Kostya Serebryany
2015-08-06
1
-8
/
+31
*
[libFuzzer] add one more mutation strategy: byte shuffling
Kostya Serebryany
2015-08-06
1
-1
/
+1
*
[libFuzzer] allow users to supply their own implementation of rand
Kostya Serebryany
2015-07-24
1
-1
/
+29
*
[lib/Fuzzer] make assertions more informative and update comments for the use...
Kostya Serebryany
2015-05-30
1
-2
/
+2
*
[lib/Fuzzer] doxygen-ify the comments for the user interface
Kostya Serebryany
2015-05-23
1
-13
/
+22
*
[lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators
Kostya Serebryany
2015-05-22
1
-1
/
+65
*
[fuzzer] split main() into FuzzerDriver() that takes a callback as a paramete...
Kostya Serebryany
2015-02-19
1
-0
/
+25