aboutsummaryrefslogtreecommitdiff
path: root/libc/fuzzing
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[libc][malloc] Ensure a minimum block alignment of 4 (#169447)Daniel Thornburgh1-4/+4
2025-11-10[libc] add an SVE implementation of strlen (#167259)Schrodinger ZHU Yifan3-1/+41
2025-10-02[libc] Fix issue with fuzz input too short for atoi diff fuzz (#161705)Michael Jones1-0/+4
2025-07-25[libc] Fuzz tests for fsqrt, f16sqrt, and hypot (#150489)sribee84-0/+200
2025-07-22[libc] cbrt fuzz test (#150063)sribee82-0/+59
2025-07-16[libc] Updated exp fuzz tests (#148912)sribee84-56/+108
2025-07-16[libc] Updated fuzz tests for trig functions (#148891)sribee811-103/+196
2025-07-15[libc] sqrt and log functions fuzz tests (#148006)sribee88-48/+298
2025-07-14[libc] exp fuzz tests (#148086)sribee85-0/+188
2025-07-10[libc] asin fuzz testing (#147786)sribee82-0/+47
2025-07-10[libc] Fuzz tests for acos and atan (#147843)sribee83-0/+94
2025-07-10[libc] sincos fuzz test (#147855)sribee82-0/+60
2025-06-13[libc] Fix missing errno include in fuzzer (#144132)Michael Jones1-0/+1
2025-05-13[libc] Add proxy header for ENTRY type. (#139746)lntue2-1/+2
2025-04-22[libc] Fix warnings for freelist_heap_test/fuzz (#136634)Daniel Thornburgh3-16/+9
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber1-1/+1
2025-01-05[libc] Improve qsort (with build fix) (#121482)Lukas Bergdoll3-34/+30
2024-12-16[libc] Exclude FreeListHeap test and fuzzer on GPU (#120137)Petr Hosek1-1/+3
2024-12-16[libc] Breakup freelist_malloc into separate files (#119806)Petr Hosek2-7/+33
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers2-2/+2
2024-11-21[libc] Fix wrong name in Compare.h (#117223)Chuvak1-1/+1
2024-11-21Reapply "[libc] Use best-fit binary trie to make malloc logarithmic (#117065)"Daniel Thornburgh2-0/+235
2024-11-21Revert "[libc] Use best-fit binary trie to make malloc logarithmic (#117065)"Daniel Thornburgh2-235/+0
2024-11-21Reapply "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)Daniel Thornburgh2-0/+235
2024-11-20Revert "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)Daniel Thornburgh2-235/+0
2024-11-20[libc] Use best-fit binary trie to make malloc logarithmic (#106259)Daniel Thornburgh2-0/+235
2024-11-18[libc] avoid type-punning with inactive union member (#116685)Schrodinger ZHU Yifan1-8/+8
2024-08-07[libc] math fuzzing MPFR include statement (#102358)RoseZhang033-3/+3
2024-08-01[libc] created tan function fuzzer (#101570)RoseZhang034-2/+51
2024-08-01[libc] added cos function fuzzing test (#101556)RoseZhang033-4/+53
2024-08-01[libc] heap_sort_fuzz deleted unnecessary includes (#101535)RoseZhang031-1/+0
2024-08-01[libc] Fix math fuzzers (#101529)Michael Jones2-3/+5
2024-08-01[libc] created fuzz test for sin function (#101411)RoseZhang033-1/+50
2024-07-30[libc] fuzz test for heap_sort (#100826)RoseZhang032-0/+57
2024-07-28[libc] Fix the remaining isnan and isinf in tests. (#100969)lntue2-12/+18
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-2/+3
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-3/+2
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-2/+3
2024-05-02[libc] add hashtable fuzzing (#87949)Schrodinger ZHU Yifan3-0/+211
2024-04-06[libc][NFC] Rename `UInt.h` to `big_int.h` and `UInt128.h` to `uint128.h` for...Guillaume Chatelet2-2/+2
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue4-2/+4
2024-04-04[reland][libc] Refactor `BigInt` (#87613)Guillaume Chatelet3-0/+78
2024-04-04Revert "[libc] Refactor `BigInt`" (#87612)Guillaume Chatelet3-78/+0
2024-04-04[libc] Refactor `BigInt` (#86137)Guillaume Chatelet3-0/+78
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones5-7/+4
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue1-1/+1
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber1-1/+1
2024-02-27[libc] Add fixed point support to printf (#82707)Michael Jones2-0/+147
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet1-1/+1
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet1-1/+1