summaryrefslogtreecommitdiff
path: root/libc/fuzzing
AgeCommit message (Expand)Author
2025-11-10[libc] add an SVE implementation of strlen (#167259)Schrodinger ZHU Yifan
2025-10-02[libc] Fix issue with fuzz input too short for atoi diff fuzz (#161705)Michael Jones
2025-07-25[libc] Fuzz tests for fsqrt, f16sqrt, and hypot (#150489)sribee8
2025-07-22[libc] cbrt fuzz test (#150063)sribee8
2025-07-16[libc] Updated exp fuzz tests (#148912)sribee8
2025-07-16[libc] Updated fuzz tests for trig functions (#148891)sribee8
2025-07-15[libc] sqrt and log functions fuzz tests (#148006)sribee8
2025-07-14[libc] exp fuzz tests (#148086)sribee8
2025-07-10[libc] asin fuzz testing (#147786)sribee8
2025-07-10[libc] Fuzz tests for acos and atan (#147843)sribee8
2025-07-10[libc] sincos fuzz test (#147855)sribee8
2025-06-13[libc] Fix missing errno include in fuzzer (#144132)Michael Jones
2025-05-13[libc] Add proxy header for ENTRY type. (#139746)lntue
2025-04-22[libc] Fix warnings for freelist_heap_test/fuzz (#136634)Daniel Thornburgh
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