Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving libFuzzer from LLVM to compiler-rt. | George Karpenkov | 2017-08-21 | 1 | -3/+0 |
| | | | | | | | | | This change only removes libFuzzer tests and CMake machinery, the source copy temporarily remains at the old location. Differential Revision: https://reviews.llvm.org/D36980 llvm-svn: 311405 | ||||
* | [libFuzzer] remove the now redundant 'LLVMFuzzer-' prefix from libFuzzer tests | Kostya Serebryany | 2017-08-04 | 1 | -2/+2 |
| | | | | llvm-svn: 310110 | ||||
* | Port libFuzzer tests to LIT. Do not require two-stage build for check-fuzzer. | George Karpenkov | 2017-08-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | 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 | -1/+1 |
| | | | | llvm-svn: 308541 | ||||
* | [libFuzzer] enable use_cmp by default | Kostya Serebryany | 2016-10-27 | 1 | -1/+1 |
| | | | | llvm-svn: 285353 | ||||
* | [libFuzzer] add -minimize_crash flag (to minimize crashers). also add two ↵ | Kostya Serebryany | 2016-09-01 | 1 | -0/+3 |
tests that I failed to commit last time llvm-svn: 280332 |