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] added -detect_leaks flag (0 by default for now). When enabled, it...
Kostya Serebryany
2016-04-20
1
-0
/
+1
*
[libFuzzer] warn if the corpus is empty
Kostya Serebryany
2016-04-18
1
-1
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-7
/
+5
*
[libFuzzer] add a better warning for command line flags with -- (two dashes)
Kostya Serebryany
2016-04-15
1
-0
/
+3
*
Remove redundant .c_str(), as suggested by PR25633
Hans Wennborg
2016-04-11
1
-1
/
+1
*
[libFuzzer] handle SIGTERM
Kostya Serebryany
2016-03-24
1
-0
/
+1
*
[libFuzzer] add a flag close_fd_mask so that we can silence spammy targets by...
Kostya Serebryany
2016-03-18
1
-0
/
+5
*
[libFuzzer] improve -merge functionality
Kostya Serebryany
2016-03-18
1
-2
/
+1
*
[libFuzzer] deprecate several flags
Kostya Serebryany
2016-03-17
1
-10
/
+4
*
[libFuzzer] use max_len exactly equal to the max size of input. Fix 32-bit build
Kostya Serebryany
2016-03-15
1
-1
/
+2
*
[libFuzzer] try to use max_len based on the items of the corpus instead of bl...
Kostya Serebryany
2016-03-12
1
-4
/
+13
*
[libFuzzer] log less when re-loading files; fix a silly bug: when running sin...
Kostya Serebryany
2016-03-04
1
-1
/
+1
*
[libFuzzer] deprecate exit_on_first flag
Kostya Serebryany
2016-03-01
1
-6
/
+8
*
[libFuzzer] add generic signal handlers so that libFuzzer can report at least...
Kostya Serebryany
2016-03-01
1
-1
/
+6
*
[libFuzzer] add -print_final_stats=1 flag
Kostya Serebryany
2016-02-26
1
-0
/
+2
*
[libFuzzer] only read MaxLen bytes from every file in the corpus to speedup l...
Kostya Serebryany
2016-02-18
1
-1
/
+1
*
[libFuzzer] remove std::vector operations from hot paths, NFC
Kostya Serebryany
2016-02-13
1
-1
/
+1
*
[libFuzzer] remove the C++-ish variant of FuzzerDriver from the interface
Kostya Serebryany
2016-02-13
1
-6
/
+7
*
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
Kostya Serebryany
2016-02-13
1
-3
/
+3
*
[libFuzzer] simplify the code around Random. NFC
Kostya Serebryany
2016-02-13
1
-11
/
+10
*
[libFuzzer] remove UserSuppliedFuzzer from the interface (it was a bad idea).
Kostya Serebryany
2016-02-13
1
-13
/
+3
*
[libFuzzer] make -runs=N flag also affect the simple runner (will execute eve...
Kostya Serebryany
2016-02-12
1
-2
/
+5
*
[libFuzzer] allow passing 1 or more files as individual inputs
Kostya Serebryany
2016-02-02
1
-2
/
+28
*
[libFuzzer] add -timeout_exitcode option
Kostya Serebryany
2016-01-29
1
-0
/
+1
*
[libFuzzer] add -abort_on_timeout option
Kostya Serebryany
2016-01-23
1
-0
/
+1
*
[libFuzzer] use std::mt19937 for generating random numbers by default. Fix My...
Kostya Serebryany
2016-01-19
1
-4
/
+10
*
[libFuzzer] replace vector with a simpler data structure in the Dictionaries ...
Kostya Serebryany
2016-01-16
1
-1
/
+2
*
[libFuzzer] do mutations based on memcmp/strcmp interceptors under a separate...
Kostya Serebryany
2016-01-15
1
-0
/
+1
*
[libFuzzer] use custom stol; also introduce __libfuzzer_is_present so that us...
Kostya Serebryany
2016-01-15
1
-1
/
+17
*
[libFuzzer] change the way trace-based mutations are applied. Instead of a cu...
Kostya Serebryany
2016-01-09
1
-2
/
+0
*
[libFuzzer] add a position hint to the dictionary-based mutator
Kostya Serebryany
2016-01-07
1
-1
/
+1
*
[libfuzzer] print_new_cov_pcs experimental option.
Mike Aizatsky
2016-01-06
1
-0
/
+1
*
[libFuzzer] deprecate -save_minimized_corpus, -merge can be used instead
Kostya Serebryany
2015-12-19
1
-3
/
+6
*
[LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using it for seeding.
Mike Aizatsky
2015-12-10
1
-2
/
+18
*
[libFuzzer] add a flag -exact_artifact_path
Kostya Serebryany
2015-11-25
1
-0
/
+2
*
[libFuzzer] don't crash when reporting a leak in test_single_input mode
Kostya Serebryany
2015-11-21
1
-2
/
+4
*
output_csv libfuzzer option
Mike Aizatsky
2015-11-12
1
-0
/
+1
*
[libFuzzer] experimental flag -drill (another search heuristic; Mike Aizatsky...
Kostya Serebryany
2015-11-12
1
-5
/
+13
*
[libFuzzer] make -test_single_input more reliable: make sure the input's size...
Kostya Serebryany
2015-11-03
1
-1
/
+3
*
[libFuzzer] add -merge flag to merge corpora
Kostya Serebryany
2015-10-24
1
-0
/
+5
*
[libFuzzer] use the indirect caller-callee counter as an independent search h...
Kostya Serebryany
2015-10-22
1
-0
/
+1
*
[libFuzzer] remove the deprecated 'tokens' feature
Kostya Serebryany
2015-10-22
1
-31
/
+0
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-1
/
+1
*
[libFuzzer] add -shuffle flag
Kostya Serebryany
2015-10-17
1
-0
/
+1
*
[libFuzzer] When -test_single_input crashes the test it is not necessary to w...
Kostya Serebryany
2015-10-16
1
-4
/
+5
*
[libFuzzer] add -artifact_prefix flag
Kostya Serebryany
2015-10-09
1
-0
/
+2
*
[libFuzzer] trying to fix at-exit hang
Kostya Serebryany
2015-10-03
1
-1
/
+1
*
[libFuzzer] remove experimental flag and functionality
Kostya Serebryany
2015-10-02
1
-1
/
+0
*
[libFuzzer] add a flag -max_total_time
Kostya Serebryany
2015-10-02
1
-0
/
+1
*
[LibFuzzer] test_single_input option to run a single test case.
Ivan Krasin
2015-10-01
1
-0
/
+9
[next]