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
/
compiler-rt
/
lib
/
fuzzer
/
FuzzerLoop.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libFuzzer] Don't complain about lack of interesting inputs when -runs=0.
Max Moroz
2018-05-23
1
-1
/
+1
*
[libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)
Kostya Serebryany
2018-05-21
1
-0
/
+2
*
[libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...
Kostya Serebryany
2018-05-16
1
-0
/
+8
*
[libFuzzer] remove the dump_coverage flag, it hasn't been working with the in...
Kostya Serebryany
2018-05-10
1
-2
/
+0
*
[libFuzzer] remove the experimental support for clang coverage instrumentatio...
Kostya Serebryany
2018-05-10
1
-1
/
+0
*
[libFuzzer] Guard symbolization with try-lock.
Matt Morehouse
2018-05-08
1
-12
/
+7
*
[libFuzzer] Don't short-circuit from CrashCallback.
Matt Morehouse
2018-05-02
1
-3
/
+2
*
[libFuzzer] Report at most one crash per input.
Matt Morehouse
2018-05-01
1
-0
/
+12
*
[libFuzzer] Include TEMP_MAX_LEN in Fuzzer::PrintStats.
Matt Morehouse
2018-02-22
1
-4
/
+2
*
[libFuzzer] Set -experimental_len_control=1000 as default.
Matt Morehouse
2018-02-13
1
-3
/
+3
*
Reland "[libFuzzer] Support using libc++"
Petr Hosek
2018-01-17
1
-2
/
+4
*
Revert "[libFuzzer] Support using libc++"
Petr Hosek
2018-01-17
1
-4
/
+2
*
[libFuzzer] Support using libc++
Petr Hosek
2018-01-17
1
-2
/
+4
*
[libFuzzer] change the strategy for -experimental_len_control to grow max_len...
Kostya Serebryany
2017-12-12
1
-8
/
+4
*
[libFuzzer] honor -use_counters, sligntly change the meaning of -experimental...
Kostya Serebryany
2017-12-08
1
-4
/
+7
*
[libFuzzer] add a flag -malloc_limit_mb
Kostya Serebryany
2017-12-01
1
-1
/
+1
*
[libFuzzer] remove stale flags; NFC
Kostya Serebryany
2017-12-01
1
-1
/
+0
*
[libFuzzer] add an experimental search heuristic flag -reduce_depth
Kostya Serebryany
2017-12-01
1
-3
/
+12
*
[libFuzzer] Don't add leaking inputs to corpus.
Matt Morehouse
2017-11-09
1
-2
/
+3
*
[libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signals
Kostya Serebryany
2017-11-09
1
-0
/
+14
*
[fuzzer] Fix nested mallocs
Vitaly Buka
2017-11-02
1
-3
/
+26
*
[fuzzer] Fix threaded stack printing
Vitaly Buka
2017-11-01
1
-0
/
+5
*
Revert "[fuzzer] Fix threaded stack printing and nested mallocs"
Vitaly Buka
2017-11-01
1
-19
/
+0
*
[fuzzer] Fix threaded stack printing and nested mallocs
Vitaly Buka
2017-10-31
1
-0
/
+19
*
[Sanitizers-libFuzzer] Addressing coding style issues.
Alex Shlyapnikov
2017-10-23
1
-37
/
+44
*
[libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sess...
Alex Shlyapnikov
2017-10-23
1
-1
/
+22
*
[libFuzzer] tweam use_feature_frequency to be less aggressive; run a dummy in...
Kostya Serebryany
2017-10-13
1
-3
/
+4
*
[libFuzzer] experimental flag to tweak the corpus distribution. Seems to impr...
Kostya Serebryany
2017-10-11
1
-0
/
+3
*
[libFuzzer] Disable experimental clang coverage support by default.
Max Moroz
2017-10-05
1
-0
/
+1
*
[libFuzzer] factor out some code into GetSizedFilesFromDir; NFC
Kostya Serebryany
2017-09-12
1
-19
/
+14
*
[libfuzzer] Compare TotalNumberOfRuns with MaxNumberOfRuns when testing a mem...
Max Moroz
2017-09-12
1
-0
/
+2
*
[libFuzzer] tolerate missing files when loading the seed corpus
Kostya Serebryany
2017-08-31
1
-1
/
+1
*
[libFUzzer] change the way we load the seed corpora: instead of loading all f...
Kostya Serebryany
2017-08-29
1
-49
/
+58
*
[libFuzzer] refactoring: move reading the seed corpus closer to where it's co...
Kostya Serebryany
2017-08-29
1
-2
/
+29
*
[libFuzzer] Use custom allocators for STL containers in libFuzzer.
George Karpenkov
2017-08-27
1
-2
/
+2
*
Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"
George Karpenkov
2017-08-26
1
-1
/
+1
*
[libFuzzer] Use custom allocators for STL containers in libFuzzer
George Karpenkov
2017-08-26
1
-1
/
+1
*
[libFuzzer] add -print_funcs=1 (on bey default): print newly discovered funct...
Kostya Serebryany
2017-08-25
1
-0
/
+1
*
[libFuzzer] apply changes lost during the migration to compiler-rt
Kostya Serebryany
2017-08-22
1
-1
/
+2
*
Move libFuzzer to compiler_rt.
George Karpenkov
2017-08-21
1
-0
/
+721
[prev]