aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2024-06-10[libc][math][c23] Add nanf16 C23 math function (#94767)OverMighty2-0/+67
2024-06-08[libc][math][C23] Implemented remquof128 function (#94809)Hendrik Hübner2-0/+27
2024-06-08[libc][math][c23] fmul correcly rounded to all rounding modes (#91537)Job Henandez Lara3-0/+130
2024-06-07[libc][math][c23] Add fmodf16 C23 math function (#94629)OverMighty6-43/+132
2024-06-06[libc][FixedVector] Add more helper methods (#94278)PiJoules2-0/+28
2024-06-06[libc] at_quick_exit function implemented (#94317)aaryanshukla2-1/+104
2024-06-06[libc][math][c23] Add {fmaximum,fminimum}{,_mag,_mag_num,_num} C23 math funct...OverMighty17-58/+317
2024-06-06[libc][math][c23] Fix implicit conversion in smoke tests for {fmax,fmin}f16 (...OverMighty3-8/+22
2024-06-06[libc] Enable varargs tests for AMDGPU targetsJoseph Huber1-2/+2
2024-06-06[libc] Disable varargs tests on gpu, nvptx can't build them yetJon Chesterfield1-2/+2
2024-06-06[AMDGPU] Implement variadic functions by IR lowering (#93362)Jon Chesterfield1-2/+2
2024-06-05[libc][math][c23] Add {nextafter,nexttoward,nextup,nextdown}f16 C23 math func...OverMighty7-26/+139
2024-06-05[libc][math][c23] Implement fmaxf16 and fminf16 function (#94131)Hendrik Hübner3-0/+52
2024-06-05[libc][NFC] More verbose warning message on missing utilitiesJoseph Huber1-4/+8
2024-06-05[libc][type_traits] Add aligned_storage (#94074)PiJoules1-0/+9
2024-06-05Revert "[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven...OverMighty11-229/+49
2024-06-05[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeven,trunc}f...OverMighty11-49/+229
2024-06-05[libc] Disable fpexcept testing on the GPUJoseph Huber1-0/+3
2024-06-05[libc][math][c23] Add fdimf16 C23 math function (#94354)OverMighty3-9/+37
2024-06-05[libc] Implement forward iterators for libc fixed_vector (#93916)jameshu158691-0/+10
2024-06-05[libc][math][c23] Add copysignf16 C23 math function (#94351)OverMighty3-3/+37
2024-06-05[libc][math][c23] Add canonicalizef16 C23 math function (#94341)OverMighty3-0/+29
2024-06-04[libc][math][c23] Add {fromfp,fromfpx,ufromfp,ufromfpx}f16 C23 math functions...OverMighty9-194/+284
2024-06-04[libc][math][c23] Add {nearbyint,rint,lrint,llrint,lround,llround}f16 C23 mat...OverMighty8-26/+207
2024-06-03[libc][test] Fix TEST->TEST_F typo in getenv_and_setenv_test.cpp (#94304)Jordan Rupprecht1-1/+1
2024-06-03[libc][CPP] Add all_of and find_if_not to algorithm.h (#94058)PiJoules2-0/+57
2024-06-03[libc][math][c23] Add {ceil,floor,round,roundeven,trunc}f16 C23 math function...OverMighty11-20/+145
2024-05-31[libc] fix build failures due to SIGCHLD (#94093)Schrodinger ZHU Yifan2-0/+2
2024-05-31[libc] fix test build on platforms without `SYS_fork` (#94087)Schrodinger ZHU Yifan1-0/+4
2024-05-31[libc] rework mutex (#92168)Schrodinger ZHU Yifan5-1/+100
2024-05-31[libc] added quick_exit function (#93620)RoseZhang033-5/+34
2024-05-30[libc] android atest compat (#93852)Nick Desaulniers (paternity leave)4-34/+93
2024-05-30[libc][math][c23] Add fabsf16 C23 math function (#93567)OverMighty2-0/+25
2024-05-30Reland: [libc][POSIX][pthreads] implemented missing pthread_rwlockattr functi...Hendrik Hübner2-3/+28
2024-05-21[libc] Fix scudo integration test (#92967)Michael Jones1-0/+4
2024-05-15[libc] Fix typo in test messageJoseph Huber1-1/+1
2024-05-15[libc] Fix GPU test build error (#92235)Jan Patrick Lehr1-1/+1
2024-05-14[libc][bug] Fix out of bound write in memcpy w/ software prefetching (#90591)Guillaume Chatelet3-0/+171
2024-05-13[libc] add timeout and clock conversion utilities (#91905)Schrodinger ZHU Yifan4-0/+75
2024-05-13Revert "[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functi...Schrodinger ZHU Yifan2-28/+3
2024-05-13[libc][POSIX][pthreads] implemented missing pthread_rwlockattr functions (#90...Hendrik Hübner2-3/+28
2024-05-10[libc][math] Fix exact cases for powf. (#91488)lntue1-6/+13
2024-05-09[libc] Replace `MutexLock` with `cpp::lock_guard` (#89340)Vlad Mishel2-0/+89
2024-05-07[libc][math] fmod: clear exceptions before the test instead of afterBenjamin Kramer1-2/+2
2024-05-06[libc][math] fix loose except check in `{EXPECT,ASSERT}_FP_EXCEPTION` macros ...Michael Flanders10-60/+92
2024-05-01[libc] Implement fcntl() function (#89507)Vinayak Dev2-0/+172
2024-04-30[libc][stdfix] Fix overflow problem for fixed point sqrt when the inputs are ...lntue3-10/+25
2024-04-29[libc][math] Adds entrypoint and tests for nearbyintf128,scalbnf128 (#88443)Michael Flanders10-3/+279
2024-04-24[libc][assert] define __STDC_VERSION_ASSERT_H__ (#87592)aniplcc2-0/+25
2024-04-23[libc] Fix aarch64 build error in FEnvSafeTest change (#89826)Roland McGrath1-1/+1