| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libc++] Tolerate NaN returning random distributions for now | Eric Fiselier | 2019-12-12 | 1 | -2/+8 |
| * | [libc++] Add check to ensure oss-fuzz properly targets libc++. | Eric Fiselier | 2019-12-12 | 1 | -0/+4 |
| * | [libc++] Fix fuzzing tests with older GCC compilers. | Eric Fiselier | 2019-12-11 | 1 | -7/+17 |
| * | [libc++] Fix fuzzing unit tests with exceptions disabled. | Eric Fiselier | 2019-12-11 | 1 | -0/+6 |
| * | [libc++] Add fuzzing tests for parts of <random>. | Eric Fiselier | 2019-12-11 | 1 | -1/+204 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fix the test for partition_copy so it is not ridiculously slow. Also, detab. | Marshall Clow | 2018-11-04 | 1 | -408/+421 |
| * | Wrote my own version of is_permutation; that was dominating the timings | Marshall Clow | 2018-01-19 | 1 | -8/+62 |
| * | Added include for <cassert> | Marshall Clow | 2017-11-08 | 1 | -0/+1 |
| * | Add more fuzzing bits: partial_sort_copy, partition_copy, unique, unique_copy... | Marshall Clow | 2017-10-30 | 1 | -16/+190 |
| * | More fuzzing interfaces | Marshall Clow | 2017-10-23 | 1 | -1/+101 |
| * | Fix a think-o in the design of the stable_XXX sort tests; only shows up for t... | Marshall Clow | 2017-10-18 | 1 | -2/+2 |
| * | More fuzzing infastructre - regex | Marshall Clow | 2017-10-12 | 1 | -2/+56 |
| * | Initial cut at infastructure for fuzzing support for OSS-fuzz | Marshall Clow | 2017-10-04 | 1 | -0/+222 |