summaryrefslogtreecommitdiffstats
path: root/libcxx/fuzzing
Commit message (Collapse)AuthorAgeFilesLines
* Wrote my own version of is_permutation; that was dominating the timingsMarshall Clow2018-01-191-8/+62
| | | | llvm-svn: 322920
* Add memory trackingMarshall Clow2018-01-181-1/+84
| | | | llvm-svn: 322872
* Use high_resolution_clock instead of steady_clock. Also now builds with gcc ↵Marshall Clow2018-01-181-2/+3
| | | | | | 7.2 (for comparison purposes) llvm-svn: 322864
* A simple program for testing OSS-Fuzz test cases locally.Marshall Clow2018-01-181-0/+111
| | | | llvm-svn: 322863
* Added include for <cassert>Marshall Clow2017-11-081-0/+1
| | | | llvm-svn: 317722
* Add more fuzzing bits: partial_sort_copy, partition_copy, unique, ↵Marshall Clow2017-10-303-18/+208
| | | | | | unique_copy. No functional change to libc++; this is all test infastructure llvm-svn: 316951
* More fuzzing interfacesMarshall Clow2017-10-233-20/+145
| | | | llvm-svn: 316394
* Fix a think-o in the design of the stable_XXX sort tests; only shows up for ↵Marshall Clow2017-10-181-2/+2
| | | | | | test cases > 255 elements llvm-svn: 316125
* More fuzzing infastructre - regexMarshall Clow2017-10-122-3/+65
| | | | llvm-svn: 315582
* Initial cut at infastructure for fuzzing support for OSS-fuzzMarshall Clow2017-10-042-0/+255
llvm-svn: 314940
OpenPOWER on IntegriCloud