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
...
*
[libFuzzer] enable reduce_inputs=1 by default (seems to be a big win usually)
Kostya Serebryany
2017-07-19
3
-6
/
+6
*
[libFuzzer] when adding a reduced input print REDUCED instead of NEW
Kostya Serebryany
2017-07-18
3
-5
/
+8
*
[libFuzzer] improve -reduce_inputs=1: now only consider the unique features o...
Kostya Serebryany
2017-07-18
4
-26
/
+23
*
[libFuzzer] disable fuzzer-flags.test on windows to fix the bots
Kostya Serebryany
2017-07-18
1
-0
/
+3
*
Revert "[libFuzzer] Add a dependency on symbolizer from libFuzzer tests"
George Karpenkov
2017-07-17
1
-1
/
+1
*
[libFuzzer] remove stale code
Kostya Serebryany
2017-07-15
2
-9
/
+4
*
[libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1
Justin Bogner
2017-07-14
7
-13
/
+72
*
[libFuzzer] fix stats during merge
Kostya Serebryany
2017-07-14
1
-1
/
+0
*
[libFuzzer] update the comments in afl/afl_driver.cpp
Kostya Serebryany
2017-07-14
1
-2
/
+2
*
[libFuzzer] remove stale code; NFC
Kostya Serebryany
2017-07-14
3
-52
/
+0
*
[libFuzzer] simplify the handling of memmem/strstr
Kostya Serebryany
2017-07-14
10
-129
/
+61
*
[libFuzzer] move code around; NFC
Kostya Serebryany
2017-07-13
2
-69
/
+60
*
[libFuzzer] make sure that -reduce_inputs=1 deletes redundant files in the co...
Kostya Serebryany
2017-07-13
2
-3
/
+21
*
[libFuzzer] experimental feature -reduce_inputs (off by default) that tries t...
Kostya Serebryany
2017-07-13
9
-16
/
+102
*
[libFuzzer] relax test/shrink.test a bit (got broken on windows)
Kostya Serebryany
2017-07-12
1
-1
/
+1
*
[libFuzzer] remove include <sanitizer/coverage_interface.h>, not needed any ...
Kostya Serebryany
2017-07-12
1
-3
/
+0
*
[libFuzzer] refactoring in preparation for -reduce_inputs; NFC intended
Kostya Serebryany
2017-07-12
5
-32
/
+40
*
[libFuzzer] Add a dependency on symbolizer from libFuzzer tests
George Karpenkov
2017-07-12
1
-1
/
+1
*
[libFuzzer] NFC Declare LIBFUZZER_FLAGS_BASE outside of an if-block
George Karpenkov
2017-07-12
1
-1
/
+1
*
[libFuzzer] Do not use LLVM ostream in tests
George Karpenkov
2017-07-12
1
-0
/
+3
*
[LibFuzzer] Fix `-Wcomment` warning emitted by GCC.
Dan Liew
2017-07-11
1
-2
/
+2
*
[LibFuzzer] Fix `-Wpedantic` warning reported by Eric Christopher.
Dan Liew
2017-07-11
1
-1
/
+2
*
FuzzerUtilDarwin.cpp: We need to pass modifiable strings to posix_spawn
Matthias Braun
2017-07-07
1
-2
/
+11
*
[libFuzzer] change the default max_len from 64 to 4096. This will affect case...
Kostya Serebryany
2017-06-15
9
-8
/
+17
*
Fixing section name for Darwin platforms for sanitizer coverage
George Karpenkov
2017-06-14
1
-1
/
+1
*
[libFuzzer] really restrict the new test to Linux (fails on Mac/Windows curre...
Kostya Serebryany
2017-06-14
1
-1
/
+3
*
[libFuzzer] restrict the new test to Linux (fails on Mac currently)
Kostya Serebryany
2017-06-13
1
-0
/
+1
*
[libFuzzer] initial support of -fsanitize-coverage=inline-8bit-counters in li...
Kostya Serebryany
2017-06-13
8
-9
/
+83
*
Fix the includes in lib/Fuzzer on Windows that have ordering
Chandler Carruth
2017-06-06
2
-2
/
+6
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
67
-93
/
+92
*
[llvm] Remove double semicolons
Mandeep Singh Grang
2017-06-06
1
-1
/
+1
*
[libFuzzer] fix a test to match the new sanitizer run-time
Kostya Serebryany
2017-05-31
1
-4
/
+4
*
[libFuzzer] Don't replace custom signal handlers.
Vitaly Buka
2017-05-25
2
-2
/
+17
*
[libFuzzer] fix tests on Windows
Kostya Serebryany
2017-05-15
1
-0
/
+1
*
[libFuzzer] improve the afl driver and it's tests. Make it possible to run in...
Kostya Serebryany
2017-05-15
3
-13
/
+77
*
[libFuzzer] fix a warning from Wunreachable-code-loop-increment reported by C...
Kostya Serebryany
2017-05-15
1
-1
/
+1
*
[libFuzzer] fix a compiler warning
Kostya Serebryany
2017-05-10
1
-1
/
+2
*
[libFuzzer] update docs on -print_coverage/-dump_coverage
Kostya Serebryany
2017-05-09
1
-4
/
+4
*
[libFuzzer] make sure the input data is not overwritten in the fuzz target (i...
Kostya Serebryany
2017-05-09
6
-1
/
+39
*
[libFuzzer] exit without running atexit handlers in libfuzzer's crash handler
Vitaly Buka
2017-05-03
1
-1
/
+1
*
Fuzzer: Mark test/cxxstring.test UNSUPPORTED: windows
Duncan P. N. Exon Smith
2017-04-28
1
-0
/
+2
*
Remove unnecessary semicolon
Sanjoy Das
2017-04-28
1
-1
/
+1
*
Fixup for r301054: Use an explicit constructor.
Kuba Mracek
2017-04-21
1
-1
/
+1
*
Fixup for r301054: Only use __attribute__((no_sanitize("memory"))) when it's ...
Kuba Mracek
2017-04-21
1
-1
/
+5
*
[libFuzzer] Always build libFuzzer
Kuba Mracek
2017-04-21
1
-34
/
+40
*
Fixup for r301007: Restrict the -D hack to Darwin.
Kuba Mracek
2017-04-21
1
-7
/
+9
*
Revert r301010: Bot failures on Windows, NetBSD and even some old Darwin.
Kuba Mracek
2017-04-21
1
-20
/
+14
*
[libFuzzer] Always build libFuzzer
Kuba Mracek
2017-04-21
1
-14
/
+20
*
[libFuzzer] Changing thread_local to __thread in libFuzzer
Kuba Mracek
2017-04-21
1
-0
/
+13
*
[libFuzzer] Check for target(popcnt) capability before usage
Kuba Mracek
2017-04-21
1
-2
/
+10
[prev]
[next]