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] add stats to the corpus; more refactoring
Kostya Serebryany
2016-09-21
1
-1
/
+1
*
[libFuzzer] refactoring: split the large header into many; NFC
Kostya Serebryany
2016-09-21
1
-4
/
+0
*
[libFuzzer] use sleep() instead of std::this_thread::sleep_for to avoid cov...
Kostya Serebryany
2016-09-19
1
-1
/
+1
*
[libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuz...
Kostya Serebryany
2016-09-18
1
-0
/
+12
*
[libFuzzer] when printing the reproducer input, also print the base input and...
Kostya Serebryany
2016-08-17
1
-4
/
+8
*
[LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the number of workers is > 1 on...
Dan Liew
2016-08-12
1
-4
/
+0
*
[libFuzzer] make OOM-handling more portable. Instead of sending a signal to t...
Kostya Serebryany
2016-05-27
1
-7
/
+0
*
[libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in fu...
Kostya Serebryany
2016-05-26
1
-3
/
+5
*
[LibFuzzer] Fix implementation of ``GetPeakRSSMb()`` on Mac OSX.
Dan Liew
2016-05-20
1
-1
/
+9
*
[LibFuzzer] Fix ``NumberOfCpuCores()`` on Mac OSX.
Dan Liew
2016-05-20
1
-4
/
+29
*
[libFuzzer] enhance -rss_limit_mb and enable by default. Now it will print th...
Kostya Serebryany
2016-05-06
1
-1
/
+15
*
[libFuzzer] handle SIGTERM
Kostya Serebryany
2016-03-24
1
-0
/
+1
*
libfuzzer: fix compiler warnings
Dmitry Vyukov
2016-03-02
1
-5
/
+11
*
[libFuzzer] add generic signal handlers so that libFuzzer can report at least...
Kostya Serebryany
2016-03-01
1
-5
/
+25
*
[libFuzzer] add -print_final_stats=1 flag
Kostya Serebryany
2016-02-26
1
-0
/
+8
*
[libFuzzer] remove std::vector operations from hot paths, NFC
Kostya Serebryany
2016-02-13
1
-2
/
+3
*
[libFuzzer] replace vector with a simpler data structure in the Dictionaries ...
Kostya Serebryany
2016-01-16
1
-3
/
+5
*
[libFuzzer] make CurrentUnit a POD object instead of vector to avoid extra al...
Kostya Serebryany
2016-01-13
1
-3
/
+8
*
[libFuzzer] when a new unit is discovered using a dictionary, print all used ...
Kostya Serebryany
2016-01-12
1
-6
/
+19
*
[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