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
/
FuzzerDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] Delete llvm/lib/Fuzzer
Vitaly Buka
2017-10-16
1
-764
/
+0
*
[libFuzzer] reimplement experimental_len_control=1: bump the temporary max_le...
Kostya Serebryany
2017-07-22
1
-2
/
+0
*
Generate error reports when a fuzz target exits.
Matt Morehouse
2017-07-20
1
-0
/
+3
*
[libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1
Justin Bogner
2017-07-14
1
-7
/
+13
*
[libFuzzer] experimental feature -reduce_inputs (off by default) that tries t...
Kostya Serebryany
2017-07-13
1
-1
/
+0
*
[libFuzzer] refactoring in preparation for -reduce_inputs; NFC intended
Kostya Serebryany
2017-07-12
1
-2
/
+3
*
[libFuzzer] change the default max_len from 64 to 4096. This will affect case...
Kostya Serebryany
2017-06-15
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[llvm] Remove double semicolons
Mandeep Singh Grang
2017-06-06
1
-1
/
+1
*
[libFuzzer] make sure the input data is not overwritten in the fuzz target (i...
Kostya Serebryany
2017-05-09
1
-1
/
+2
*
[libFuzzer] remove -output_csv option. It duplicates the default output and g...
Kostya Serebryany
2017-04-19
1
-1
/
+0
*
[libFuzzer] experimental option -cleanse_crash: tries to replace all bytes in...
Kostya Serebryany
2017-04-17
1
-0
/
+63
*
[libFuzzer] read asan's dedup_token while minimizing a crash and stop minimiz...
Kostya Serebryany
2017-03-25
1
-4
/
+37
*
[libFuzzer] honor -exact_artifact_path for all intermediate files during cras...
Kostya Serebryany
2017-03-24
1
-1
/
+3
*
[libFuzzer] add two experimental flags to make corpus merging more scalable: ...
Kostya Serebryany
2017-03-22
1
-1
/
+3
*
[libFuzzer] Experimenting with dictionary minimization.
Kostya Serebryany
2017-03-17
1
-0
/
+81
*
[libFuzzer] remove more stale code
Kostya Serebryany
2017-03-14
1
-8
/
+4
*
Use "%zd" format specifier for printing number of testcases executed.
Kostya Serebryany
2017-02-14
1
-1
/
+1
*
[libFuzzer] increase the default size for shmem
Kostya Serebryany
2017-02-01
1
-2
/
+2
*
[libFuzzer] use print+exit(1) instead of assert to report an error
Kostya Serebryany
2017-01-21
1
-2
/
+4
*
[libFuzzer] add an assert to protect against LLVMFuzzerInitialize changing a...
Kostya Serebryany
2017-01-20
1
-0
/
+3
*
[libFuzzer] experimental support for 'equivalance fuzzing'
Kostya Serebryany
2017-01-20
1
-0
/
+26
*
[libFuzzer] improve -minimize_crash: honor -artifact_prefix= and don't specia...
Kostya Serebryany
2017-01-19
1
-10
/
+11
*
[libFuzzer] remove stale code
Kostya Serebryany
2017-01-18
1
-1
/
+0
*
[libFuzzer] improve error handling during the merge (handle various IO failures)
Kostya Serebryany
2017-01-05
1
-0
/
+1
*
[libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...
Kostya Serebryany
2016-12-27
1
-0
/
+3
*
[libFuzzer] fix UB and simplify the computation of the RNG seed (https://llvm...
Kostya Serebryany
2016-12-27
1
-2
/
+2
*
[libfuzzer] dump_coverage command line flag
Mike Aizatsky
2016-12-19
1
-0
/
+1
*
Revert "[libFuzzer] add an experimental flag -experimental_len_control=1 that...
Daniel Jasper
2016-12-17
1
-3
/
+0
*
[libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...
Kostya Serebryany
2016-12-16
1
-0
/
+3
*
[libFuzzer] enable the failure-resistant merge by default (with trace-pc-guar...
Kostya Serebryany
2016-12-15
1
-11
/
+9
*
[libFuzzer] Clean up headers and file formatting of LibFuzzer files.
Marcos Pividori
2016-12-13
1
-1
/
+0
*
[libFuzzer] Properly use unsigned for workers, jobs and NumberOfCpuCores.
Marcos Pividori
2016-12-13
1
-8
/
+8
*
[libFuzzer] Improve Signal Handler interface.
Marcos Pividori
2016-12-13
1
-10
/
+8
*
[libFuzzer] don't require extra flags with -minimize_crash=1 (default to -max...
Kostya Serebryany
2016-12-13
1
-6
/
+12
*
[libFuzzer] implement crash-resistant merge (https://github.com/google/saniti...
Kostya Serebryany
2016-12-09
1
-7
/
+12
*
Resubmit "[LibFuzzer] Split FuzzerUtil for Posix and Windows."
Zachary Turner
2016-12-02
1
-2
/
+1
*
Revert "[LibFuzzer] Split FuzzerUtil for Posix and Windows."
Zachary Turner
2016-12-02
1
-1
/
+2
*
[LibFuzzer] Split FuzzerUtil for Posix and Windows.
Zachary Turner
2016-12-02
1
-2
/
+1
*
[LibFuzzer] Split up some functions among different headers.
Zachary Turner
2016-11-30
1
-0
/
+1
*
[libFuzzer] replace 'auto' with 'auto *' to better follow the LLVM style
Kostya Serebryany
2016-11-14
1
-3
/
+3
*
[libFuzzer] use a valid ASCII string for a dummy seed corpus
Kostya Serebryany
2016-11-12
1
-1
/
+1
*
[libFuzzer] use less stack
Kostya Serebryany
2016-11-12
1
-16
/
+16
*
[libFuzzer] fix -error_exitcode=N, now with a test
Kostya Serebryany
2016-11-03
1
-0
/
+1
*
[libFuzzer] detect leaks after every run when executing fixed inputs (./fuzze...
Kostya Serebryany
2016-10-18
1
-0
/
+1
*
[libFuzzer] better algorithm for -minimize_crash
Kostya Serebryany
2016-10-15
1
-1
/
+1
*
[libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP ins...
Kostya Serebryany
2016-10-14
1
-0
/
+1
*
[libFuzzer] add -trace_malloc= flag
Kostya Serebryany
2016-10-13
1
-0
/
+1
*
[libFuzzer] when shrinking the corpus, delete evicted files previously create...
Kostya Serebryany
2016-10-08
1
-2
/
+3
*
[libFuzzer] control the reload interval by a flag, make it 10 seconds by default
Kostya Serebryany
2016-10-08
1
-1
/
+1
[next]