summaryrefslogtreecommitdiffstats
path: root/libcxx/fuzzing
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud