summaryrefslogtreecommitdiffstats
path: root/libcxx/fuzzing
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Tolerate NaN returning random distributions for nowEric Fiselier2019-12-121-2/+8
* [libc++] Add check to ensure oss-fuzz properly targets libc++.Eric Fiselier2019-12-121-0/+4
* [libc++] Fix fuzzing tests with older GCC compilers.Eric Fiselier2019-12-111-7/+17
* [libc++] Fix fuzzing unit tests with exceptions disabled.Eric Fiselier2019-12-111-0/+6
* [libc++] Add fuzzing tests for parts of <random>.Eric Fiselier2019-12-114-1/+268
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Fix the test for partition_copy so it is not ridiculously slow. Also, detab.Marshall Clow2018-11-041-408/+421
* Wrote my own version of is_permutation; that was dominating the timingsMarshall Clow2018-01-191-8/+62
* Add memory trackingMarshall Clow2018-01-181-1/+84
* Use high_resolution_clock instead of steady_clock. Also now builds with gcc 7...Marshall Clow2018-01-181-2/+3
* A simple program for testing OSS-Fuzz test cases locally.Marshall Clow2018-01-181-0/+111
* Added include for <cassert>Marshall Clow2017-11-081-0/+1
* Add more fuzzing bits: partial_sort_copy, partition_copy, unique, unique_copy...Marshall Clow2017-10-303-18/+208
* More fuzzing interfacesMarshall Clow2017-10-233-20/+145
* Fix a think-o in the design of the stable_XXX sort tests; only shows up for t...Marshall Clow2017-10-181-2/+2
* More fuzzing infastructre - regexMarshall Clow2017-10-122-3/+65
* Initial cut at infastructure for fuzzing support for OSS-fuzzMarshall Clow2017-10-042-0/+255