aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2024-07-05[libc] Add `dlfcn.h` headers (#97772)Izaak Schroeder6-0/+57
2024-07-05[libc] Change the test file names used in readlink_test and readlinkat_test. ...lntue2-4/+4
2024-07-05Revert "[libc] Fix readlink tests on 32-bit systems" (#97852)Mikhail R. Gadelha3-18/+10
2024-07-05[libc] Fix readlink tests on 32-bit systems (#97850)Mikhail R. Gadelha3-10/+18
2024-07-05[libc][math][c23] Classify f16fma{,f,l} as LLVM libc extensions (#97728)OverMighty3-4/+5
2024-07-05[libc][math] Fix signed zeros for erff. (#97742)lntue1-9/+15
2024-07-04[libc] Implement fcntl when only SYS_fcntl64 is available (#97740)Mikhail R. Gadelha3-8/+17
2024-07-04[libc] Fix compilation when long double is used as float128 (#97747)Mikhail R. Gadelha3-2/+7
2024-07-04[libc] Fix compilation warnings on 32-bit archs (#97745)Mikhail R. Gadelha2-2/+2
2024-07-04[libc] fix float_comparison_test when an emulator is used to run the test (#9...Mikhail R. Gadelha1-1/+1
2024-07-03[libc] Add LIBC_NAMESPACE_DECL macro (#97109)PiJoules4-6/+52
2024-07-03[libc][docs] Update full host build docs (#97643)Michael Jones1-0/+16
2024-07-03[libc] Add aligned_alloc (#96586)PiJoules9-11/+501
2024-07-03[libc][math] Implement correctly rounded double precision tan (#97489)lntue13-46/+518
2024-07-03[libc] reordered Function class parameters and moved yaml files (#97329)RoseZhang0316-6/+255
2024-07-03[libc] created integration tests for newhdrgen (#97361)aaryanshukla12-19/+254
2024-07-03[libc] Add function spec for `getauxval` (#97492)Izaak Schroeder1-1/+5
2024-07-03[libc][docs] Add doc for using containers to test on a different arch (#97431)OverMighty1-0/+30
2024-07-02[libc] Include Linux kernel headers in the full build (#97486)Petr Hosek2-0/+10
2024-07-02[libc][math][c23] Add f16{add,sub}{,l,f128} C23 math functions (#97072)OverMighty31-2/+605
2024-07-02[libc] Only use COMPILER_RESOURCE_DIR if available (#97465)Petr Hosek1-1/+1
2024-07-02[libc] Use -nostdlibinc in the full build mode (#97461)Petr Hosek2-5/+11
2024-07-02[libc][math][c23] Add f16{add,sub}f C23 math functions (#96787)OverMighty24-1/+934
2024-07-02[libc] Add mpfr tests for fmul. (#97376)Job Henandez Lara5-7/+172
2024-07-01[libc] implemented add_function to yaml hdrgen (#97079)aaryanshukla1-4/+92
2024-07-01[libc][math][c23] Implemented sinpif function correctly rounded for all round...Hendrik Hübner19-17/+459
2024-07-01[libc][math][c23] Add MPFR unit test for f16sqrtf (#97062)OverMighty2-0/+26
2024-07-01[libc][math] Add MPFR unit tests for nearbyint{,f,l,f16} (#94479)OverMighty6-0/+230
2024-07-01[libc] Partially implement 'errno' on the GPU (#97107)Joseph Huber3-8/+14
2024-07-01[libc] Implement the 'remove' function on the GPU (#97096)Joseph Huber6-0/+51
2024-06-30[libc][math][c23] Add f16sqrt{,l,f128} C23 math functions (#96642)OverMighty24-124/+352
2024-06-29[libc][math][c23] Temporarily disable f16div{l,f128} on AArch64 (#97182)OverMighty1-8/+0
2024-06-29[libc][math][c23] Add f16div{,l,f128} C23 math functions (#97054)OverMighty21-2/+331
2024-06-29[libc] Fix incomplete sincos_test. (#97174)lntue1-9/+7
2024-06-28[libc] added rest of yaml files for new headergen (#96977)RoseZhang0333-0/+1676
2024-06-28[libc]: fix missing `linux/error-number-macros.h` (#97101)Izaak Schroeder1-0/+1
2024-06-28[libc] remove include_file headergen usage (#96970)Michael Jones5-2405/+2354
2024-06-28[libc] added yaml_combined files, frontend for new headergen (#96833)aaryanshukla16-11/+4109
2024-06-28[libc] Fix compilation error on targets without 128-bit int types (#97039)OverMighty2-2/+3
2024-06-27[libc] Fix compilation errors that occur when building with GCC (#96976)OverMighty5-9/+10
2024-06-27[libc] Sort entrypoints alphabetically (#96955)Petr Hosek7-776/+774
2024-06-27[libc][math][c23] Temporarily disable f16fma{,l,f128} on AArch64 (#96952)OverMighty1-9/+0
2024-06-27[libc][math][c23] Add f16fma{,l,f128} C23 math function (#96711)OverMighty29-108/+403
2024-06-27[libc] Include additional math functions in baremetal config (#96926)Petr Hosek2-0/+108
2024-06-27[libc] inline fast path of callonce (#96226)Schrodinger ZHU Yifan4-17/+58
2024-06-27[libc][math] Implement double precision sincos correctly rounded to all round...lntue13-1/+459
2024-06-26[libc] added newhdrgen python script and class file (#96671)aaryanshukla2-0/+211
2024-06-26[libc] Remove atomic alignment diagnostics globally (#96803)Joseph Huber2-12/+0
2024-06-26[libc] NVPTX Profiling (#92009)jameshu1586917-11/+644
2024-06-26[libc] added newhdrgen class implementation (#96710)RoseZhang036-0/+123