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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer-coverage/libFuzzer] instrument comparisons with __sanitizer_cov_t...
Kostya Serebryany
2016-08-18
2
-3
/
+50
*
[libFuzzer] force proper popcnt instruction
Kostya Serebryany
2016-08-17
2
-1
/
+3
*
[libFuzzer] given 0 and 255 more preference when inserting repeated bytes
Kostya Serebryany
2016-08-17
1
-1
/
+2
*
[libFuzzer] one more mutation: ChangeBinaryInteger; also fix the breakage fro...
Kostya Serebryany
2016-08-17
3
-2
/
+77
*
[libFuzzer] when printing the reproducer input, also print the base input and...
Kostya Serebryany
2016-08-17
3
-4
/
+13
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
[libFuzzer] more mutations
Kostya Serebryany
2016-08-17
3
-18
/
+124
*
[libFuzzer] minor speed improvement
Kostya Serebryany
2016-08-16
1
-1
/
+1
*
[libFuzzer] new experimental feature: value profiling. Profiles values that a...
Kostya Serebryany
2016-08-16
15
-11
/
+158
*
[libFuzzer] refactoring around PCMap, NFC
Kostya Serebryany
2016-08-16
5
-81
/
+81
*
[libFuzzer] print a verbose message after executing inputs in non-fuzzing mode
Kostya Serebryany
2016-08-15
2
-0
/
+6
*
[libFuzzer] fix the bot
Kostya Serebryany
2016-08-15
1
-1
/
+1
*
[libFuzzer] add InsertRepeatedBytes and EraseBytes.
Kostya Serebryany
2016-08-15
8
-20
/
+139
*
[LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the number of workers is > 1 on...
Dan Liew
2016-08-12
5
-4
/
+198
*
[libFuzzer] make libFuzzer work with a bit older clang versions
Kostya Serebryany
2016-08-06
1
-8
/
+10
*
[libFuzzer] don't print bogus error message
Kostya Serebryany
2016-08-06
1
-2
/
+3
*
[libfuzzer] do not warn about missing pcbuffer functions: they are new.
Mike Aizatsky
2016-08-06
1
-2
/
+2
*
[sanitizers] trace buffer API to use user-allocated buffer.
Mike Aizatsky
2016-08-05
3
-27
/
+53
*
[libFuzzer] extend the messages printed by afl_driver
Kostya Serebryany
2016-07-19
1
-4
/
+12
*
[libFuzzer] properly intercept memmem
Kostya Serebryany
2016-07-19
2
-2
/
+15
*
[libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmp
Kostya Serebryany
2016-07-15
9
-6
/
+67
*
[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
3
-4
/
+208
*
[libfuzzer] moving is_ascii handler inside mutation dispatcher.
Mike Aizatsky
2016-06-23
6
-60
/
+65
*
[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
2
-4
/
+4
*
[libFuzzer] use the new chainable malloc hooks instead of the old un-chainabl...
Kostya Serebryany
2016-06-16
3
-39
/
+32
*
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
4
-0
/
+56
*
[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
4
-56
/
+0
*
Enable libFuzzer's afl_driver to append stderr to a file.
Vitaly Buka
2016-06-14
4
-0
/
+56
*
[LibFuzzer] Disable the ``fuzzer-trace-pc.test`` test on non-linux platforms.
Dan Liew
2016-06-14
1
-0
/
+4
*
[LibFuzzer] Move tests in ``fuzzer-traces.test`` that require hooks to their ...
Dan Liew
2016-06-14
2
-17
/
+23
*
[LibFuzzer] Fix some unit test crashes on OSX.
Dan Liew
2016-06-10
1
-0
/
+4
*
[libFuzzer] add one more OOM test, which we currently don't handle very well
Kostya Serebryany
2016-06-09
2
-0
/
+30
*
[libFuzzer] add 'weak' back to __sanitizer_malloc_hook and __sanitizer_free_hook
Kostya Serebryany
2016-06-08
1
-0
/
+2
*
[libFuzzer] add a test that is built w/o coverage instrumentation but has the...
Kostya Serebryany
2016-06-08
5
-1
/
+27
*
[LibFuzzer] Declare and use sanitizer functions in ``fuzzer::ExternalFunctions``
Dan Liew
2016-06-07
8
-73
/
+84
*
[LibFuzzer] Split the fuzzer-oom.test into two tests.
Dan Liew
2016-06-07
3
-1
/
+14
*
[libfuzzer] custom crossover interface function.
Mike Aizatsky
2016-06-07
7
-0
/
+107
*
[libfuzzer] prune_corpus option for disabling pruning during the load.
Mike Aizatsky
2016-06-07
5
-1
/
+19
*
[LibFuzzer] s/dataflow sanitizer/DataflowSanitizer/
Dan Liew
2016-06-07
1
-2
/
+2
*
[LibFuzzer] Disable building and running LSan tests on Apple platforms becaus...
Dan Liew
2016-06-07
4
-0
/
+18
*
[LibFuzzer] Provide stub implementation of __sanitizer_cov_trace_pc_indir
Dan Liew
2016-06-06
1
-1
/
+9
*
[libfuzzer] hiding custom mutator handling in MutationDispatcher.
Mike Aizatsky
2016-06-03
3
-29
/
+60
*
[libfuzzer] splitting fuzzer.test
Mike Aizatsky
2016-06-03
11
-97
/
+99
*
[LibFuzzer] Disable compiling and running the LibFuzzer dataflow sanitizer te...
Dan Liew
2016-06-02
4
-1
/
+19
[next]