Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libFuzzer] docs: update note to include REDUCE event. | Marek Kurdej | 2019-10-24 | 1 | -4/+4 |
| | |||||
* | [docs] Update structure-aware-fuzzing link. | Matt Morehouse | 2019-09-20 | 1 | -1/+1 |
| | | | | | | The document has been moved to the google/fuzzing GitHub repo. llvm-svn: 372423 | ||||
* | [libFuzzer] document -len_control | Kostya Serebryany | 2019-03-18 | 1 | -0/+4 |
| | | | | llvm-svn: 356422 | ||||
* | [libFuzzer] fix the docs | Kostya Serebryany | 2019-02-21 | 1 | -0/+1 |
| | | | | llvm-svn: 354536 | ||||
* | [libFuzzer] document -fork=N | Kostya Serebryany | 2019-02-21 | 1 | -0/+22 |
| | | | | llvm-svn: 354533 | ||||
* | [libFuzzer] docs: add a FAQ entry about dlclose | Kostya Serebryany | 2019-02-19 | 1 | -0/+7 |
| | | | | llvm-svn: 354392 | ||||
* | LibFuzzer.rst: double backticks | Hans Wennborg | 2019-02-12 | 1 | -3/+3 |
| | | | | llvm-svn: 353809 | ||||
* | Document libFuzzer on Windows. | Jonathan Metzman | 2019-02-08 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | Summary: Document that libFuzzer supports Windows, how to get it, and its limitations. Reviewers: kcc, morehouse, rnk, metzman Reviewed By: kcc, rnk, metzman Subscribers: hans, rnk Differential Revision: https://reviews.llvm.org/D57597 llvm-svn: 353551 | ||||
* | [libFuzzer] update docs | Kostya Serebryany | 2019-01-31 | 1 | -5/+6 |
| | | | | llvm-svn: 352715 | ||||
* | Adjust documentation for git migration. | James Y Knight | 2019-01-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes most references to the paths: llvm.org/svn/ llvm.org/git/ llvm.org/viewvc/ github.com/llvm-mirror/ github.com/llvm-project/ reviews.llvm.org/diffusion/ to instead point to https://github.com/llvm/llvm-project. This is *not* a trivial substitution, because additionally, all the checkout instructions had to be migrated to instruct users on how to use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of checking out various projects into various subdirectories. I've attempted to not change any scripts here, only documentation. The scripts will have to be addressed separately. Additionally, I've deleted one document which appeared to be outdated and unneeded: lldb/docs/building-with-debug-llvm.txt Differential Revision: https://reviews.llvm.org/D57330 llvm-svn: 352514 | ||||
* | [libFuzzer] Update documentation regarding MSan. | Matt Morehouse | 2018-07-19 | 1 | -5/+3 |
| | | | | | | | | | | | | | | Summary: -fsanitize=fuzzer,memory now works out-of-the-box. Reviewers: kcc Reviewed By: kcc Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D49441 llvm-svn: 337476 | ||||
* | [libFuzzer] Include TEMP_MAX_LEN in Fuzzer::PrintStats. | Matt Morehouse | 2018-02-22 | 1 | -2/+4 |
| | | | | | | | | | | | | Reviewers: kcc Reviewed By: kcc Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D43597 llvm-svn: 325817 | ||||
* | [libFuzzer] add a flag -malloc_limit_mb | Kostya Serebryany | 2017-12-01 | 1 | -0/+4 |
| | | | | llvm-svn: 319590 | ||||
* | [libFuzzer] mention one more trophie in the Linux Kernel | Kostya Serebryany | 2017-11-30 | 1 | -0/+2 |
| | | | | llvm-svn: 319397 | ||||
* | [libFuzzer] add docs for -reduce_inputs | Kostya Serebryany | 2017-11-16 | 1 | -0/+3 |
| | | | | llvm-svn: 318439 | ||||
* | [libFuzzer] update links in the docs | Kostya Serebryany | 2017-11-09 | 1 | -2/+2 |
| | | | | llvm-svn: 317837 | ||||
* | [libFuzzer] update the docs, document how to resume the merge | Kostya Serebryany | 2017-11-09 | 1 | -60/+51 |
| | | | | llvm-svn: 317836 | ||||
* | docs: Add some information about Fuzzing LLVM itself | Justin Bogner | 2017-10-12 | 1 | -65/+7 |
| | | | | | | | This splits some content out of the libFuzzer docs and adds a fair amount of detail about the fuzzers in LLVM. llvm-svn: 315544 | ||||
* | [libFuzzer] one more trophy | Kostya Serebryany | 2017-09-18 | 1 | -0/+2 |
| | | | | llvm-svn: 313562 | ||||
* | [libFuzzer] recommend Clang Coverage for coverage visualization | Kostya Serebryany | 2017-08-11 | 1 | -24/+4 |
| | | | | llvm-svn: 310751 | ||||
* | Update libFuzzer documentation for -fsanitize=fuzzer-no-link flag | George Karpenkov | 2017-08-11 | 1 | -1/+13 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D36602 llvm-svn: 310734 | ||||
* | [libFuzzer tests] Only enable libFuzzer tests if | George Karpenkov | 2017-08-04 | 1 | -2/+1 |
| | | | | | | -DLIBFUZZER_ENABLE_TESTS=ON is set. llvm-svn: 310100 | ||||
* | Port libFuzzer tests to LIT. Do not require two-stage build for check-fuzzer. | George Karpenkov | 2017-08-04 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | This revision ports all libFuzzer tests apart from the unittest to LIT. The advantages of doing so include: - Tests being self-contained - Much easier debugging of a single test - No need for using a two-stage compilation The unit-test is still compiled using CMake, but it does not need a freshly built compiler. NOTE: The previous two-stage bot configuration will NOT work, as in the second stage build LLVM_USE_SANITIZER is set, which disables ASAN from being built. Thus bots will be reconfigured in the next few commits. Differential Revision: https://reviews.llvm.org/D36295 llvm-svn: 310075 | ||||
* | [libFuzzer] enable reduce_inputs=1 by default (seems to be a big win usually) | Kostya Serebryany | 2017-07-19 | 1 | -0/+3 |
| | | | | llvm-svn: 308541 | ||||
* | fix typo in document; NFC | Hiroshi Inoue | 2017-07-12 | 1 | -1/+1 |
| | | | | llvm-svn: 307775 | ||||
* | [libFuzzer] update docs on -print_coverage/-dump_coverage | Kostya Serebryany | 2017-05-09 | 1 | -4/+15 |
| | | | | llvm-svn: 302498 | ||||
* | Updates documentation for a syntax sugar libfuzzer flag, | George Karpenkov | 2017-04-24 | 1 | -3/+9 |
| | | | | | | as implemented in https://reviews.llvm.org/D32193 llvm-svn: 301217 | ||||
* | Testing commit credentials | George Karpenkov | 2017-04-24 | 1 | -0/+1 |
| | | | | llvm-svn: 301200 | ||||
* | [libFuzzer] more trophies | Kostya Serebryany | 2017-04-14 | 1 | -0/+2 |
| | | | | llvm-svn: 300366 | ||||
* | [libFuzzer] better link for trophies | Kostya Serebryany | 2017-01-18 | 1 | -1/+1 |
| | | | | llvm-svn: 292318 | ||||
* | [libFuzzer] doc update | Kostya Serebryany | 2016-12-15 | 1 | -3/+0 |
| | | | | llvm-svn: 289849 | ||||
* | [libFuzzer] document one more desired feature of a fuzz target | Kostya Serebryany | 2016-12-14 | 1 | -0/+1 |
| | | | | llvm-svn: 289622 | ||||
* | [libFuzzer] better documentation for -fsanitize-coverage=trace-cmp | Kostya Serebryany | 2016-11-17 | 1 | -3/+13 |
| | | | | llvm-svn: 287240 | ||||
* | [libFuzzer] one more trophy | Kostya Serebryany | 2016-11-12 | 1 | -1/+1 |
| | | | | llvm-svn: 286703 | ||||
* | [libFuzzer] minor docs update | Kostya Serebryany | 2016-11-08 | 1 | -3/+3 |
| | | | | llvm-svn: 286299 | ||||
* | [libFuzzer] fix -error_exitcode=N, now with a test | Kostya Serebryany | 2016-11-03 | 1 | -2/+3 |
| | | | | llvm-svn: 285958 | ||||
* | [libFuzzer] mention one more trophie | Kostya Serebryany | 2016-10-28 | 1 | -0/+2 |
| | | | | llvm-svn: 285465 | ||||
* | [libFuzzer] a bit more docs | Kostya Serebryany | 2016-10-28 | 1 | -1/+3 |
| | | | | llvm-svn: 285415 | ||||
* | [libFuzzer] docs: update the examples | Kostya Serebryany | 2016-10-27 | 1 | -30/+30 |
| | | | | llvm-svn: 285344 | ||||
* | [libFuzzer] docs: separate section for fuzz target | Kostya Serebryany | 2016-10-27 | 1 | -4/+23 |
| | | | | llvm-svn: 285339 | ||||
* | [libFuzzer] remove large examples from the libFuzzer docs and link to the ↵ | Kostya Serebryany | 2016-10-27 | 1 | -163/+5 |
| | | | | | | libFuzzer tutorial instead; also fix a build error in another file llvm-svn: 285337 | ||||
* | [libFuzzer] refresh docs | Kostya Serebryany | 2016-10-26 | 1 | -16/+9 |
| | | | | llvm-svn: 285157 | ||||
* | [libFuzzer] mention one more trophie | Kostya Serebryany | 2016-10-21 | 1 | -0/+2 |
| | | | | llvm-svn: 284866 | ||||
* | [libfuzzer] sancov documentation update | Mike Aizatsky | 2016-09-30 | 1 | -3/+4 |
| | | | | llvm-svn: 282953 | ||||
* | [libFuzzer] remove use_traces=1 since use_value_profile seems to be strictly ↵ | Kostya Serebryany | 2016-09-09 | 1 | -17/+1 |
| | | | | | | better llvm-svn: 281007 | ||||
* | [libFuzzer] add missing docs | Kostya Serebryany | 2016-09-08 | 1 | -0/+3 |
| | | | | llvm-svn: 280996 | ||||
* | [libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more ↵ | Kostya Serebryany | 2016-08-25 | 1 | -0/+2 |
| | | | | | | useful: print PCs only after the initial corpus has been read and symbolize them llvm-svn: 279787 | ||||
* | [libFuzzer] fix link in docs | Kostya Serebryany | 2016-08-23 | 1 | -1/+1 |
| | | | | llvm-svn: 279589 | ||||
* | [libFuzzer] docs on value profile | Kostya Serebryany | 2016-08-23 | 1 | -0/+28 |
| | | | | llvm-svn: 279587 | ||||
* | [libFuzzer] mention one more trophie in LLVM | Kostya Serebryany | 2016-08-13 | 1 | -1/+1 |
| | | | | llvm-svn: 278582 |