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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libFuzzer] add -print_coverage=1 flag to print coverage directly from libFuz...
Kostya Serebryany
2016-09-18
2
-0
/
+8
*
[libFuzzer] properly reset the guards when reseting the coverage. Also try to...
Kostya Serebryany
2016-09-17
1
-1
/
+1
*
[libFuzzer] change trace-pc to use 8-byte guards
Kostya Serebryany
2016-09-17
7
-1
/
+87
*
[libFuzzer] make caller-callee feedback work with trace-pc-guard
Kostya Serebryany
2016-09-15
3
-1
/
+4
*
[libFuzzer] fix the build for AFLDriverTest
Kostya Serebryany
2016-09-15
1
-1
/
+1
*
[libFuzzer] disable test that requires debug info -- it fails on the bot
Kostya Serebryany
2016-09-15
1
-5
/
+0
*
[libFuzzer] move the AFL driver build rule test into the uninstrumented dir
Kostya Serebryany
2016-09-15
2
-12
/
+13
*
[libFuzzer] fix print_pcs test
Kostya Serebryany
2016-09-15
1
-2
/
+2
*
[libFuzzer] implement print_pcs with trace-pc-guard. Change the trace-pc-guar...
Kostya Serebryany
2016-09-15
1
-1
/
+8
*
[libFuzzer] add 8-bit counters to trace-pc-guard handler
Kostya Serebryany
2016-09-15
2
-1
/
+8
*
[libFuzzer] start using trace-pc-guard as an alternative source of coverage
Kostya Serebryany
2016-09-14
3
-10
/
+3
*
[libFuzzer] don't print help for internal flags
Kostya Serebryany
2016-09-10
1
-0
/
+2
*
[libFuzzer] print a visible message if merge fails due to a crash
Kostya Serebryany
2016-09-10
1
-0
/
+6
*
[libFuzzer] use sizeof() in tests instead of 4 and 8
Kostya Serebryany
2016-09-09
2
-6
/
+6
*
[libFuzzer] one more puzzle for value profile
Kostya Serebryany
2016-09-09
3
-0
/
+25
*
[libFuzzer] one more puzzle, value_profile cracks it in a second
Kostya Serebryany
2016-09-09
3
-0
/
+25
*
[libFuzzer] remove use_traces=1 since use_value_profile seems to be strictly ...
Kostya Serebryany
2016-09-09
2
-18
/
+0
*
[libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tes...
Kostya Serebryany
2016-09-01
3
-0
/
+12
*
[libfuzzer] simplified unit truncation; do not write trunc items to disc
Mike Aizatsky
2016-08-30
1
-5
/
+3
*
[libFuzzer] fix a bug when running a single unit of N bytes with -max_len=M, ...
Kostya Serebryany
2016-08-30
1
-1
/
+2
*
[libFuzzer] stop using bits for memcmp's value profile -- seems to blow up th...
Kostya Serebryany
2016-08-30
1
-3
/
+3
*
[libFuzzer] use bits instead of bytes for memcmp/strcmp value profile -- the ...
Kostya Serebryany
2016-08-30
1
-3
/
+3
*
[libFuzzer] use trace-div and trace-gep for guided fuzzing, add tests
Kostya Serebryany
2016-08-30
3
-1
/
+45
*
[libFuzzer] simplify a test to make it pass on the bot
Kostya Serebryany
2016-08-26
1
-1
/
+1
*
[libFuzzer] make sure we have symbols on fuzzer tests
Kostya Serebryany
2016-08-25
1
-1
/
+1
*
[libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more us...
Kostya Serebryany
2016-08-25
1
-2
/
+4
*
[libFuzzer] make a test more deterministic
Kostya Serebryany
2016-08-24
1
-3
/
+3
*
[sanitizer-coverage/libFuzzer] instrument comparisons with __sanitizer_cov_t...
Kostya Serebryany
2016-08-18
1
-0
/
+2
*
[libFuzzer] one more mutation: ChangeBinaryInteger; also fix the breakage fro...
Kostya Serebryany
2016-08-17
1
-1
/
+37
*
[libFuzzer] more mutations
Kostya Serebryany
2016-08-17
1
-0
/
+48
*
[libFuzzer] new experimental feature: value profiling. Profiles values that a...
Kostya Serebryany
2016-08-16
8
-1
/
+65
*
[libFuzzer] print a verbose message after executing inputs in non-fuzzing mode
Kostya Serebryany
2016-08-15
1
-0
/
+2
*
[libFuzzer] fix the bot
Kostya Serebryany
2016-08-15
1
-1
/
+1
*
[libFuzzer] add InsertRepeatedBytes and EraseBytes.
Kostya Serebryany
2016-08-15
6
-11
/
+106
*
[LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the number of workers is > 1 on...
Dan Liew
2016-08-12
1
-0
/
+29
*
[libFuzzer] properly intercept memmem
Kostya Serebryany
2016-07-19
1
-1
/
+5
*
[libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmp
Kostya Serebryany
2016-07-15
4
-1
/
+22
*
[libFuzzer] add ThreadedLeakTest
Kostya Serebryany
2016-07-15
3
-0
/
+24
*
[LibFuzzer] Unbreak the build on macOS which was broken by r272858.
Dan Liew
2016-07-07
1
-0
/
+6
*
[libFuzzer] Let user specify extra stats file.
Mike Aizatsky
2016-06-30
2
-1
/
+29
*
[libfuzzer] moving is_ascii handler inside mutation dispatcher.
Mike Aizatsky
2016-06-23
1
-12
/
+11
*
[libFuzzer] Add standard license info and comment header to AFLDriverTest.cpp
Vitaly Buka
2016-06-23
1
-0
/
+4
*
[libFuzzer] make the single-run output more reliable
Kostya Serebryany
2016-06-17
1
-2
/
+2
*
[libFuzzer] use the new chainable malloc hooks instead of the old un-chainabl...
Kostya Serebryany
2016-06-16
1
-7
/
+4
*
Fix test from D21194
Vitaly Buka
2016-06-16
1
-2
/
+1
*
Debugging D21194 issues on bot
Vitaly Buka
2016-06-16
1
-0
/
+1
*
Enable libFuzzer's afl_driver to append stderr to a file.
Vitaly Buka
2016-06-16
3
-0
/
+35
*
[LibFuzzer] Fix ``FuzzerMutate.ShuffleBytes2`` unit test on OSX.
Dan Liew
2016-06-15
1
-1
/
+1
*
Revert "Enable libFuzzer's afl_driver to append stderr to a file."
Vitaly Buka
2016-06-14
3
-35
/
+0
*
Enable libFuzzer's afl_driver to append stderr to a file.
Vitaly Buka
2016-06-14
3
-0
/
+35
[prev]
[next]