index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Fuzzer
/
FuzzerIO.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-04
[libFuzzer] compute base64 in-process instead of using an external lib. Since...
Kostya Serebryany
1
-5
/
+0
2015-11-13
[libFuzzer] make libFuzzer build even with a compiler that does not have sani...
Kostya Serebryany
1
-0
/
+1
2015-10-16
[libFuzzer] When -test_single_input crashes the test it is not necessary to w...
Kostya Serebryany
1
-0
/
+4
2015-09-08
[libFuzzer] be more robust when dealing with files on disk (e.g. don't crash ...
Kostya Serebryany
1
-4
/
+2
2015-08-26
[libFuzzer] fix minor inefficiency, PR24584
Kostya Serebryany
1
-1
/
+1
2015-08-12
[libFuzzer] use raw C IO to reduce the risk of a deadlock in a signal handler.
Kostya Serebryany
1
-2
/
+5
2015-07-18
[libFuzzer] require the files and directories passed to the fuzzer to exist
Kostya Serebryany
1
-2
/
+8
2015-05-23
[lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ librar...
Kostya Serebryany
1
-4
/
+9
2015-05-18
[lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD COR...
Kostya Serebryany
1
-1
/
+1
2015-05-08
[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U...
Kostya Serebryany
1
-4
/
+25
2015-05-05
[lib/Fuzzer] on crash print the contents of the crashy input as base64
Kostya Serebryany
1
-0
/
+5
2015-03-31
[fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla...
Kostya Serebryany
1
-0
/
+6
2015-02-04
[fuzzer] make multi-process execution more verbose; fix mutation to actually ...
Kostya Serebryany
1
-0
/
+8
2015-01-29
Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...
Aaron Ballman
1
-0
/
+49
2015-01-29
Temporarily reverting the fuzzer library as it causes too many build issues f...
Aaron Ballman
1
-49
/
+0
2015-01-28
[fuzzer] add option -save_minimized_corpus
Kostya Serebryany
1
-2
/
+7
2015-01-27
Add a Fuzzer library
Kostya Serebryany
1
-0
/
+44