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
/
FuzzerUtil.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] compute base64 in-process instead of using an external lib. Since...
Kostya Serebryany
2015-12-04
1
-0
/
+29
*
[libFuzzer] experimental flag -drill (another search heuristic; Mike Aizatsky...
Kostya Serebryany
2015-11-12
1
-2
/
+2
*
[libFuzzer] print a bit fewer lines
Kostya Serebryany
2015-11-05
1
-1
/
+0
*
[libFuzzer] print a stack trace on timeout
Kostya Serebryany
2015-10-16
1
-0
/
+2
*
[libFuzzer] adding a parser for AFL-style dictionaries + tests.
Kostya Serebryany
2015-09-03
1
-0
/
+74
*
[libFuzzer] honour -only_ascii=1 when reading the initial corpus. Also, remov...
Kostya Serebryany
2015-09-02
1
-0
/
+6
*
[libFuzzer] add -only_ascii flag
Kostya Serebryany
2015-08-11
1
-0
/
+13
*
[lib/Fuzzer] fully get rid of std::cerr in libFuzzer
Kostya Serebryany
2015-05-23
1
-7
/
+6
*
[lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD COR...
Kostya Serebryany
2015-05-18
1
-0
/
+4
*
[lib/Fuzzer] Add SHA1 implementation from public domain.
Kostya Serebryany
2015-05-14
1
-38
/
+9
*
[lib/Fuzzer] use sha1sum for the file hash
Kostya Serebryany
2015-05-12
1
-0
/
+30
*
[lib/Fuzzer] guess the right number of workers if -jobs=N is given but -worke...
Kostya Serebryany
2015-05-12
1
-0
/
+8
*
[fuzzer] document the -tokens flag. Also change the diagnostic output
Kostya Serebryany
2015-04-01
1
-4
/
+7
*
[fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla...
Kostya Serebryany
2015-03-31
1
-1
/
+1
*
Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...
Aaron Ballman
2015-01-29
1
-0
/
+61
*
Temporarily reverting the fuzzer library as it causes too many build issues f...
Aaron Ballman
2015-01-29
1
-61
/
+0
*
Add a Fuzzer library
Kostya Serebryany
2015-01-27
1
-0
/
+61