summaryrefslogtreecommitdiff
path: root/libc/fuzzing
AgeCommit message (Expand)Author
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2025-01-05[libc] Improve qsort (with build fix) (#121482)Lukas Bergdoll
2024-12-16[libc] Exclude FreeListHeap test and fuzzer on GPU (#120137)Petr Hosek
2024-12-16[libc] Breakup freelist_malloc into separate files (#119806)Petr Hosek
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers
2024-11-21[libc] Fix wrong name in Compare.h (#117223)Chuvak
2024-11-21Reapply "[libc] Use best-fit binary trie to make malloc logarithmic (#117065)"Daniel Thornburgh
2024-11-21Revert "[libc] Use best-fit binary trie to make malloc logarithmic (#117065)"Daniel Thornburgh
2024-11-21Reapply "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)Daniel Thornburgh
2024-11-20Revert "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)Daniel Thornburgh
2024-11-20[libc] Use best-fit binary trie to make malloc logarithmic (#106259)Daniel Thornburgh
2024-11-18[libc] avoid type-punning with inactive union member (#116685)Schrodinger ZHU Yifan
2024-08-07[libc] math fuzzing MPFR include statement (#102358)RoseZhang03
2024-08-01[libc] created tan function fuzzer (#101570)RoseZhang03
2024-08-01[libc] added cos function fuzzing test (#101556)RoseZhang03
2024-08-01[libc] heap_sort_fuzz deleted unnecessary includes (#101535)RoseZhang03
2024-08-01[libc] Fix math fuzzers (#101529)Michael Jones
2024-08-01[libc] created fuzz test for sin function (#101411)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-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-05-02[libc] add hashtable fuzzing (#87949)Schrodinger ZHU Yifan
2024-04-06[libc][NFC] Rename `UInt.h` to `big_int.h` and `UInt128.h` to `uint128.h` for...Guillaume Chatelet
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-04-04[reland][libc] Refactor `BigInt` (#87613)Guillaume Chatelet
2024-04-04Revert "[libc] Refactor `BigInt`" (#87612)Guillaume Chatelet
2024-04-04[libc] Refactor `BigInt` (#86137)Guillaume Chatelet
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-02-27[libc] Add fixed point support to printf (#82707)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-11[libc] Add memcmp / bcmp fuzzers (#77741)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-10-16[libc] Add simple long double to printf float fuzz (#68449)michaelrj-google
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc] Template the printf / scanf parser class (#66277)Joseph Huber
2023-08-15[libc] Add fuzzing for printf floatsMichael Jones
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