summaryrefslogtreecommitdiff
path: root/libc/fuzzing/stdlib
AgeCommit message (Expand)Author
2025-10-02[libc] Fix issue with fuzz input too short for atoi diff fuzz (#161705)Michael Jones
2025-01-05[libc] Improve qsort (with build fix) (#121482)Lukas Bergdoll
2024-08-01[libc] heap_sort_fuzz deleted unnecessary includes (#101535)RoseZhang03
2024-07-30[libc] fuzz test for heap_sort (#100826)RoseZhang03
2024-07-28[libc] Fix the remaining isnan and isinf in tests. (#100969)lntue
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet
2024-01-03[libc][NFC] Remove `FloatProperties` (#76508)Guillaume Chatelet
2023-12-28[libc][NFC] Integrate `FloatProperties` into `FPBits` (#76506)Guillaume Chatelet
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-07-18[libc] Set min precision for strtofloat fuzzMichael Jones
2023-07-11[libc] adjust strtofloat precision for subnormalsMichael Jones
2023-07-05[libc] fix MPFR rounding problems in fuzz testMichael Jones
2023-05-22[libc] Use MPFR for strtofloat fuzzingMichael Jones
2023-04-28[libc] add exception to atof differential fuzzMichael Jones
2023-02-27[libc] use vars in string to num fuzz targetsMichael Jones
2023-02-15[libc][NFC] Make tuning macros start with LIBC_COPT_Guillaume Chatelet
2023-02-10[libc] add standalone strtoint/float fuzzersMichael Jones
2022-12-20[libc] add fuzz target for strtointeger functionsMichael Jones
2021-11-19[libc][Obvious][NFC] A bunch of cosmetic cleanup.Siva Chandra Reddy
2021-10-18[libc] add atof, strtof and strtodMichael Jones
2021-09-24[libc] Add an implementation of qsort.Siva Chandra Reddy