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
/
FuzzerDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ librar...
Kostya Serebryany
2015-05-23
1
-35
/
+33
*
[lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is un...
Kostya Serebryany
2015-05-22
1
-1
/
+0
*
[lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators
Kostya Serebryany
2015-05-22
1
-1
/
+6
*
[lib/Fuzzer] ignore flags that start with --; use git pull --rebase instead o...
Kostya Serebryany
2015-05-21
1
-0
/
+10
*
[lib/Fuzzer] change the meaning of -timeout flag: now timeout is applied to e...
Kostya Serebryany
2015-05-19
1
-1
/
+2
*
[lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD COR...
Kostya Serebryany
2015-05-18
1
-0
/
+3
*
[lib/Fuzzer] guess the right number of workers if -jobs=N is given but -worke...
Kostya Serebryany
2015-05-12
1
-0
/
+6
*
[lib/Fuzzer] remove the -dfsan=1 flag, just use -use_traces=1 (w/ or w/o dfsan)
Kostya Serebryany
2015-05-12
1
-1
/
+0
*
[lib/Fuzzer] detach the pulse thread instad of joining it
Kostya Serebryany
2015-05-12
1
-1
/
+1
*
[lib/Fuzzer] when running multiple fuzzing processes, print something every 1...
Kostya Serebryany
2015-05-11
1
-2
/
+14
*
[lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-base...
Kostya Serebryany
2015-05-11
1
-0
/
+1
*
[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_U...
Kostya Serebryany
2015-05-08
1
-1
/
+4
*
[fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla...
Kostya Serebryany
2015-03-31
1
-12
/
+65
*
DFSan-based fuzzer (proof of concept).
Kostya Serebryany
2015-03-30
1
-0
/
+1
*
[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...
Kostya Serebryany
2015-03-03
1
-0
/
+1
*
[fuzzer] one more experimental search mode: -use_coverage_pairs=1
Kostya Serebryany
2015-02-20
1
-0
/
+1
*
[fuzzer] split main() into FuzzerDriver() that takes a callback as a paramete...
Kostya Serebryany
2015-02-19
1
-0
/
+198