aboutsummaryrefslogtreecommitdiff
path: root/libc/config/windows
AgeCommit message (Expand)AuthorFilesLines
2024-01-05[libc][math] Implement nan(f|l) functions (#76690)Nishant Mittal1-0/+3
2023-11-21[libc][math] Implement nexttoward functions (#72763)Nishant Mittal1-0/+3
2023-11-06[libc][math] Implement powf function correctly rounded to all rounding modes....lntue1-0/+1
2023-09-28[libc][math] Implement double precision expm1 function correctly rounded for ...lntue1-0/+1
2023-08-30[libc][math] Implement double precision exp10 function correctly rounded for ...Tue Ly1-0/+1
2023-08-25[libc][math] Implement double precision exp2 function correctly rounded for a...Tue Ly1-0/+1
2023-08-24[libc][math] Implement double precision exp function correctly rounded for al...Tue Ly1-0/+1
2023-06-28[libc][math] Implement erff function correctly rounded to all rounding modes.Tue Ly1-0/+1
2023-05-23[libc][math] Implement double precision log1p correctly rounded to all roundi...Tue Ly1-0/+1
2023-05-23[libc][math] Implement double precision log2 function correctly rounded to al...Tue Ly1-0/+1
2023-05-23[libc][math] Implement double precision log function correctly rounded to all...Tue Ly1-0/+1
2023-04-20[libc][math] Remove placeholder implementations of asin and pow.Tue Ly1-2/+0
2023-04-11[libc] Add memmem implementationCaslyn Tonelli1-0/+1
2023-04-03[libc] Add strchrnul implementationCaslyn Tonelli1-0/+1
2023-02-09[libc][math] Implement scalbn, scalbnf, scalbnl.Renyi Chen1-0/+3
2023-02-03[libc][Obvious] Change `ninja llvmlibc` to `ninja libc` in the documentations.Tue Ly1-1/+1
2023-02-01[libc][math] Implement acoshf function correctly rounded to all rounding modes.Tue Ly1-0/+1
2023-01-27[libc][math] Implement asinhf function correctly rounded for all rounding modes.Tue Ly1-0/+1
2023-01-25[libc] Implement strcasestrAlex Brachet1-0/+1
2023-01-11[libc] Implement str{,n}casecmpAlex Brachet1-0/+2
2023-01-08[libc][math] Implement log10 function correctly rounded for all rounding modesTue Ly1-0/+1
2022-12-01[reland][libc] Add bcopyGuillaume Chatelet1-0/+1
2022-12-01Revert D138994 "[libc] Add bcopy"Guillaume Chatelet1-1/+0
2022-12-01[libc] Add bcopyGuillaume Chatelet1-0/+1
2022-10-31[libc][math] Add place-holder implementation for pow function.Tue Ly1-0/+1
2022-10-31[libc][math] Add place-holder implementation for asin to unblock demo examples.Tue Ly1-0/+1
2022-09-19[libc][math] Implement exp10f function correctly rounded to all rounding modes.Tue Ly1-0/+1
2022-09-09[libc][math] Implement acosf function correctly rounded for all rounding modes.Tue Ly1-0/+1
2022-09-07[libc][math] Implement asinf function correctly rounded for all rounding modes.Tue Ly1-0/+1
2022-08-30[libc][math] Added atanf function.Kirill Okhotnikov1-0/+1
2022-08-30[libc][math] Added atanhf function.Kirill Okhotnikov1-0/+1
2022-08-12[libc] Add missing header and Windows entrypoints for tanf.Tue Ly1-0/+1
2022-08-01[libc][math] Added tanhf function.Kirill Okhotnikov1-0/+1
2022-07-29[libc][math] Added sinhf function.Kirill Okhotnikov1-0/+1
2022-07-29[libc][math] Added coshf function.Kirill Okhotnikov1-0/+1
2022-07-11[libc] Add imaxabsAlex Brachet1-0/+1
2022-06-24[libc][math] fmod/fmodf implementation.Kirill Okhotnikov1-0/+2
2022-05-19[libc] Add strlcatAlex Brachet1-0/+1
2022-05-18[libc] Add strlcpyAlex Brachet1-0/+1
2022-05-06[libc] Update windows entrypoint listMichael Jones1-3/+43
2022-03-23[libc] Change FEnv to use MXCSR as source of truthMichael Jones1-3/+0
2022-02-07[libc] Implement log1pf correctly rounded to all rounding modes.Tue Ly1-0/+1
2022-01-14[libc] Implement correctly rounded log2f based on RLIBM library.Tue Ly1-0/+1
2021-12-16[libc] Implement correctly rounded logf based on RLIBM library.Tue Ly1-0/+1
2021-08-26[libc] add inttypes headerMichael Jones1-0/+4
2021-08-23[libc] Enable string to integer conversion functions in the default buildMichael Jones1-0/+9
2021-08-20[libc] Add bcmp to the windows config.Siva Chandra Reddy1-0/+1
2021-08-17[libc][NFC] Disable double precision cos, sin and tan on Windows.Siva Chandra Reddy1-3/+3
2021-07-31[libc] Add trigonometric and exponential functions to the windows config.Siva Chandra Reddy1-4/+17
2021-07-28[libc] add strncmp to stringsMichael Jones1-0/+1