projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[libFuzzer] add UninstrumentedTest.cpp (missing from a previous commit)
2015-11-10
Kostya Serebryany
[libFuzzer] add UninstrumentedTest.cpp (missing from...
commit
|
commitdiff
|
tree
2015-11-09
Kostya Serebryany
[libFuzzer] make libFuzzer link if there is no sanitizer...
commit
|
commitdiff
|
tree
2015-11-05
Kostya Serebryany
[libFuzzer] print a bit fewer lines
commit
|
commitdiff
|
tree
2015-11-04
Kostya Serebryany
[libFuzzer] when choosing the next unit to mutate,...
commit
|
commitdiff
|
tree
2015-11-03
Kostya Serebryany
[libFuzzer] make -test_single_input more reliable:...
commit
|
commitdiff
|
tree
2015-10-24
Kostya Serebryany
[libFuzzer] add -merge flag to merge corpora
commit
|
commitdiff
|
tree
2015-10-23
Kostya Serebryany
[libFuzzer] remove some old code; also make __sanitizer_get_...
commit
|
commitdiff
|
tree
2015-10-22
Kostya Serebryany
[libFuzzer] use the indirect caller-callee counter...
commit
|
commitdiff
|
tree
2015-10-22
Kostya Serebryany
[libFuzzer] more refactoring the code that checks the...
commit
|
commitdiff
|
tree
2015-10-22
Kostya Serebryany
[libFuzzer] refactoring the code that checks the coverage...
commit
|
commitdiff
|
tree
2015-10-22
Kostya Serebryany
[libFuzzer] remove the deprecated 'tokens' feature
commit
|
commitdiff
|
tree
2015-10-17
Kostya Serebryany
[libFuzzer] add -shuffle flag
commit
|
commitdiff
|
tree
2015-10-16
Kostya Serebryany
[libFuzzer] print a stack trace on timeout
commit
|
commitdiff
|
tree
2015-10-16
Kostya Serebryany
[libFuzzer] reduce the size of artifacts printed on...
commit
|
commitdiff
|
tree
2015-10-16
Kostya Serebryany
[libFuzzer] When -test_single_input crashes the test...
commit
|
commitdiff
|
tree
2015-10-14
Kostya Serebryany
[asan] Disabling speculative loads under asan. Patch...
commit
|
commitdiff
|
tree
2015-10-12
Kostya Serebryany
[libFuzzer] mention more trophies and improve the link...
commit
|
commitdiff
|
tree
2015-10-10
Kostya Serebryany
[libFuzzer] document more trophies
commit
|
commitdiff
|
tree
2015-10-09
Kostya Serebryany
[libFuzzer] don't print large artifacts to stderr
commit
|
commitdiff
|
tree
2015-10-09
Kostya Serebryany
[libFuzzer] add -artifact_prefix flag
commit
|
commitdiff
|
tree
2015-10-08
Kostya Serebryany
[libFuzzer] fix 32-bit build
commit
|
commitdiff
|
tree
2015-10-03
Kostya Serebryany
[libFuzzer] trying to fix at-exit hang
commit
|
commitdiff
|
tree
2015-10-02
Kostya Serebryany
[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer...
commit
|
commitdiff
|
tree
2015-10-02
Kostya Serebryany
[libFuzzer] remove experimental flag and functionality
commit
|
commitdiff
|
tree
2015-10-02
Kostya Serebryany
[libFuzzer] add a flag -max_total_time
commit
|
commitdiff
|
tree
2015-09-30
Kostya Serebryany
[libFuzzer] Marking exported symbols as visible. Patch...
commit
|
commitdiff
|
tree
2015-09-11
Kostya Serebryany
[libFuzzer] mention more trophies
commit
|
commitdiff
|
tree
2015-09-11
Kostya Serebryany
[libFuzzer] perform fewer crossover operations compared...
commit
|
commitdiff
|
tree
2015-09-10
Kostya Serebryany
[libFuzzer] refactor the code to allow building libFuzzer...
commit
|
commitdiff
|
tree
2015-09-10
Kostya Serebryany
[libFuzzer] add two more variants of FuzzerDriver for...
commit
|
commitdiff
|
tree
2015-09-08
Kostya Serebryany
[libFuzzer] remove a piece of stale code
commit
|
commitdiff
|
tree
2015-09-08
Kostya Serebryany
[libFuzzer] be more robust when dealing with files...
commit
|
commitdiff
|
tree
2015-09-08
Kostya Serebryany
[libFuzzer] better documentatio for -save_minimized_corpus=1
commit
|
commitdiff
|
tree
2015-09-08
Kostya Serebryany
[libFuzzer] remove -iterations as redundant (there...
commit
|
commitdiff
|
tree
2015-09-08
Kostya Serebryany
[libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger
commit
|
commitdiff
|
tree
2015-09-04
Kostya Serebryany
[libFuzzer] more accurate logic for traces, 80-char fix
commit
|
commitdiff
|
tree
2015-09-04
Kostya Serebryany
[libFuzzer] when a single mutation fails try a few...
commit
|
commitdiff
|
tree
2015-09-04
Kostya Serebryany
[libFuzzer] actually make the dictionaries work (+docs)
commit
|
commitdiff
|
tree
2015-09-03
Kostya Serebryany
[libFuzzer] refactor the mutation functions so that...
commit
|
commitdiff
|
tree
2015-09-03
Kostya Serebryany
[libFuzzer] adding a parser for AFL-style dictionaries...
commit
|
commitdiff
|
tree
2015-09-02
Kostya Serebryany
[libFuzzer] deprecate the -tokens flag. This was a...
commit
|
commitdiff
|
tree
2015-09-02
Kostya Serebryany
[libFuzzer] remove the section about '-tokens' as I...
commit
|
commitdiff
|
tree
2015-09-02
Kostya Serebryany
[libFuzzer] honour -only_ascii=1 when reading the initial...
commit
|
commitdiff
|
tree
2015-08-31
Kostya Serebryany
[libFuzzer] update the docs to mention llvm-as-fuzzer
commit
|
commitdiff
|
tree
2015-08-26
Kostya Serebryany
[libFuzzer] fix minor inefficiency, PR24584
commit
|
commitdiff
|
tree
2015-08-12
Kostya Serebryany
[libFuzzer] add two flags, -tbm_depth and -tbm_width...
commit
|
commitdiff
|
tree
2015-08-12
Kostya Serebryany
[libFuzzer] add colons to the stats output to avoid...
commit
|
commitdiff
|
tree
2015-08-12
Kostya Serebryany
[libFuzzer] use raw C IO to reduce the risk of a deadlock...
commit
|
commitdiff
|
tree
2015-08-11
Kostya Serebryany
[libFuzzer] more trophies
commit
|
commitdiff
|
tree
2015-08-11
Kostya Serebryany
[libFuzzer] fix docs build
commit
|
commitdiff
|
tree
2015-08-11
Kostya Serebryany
[libFuzzer] add the list of trophies to the docs. It...
commit
|
commitdiff
|
tree
2015-08-11
Kostya Serebryany
[libFuzzer] add -only_ascii flag
commit
|
commitdiff
|
tree
2015-08-11
Kostya Serebryany
[libFuzzer] don't crash if the condition in a switch...
commit
|
commitdiff
|
tree
2015-08-06
Kostya Serebryany
[libFuzzer] move the mutators to public interface so...
commit
|
commitdiff
|
tree
2015-08-06
Kostya Serebryany
[libFuzzer] add one more mutation strategy: byte shuffling
commit
|
commitdiff
|
tree
2015-08-05
Kostya Serebryany
[libFuzzer] avoid build warnings in non-assert build...
commit
|
commitdiff
|
tree
2015-08-05
Kostya Serebryany
[libFuzzer] in dfsan mode, set labels every time we...
commit
|
commitdiff
|
tree
2015-08-05
Kostya Serebryany
[libFuzzer] add option -report_slow_units=Nsec to control...
commit
|
commitdiff
|
tree
2015-08-05
Kostya Serebryany
[libFuzzer] add a missing test file
commit
|
commitdiff
|
tree
2015-08-05
Kostya Serebryany
[libFuzzer] use data-flow feedback from strcmp
commit
|
commitdiff
|
tree
2015-08-01
Kostya Serebryany
[libFuzzer] more refactoring of the Mutator and adding...
commit
|
commitdiff
|
tree
2015-08-01
Kostya Serebryany
[libFuzzer] start refactoring the Mutator and adding...
commit
|
commitdiff
|
tree
2015-07-31
Kostya Serebryany
[libFuzzer] limit the size of the inputs printed to...
commit
|
commitdiff
|
tree
2015-07-31
Kostya Serebryany
[libFuzzer] minimal documentation on data-flow-guided...
commit
|
commitdiff
|
tree
2015-07-31
Kostya Serebryany
[libFuzzer] make sure that 2-byte arguments of switch...
commit
|
commitdiff
|
tree
2015-07-31
Kostya Serebryany
[libFuzzer] record traces from the switch statements...
commit
|
commitdiff
|
tree
2015-07-31
Kostya Serebryany
[libFuzzer] support switch interception in dfsan mode
commit
|
commitdiff
|
tree
2015-07-31
Kostya Serebryany
[libFuzzer] trace switch statements and apply mutations...
commit
|
commitdiff
|
tree
2015-07-30
Kostya Serebryany
[libFuzzer] fix the strncmp interceptor -- it should...
commit
|
commitdiff
|
tree
2015-07-30
Kostya Serebryany
[libFuzzer] implement strncmp hook for data-flow-guided...
commit
|
commitdiff
|
tree
2015-07-30
Kostya Serebryany
[libFuzzer] implement memcmp hook for data-flow-guided...
commit
|
commitdiff
|
tree
2015-07-28
Kostya Serebryany
[libFuzzer] ensure that the dfsan tracing hooks actually...
commit
|
commitdiff
|
tree
2015-07-28
Kostya Serebryany
[libFuzzer] when using cmp traces, first check that...
commit
|
commitdiff
|
tree
2015-07-24
Kostya Serebryany
[libFuzzer] allow users to supply their own implementation...
commit
|
commitdiff
|
tree
2015-07-23
Kostya Serebryany
[libFuzzer] dump long running units to disk
commit
|
commitdiff
|
tree
2015-07-18
Kostya Serebryany
[libFuzzer] require the files and directories passed...
commit
|
commitdiff
|
tree
2015-05-30
Kostya Serebryany
[lib/Fuzzer] make assertions more informative and update...
commit
|
commitdiff
|
tree
2015-05-29
Kostya Serebryany
[lib/Fuzzer] relax an assertion
commit
|
commitdiff
|
tree
2015-05-26
Kostya Serebryany
[lib/Fuzzer] make the fuzzing timeout 1200 seconds...
commit
|
commitdiff
|
tree
2015-05-26
Kostya Serebryany
[lib/Fuzzer] fix docs
commit
|
commitdiff
|
tree
2015-05-26
Kostya Serebryany
[lib/Fuzzer] fix build with assertions
commit
|
commitdiff
|
tree
2015-05-23
Kostya Serebryany
[lib/Fuzzer] doxygen-ify the comments for the user...
commit
|
commitdiff
|
tree
2015-05-23
Kostya Serebryany
[lib/Fuzzer] fully get rid of std::cerr in libFuzzer
commit
|
commitdiff
|
tree
2015-05-23
Kostya Serebryany
[lib/Fuzzer] start getting rid of std::cerr. Sadly...
commit
|
commitdiff
|
tree
2015-05-22
Kostya Serebryany
[lib/Fuzzer] remove -use_coverage_pairs=1, an experimental...
commit
|
commitdiff
|
tree
2015-05-22
Kostya Serebryany
[lib/Fuzzer] mention the user-supplied mutators
commit
|
commitdiff
|
tree
2015-05-22
Kostya Serebryany
[lib/Fuzzer] extend the fuzzer interface to allow user...
commit
|
commitdiff
|
tree
2015-05-21
Kostya Serebryany
[lib/Fuzzer] ignore flags that start with --; use git...
commit
|
commitdiff
|
tree
2015-05-20
Kostya Serebryany
[lib/Fuzzer] more docs
commit
|
commitdiff
|
tree
2015-05-19
Kostya Serebryany
[lib/Fuzzer] change the meaning of -timeout flag: now...
commit
|
commitdiff
|
tree
2015-05-19
Kostya Serebryany
[lib/Fuzzer] more efficient reload logic; also don...
commit
|
commitdiff
|
tree
2015-05-18
Kostya Serebryany
[lib/Fuzzer] when -sync_command=<CMD> is given, periodically...
commit
|
commitdiff
|
tree
2015-05-14
Kostya Serebryany
[lib/Fuzzer] Add SHA1 implementation from public domain.
commit
|
commitdiff
|
tree
2015-05-13
Kostya Serebryany
[lib/Fuzzer] update docs about test corpuses in git
commit
|
commitdiff
|
tree
2015-05-13
Kostya Serebryany
[lib/Fuzzer] enable -use_counters=1 by default
commit
|
commitdiff
|
tree
2015-05-12
Kostya Serebryany
[lib/Fuzzer] A simple script to synchronise a fuzz...
commit
|
commitdiff
|
tree
2015-05-12
Kostya Serebryany
[lib/Fuzzer] use sha1sum for the file hash
commit
|
commitdiff
|
tree
2015-05-12
Kostya Serebryany
[lib/Fuzzer] guess the right number of workers if ...
commit
|
commitdiff
|
tree
2015-05-12
Kostya Serebryany
[lib/Fuzzer] remove the -dfsan=1 flag, just use -use_traces...
commit
|
commitdiff
|
tree
2015-05-12
Kostya Serebryany
[lib/Fuzzer] detach the pulse thread instad of joining it
commit
|
commitdiff
|
tree
next