aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[libc] Small change to accept lambda types in rpc::dispatchJoseph Huber2-2/+6
2026-02-12[libc] Add getc, ungetc, fflush to enable libc++ iostream on baremetal (#175530)Volodymyr Turanskyy9-6/+198
2026-02-12[libc] Rewrite "Full Host Build" instructions (#180439)Jeff Bailey1-126/+143
2026-02-12[libc][math] Refactor `f16sqrtf` to Header Only. (#180749)iLeGend8-8/+79
2026-02-11[libc] Fix incorrect element type in RPC handlerJoseph Huber2-2/+4
2026-02-11[libc] Cleanup RPC helpers and commentsJoseph Huber4-47/+63
2026-02-11[libc] Add RPC helpers for dispatching functions to the host (#179085)Joseph Huber4-10/+513
2026-02-10[libc] Disable math exceptions for baremetal (#180863)Prabhu Rajasekaran2-2/+2
2026-02-10[libc] Add option to disable printf bit int (#180832)Michael Jones12-4/+52
2026-02-10[libc][math] Refactor powf to Header Only. (#176531)Anonmiraj8-1029/+1089
2026-02-10[libc][math] Refactor pow to Header Only. (#176529)Anonmiraj8-533/+595
2026-02-10[libc][math] Refactor log2f to Header Only. (#176527)Anonmiraj8-118/+176
2026-02-10[libc][math] Refactor log2f16 to Header Only. (#176526)Anonmiraj8-151/+225
2026-02-10[libc][math] Refactor log10f to Header Only. (#176520)Anonmiraj8-214/+271
2026-02-10[libc][math] Refactor log1pf to Header Only. (#176525)Anonmiraj8-163/+221
2026-02-10[libc][math] Refactor log10f16 to Header Only. (#176523)Anonmiraj8-166/+239
2026-02-10[libc][math] Refactor llogbl to be header-only (#175376)Mathew Joseph8-7/+67
2026-02-10[libc] Fix unit test dependency and respect LIBC_INCLUDE_BENCHMARKS (#180812)Joseph Huber2-5/+47
2026-02-09[libc] Size optimized defaults for baremetal (#180642)Prabhu Rajasekaran1-0/+11
2026-02-10 [libc][docs] Fix stale entrypoints links and time.h table duplication (#180347)Petter Berntsson2-13/+15
2026-02-09[libc] Disable Clinger fast path for baremetal (#180598)Prabhu Rajasekaran2-3/+6
2026-02-07[libc][math] Refactor ffmal to Header Only. (#179069)Zorojuro8-5/+69
2026-02-07[libc][math] Refactor sqrtf128 to header only (#177760)Iasonaskrpr8-429/+505
2026-02-06[libc][docs] Document printf NULL handling for %s/%n (#180067)petbernt2-9/+13
2026-02-06Revert "[libc][wctype] Implement internal UTF8 wctype classification function...Marcell Leleszi4-908/+138
2026-02-06[libc][wctype] Implement internal UTF8 wctype classification functions (#174607)Marcell Leleszi4-138/+908
2026-02-05[libc][math] Refactor f16fmaf to Header Only. (#178851)Zorojuro8-6/+82
2026-02-05[libc] Remove "stdio.h" include from fx_bits.h (#179805)Haowei1-2/+0
2026-02-05[libc][wctype] Move classification lookup tables to a cpp file (#174993)Marcell Leleszi4-3697/+3749
2026-02-05[libc][math] Fix build failures from last refactor. (#179966)Muhammad Bassiouni1-0/+2
2026-02-05[libc][math] Refactor f16fmaf128 to Header Only (#177850)Zorojuro8-6/+91
2026-02-05[libc][math] Resolve size issues on baremetal and cleanup code. (#179707)Muhammad Bassiouni116-322/+336
2026-02-03[libc] Disable strong stack protector for baremetal (#179559)Prabhu Rajasekaran1-0/+5
2026-02-03[libc] Address size bloat issues (#179398)Prabhu Rajasekaran6-37/+35
2026-02-03[libc] Tweak the runtimes cross-build for GPU (#178548)Joseph Huber3-36/+9
2026-02-03[libc][SVE] add sve handling for memcpy with count less than 32b (#167446)Schrodinger ZHU Yifan1-1/+25
2026-02-01[libc] Address sincosf size bloat (#179004)Prabhu Rajasekaran3-13/+12
2026-02-01[libc][test] Fix TmMatcher and correct tm_yday/tm_wday test values (#179029)Jeff Bailey4-42/+42
2026-01-30[libc][math] Refactor sqrtf to header-only (#178778)Saina Daneshmand8-6/+61
2026-01-30[libc][math] Refactor sincosf implementation to header only (#177523)Ash9-210/+281
2026-01-30[libc][math] Refactor f16sqrt to Header Only (#177167)Zhihui Yang8-8/+78
2026-01-30[libc] provide str to float build configs (#178780)Prabhu Rajasekaran5-2/+37
2026-01-29[libc] Add pthread_getattr_np declaration (#178549)Roland McGrath2-0/+27
2026-01-29[libc][math] Refactor sqrt to header-only (#178335)Saina Daneshmand8-5/+61
2026-01-28[libc] Clean up pthread.yaml (#178327)Roland McGrath3-143/+54
2026-01-28[libc][math] Fix AMD build errors. (#178507)Muhammad Bassiouni1-4/+4
2026-01-28[libc] [math] Refactor fsqrtl to be header-only (#176169)Atharv Mane8-7/+64
2026-01-28[libc][math] Refactor logf16 to header-only shared math (#175408)cpist (He / Him)8-159/+235
2026-01-28[libc][math] Refactor llogbf128 to header-only (#175617)Sersawy8-8/+80
2026-01-28[libc] Do not use stack protectors or frame pointers on GPUJoseph Huber1-0/+8