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
/
FuzzerInternal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
-3
/
+9
*
[lib/Fuzzer] change the way we use taint information for fuzzing. Now, we run...
Kostya Serebryany
2015-05-07
1
-1
/
+11
*
[lib/Fuzzer] minor refactoring/simplification, NFC
Kostya Serebryany
2015-05-07
1
-2
/
+4
*
[lib/Fuzzer] on crash print the contents of the crashy input as base64
Kostya Serebryany
2015-05-05
1
-0
/
+1
*
[fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla...
Kostya Serebryany
2015-03-31
1
-11
/
+15
*
[fuzzer] when a single unit takes over 1 second to run and it is the slowest ...
Kostya Serebryany
2015-03-30
1
-0
/
+1
*
[fuzzer] print various stats in a unified way
Kostya Serebryany
2015-03-30
1
-0
/
+1
*
DFSan-based fuzzer (proof of concept).
Kostya Serebryany
2015-03-30
1
-0
/
+4
*
[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...
Kostya Serebryany
2015-03-03
1
-0
/
+10
*
[fuzzer] one more experimental search mode: -use_coverage_pairs=1
Kostya Serebryany
2015-02-20
1
-0
/
+3
*
[fuzzer] split main() into FuzzerDriver() that takes a callback as a paramete...
Kostya Serebryany
2015-02-19
1
-1
/
+5
*
[fuzzer] add flag prefer_small_during_initial_shuffle, be a bit more verbose
Kostya Serebryany
2015-02-04
1
-0
/
+8
*
[fuzzer] add -runs=N to limit the number of runs per session. Also, make sure...
Kostya Serebryany
2015-02-04
1
-0
/
+2
*
[fuzzer] make multi-process execution more verbose; fix mutation to actually ...
Kostya Serebryany
2015-02-04
1
-1
/
+2
*
[fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This ...
Kostya Serebryany
2015-01-29
1
-0
/
+5
*
Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz...
Aaron Ballman
2015-01-29
1
-0
/
+81
*
Temporarily reverting the fuzzer library as it causes too many build issues f...
Aaron Ballman
2015-01-29
1
-81
/
+0
*
[fuzzer] add option -save_minimized_corpus
Kostya Serebryany
2015-01-28
1
-1
/
+5
*
Add a Fuzzer library
Kostya Serebryany
2015-01-27
1
-0
/
+77