aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[libc] Move freelist + block to __support (#96231)PiJoules6-47/+46
2024-06-20[libc][math][c23] Add {getpayload,setpayload,setpayloadsig}f16 C23 math funct...OverMighty7-0/+294
2024-06-19[libc] Fix scheduler test incorrectly guessing user privileges (#95562)OverMighty1-21/+27
2024-06-17[libc] Fix getauxval being defined in a namespaceJoseph Huber2-4/+8
2024-06-17[libc][stdlib] Run freelist_heap_test only in full build mode. (#95850)lntue1-14/+16
2024-06-17[libc] Only include getauxval on AARCH64 targets (#95844)Joseph Huber2-2/+4
2024-06-14[libc] Add the implementation of the fdopen function (#94186)Xu Zhang3-0/+115
2024-06-14[libc] fix build errors (#95613)Schrodinger ZHU Yifan2-0/+2
2024-06-14[libc] fix build errors (#95600)Schrodinger ZHU Yifan1-1/+0
2024-06-14[libc] add rwlock (#94156)Schrodinger ZHU Yifan2-0/+517
2024-06-14[libc][stdlib] Make the FreeListHeap constant-initializable (#95453)PiJoules3-81/+117
2024-06-14[libc][math][c23] Add f16fmaf C23 math function (#95483)OverMighty10-115/+204
2024-06-13Reland "[libc] fix aarch64 linux full build (#95358)" (#95423)Schrodinger ZHU Yifan4-1/+32
2024-06-13[libc] Fix build breaks caused by f16sqrtf changes (#95459)OverMighty3-2/+6
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad1-1/+1
2024-06-13[libc][math][c23] Add f16sqrtf C23 math function (#95251)OverMighty6-36/+108
2024-06-13Revert "[libc] fix aarch64 linux full build (#95358)" (#95419)Schrodinger ZHU Yifan1-6/+0
2024-06-13[libc] fix aarch64 linux full build (#95358)Schrodinger ZHU Yifan1-0/+6
2024-06-12[libc][stdlib] Add the FreelistHeap (#95066)PiJoules2-0/+252
2024-06-11[libc][math][c23] Add {totalorder,totalordermag}f16 C23 math functions (#95014)OverMighty6-2/+334
2024-06-10[libc][stdlib] Add freelist class (#95041)PiJoules2-0/+178
2024-06-10[libc][math][c23] Add MPFR unit tests for {rint,lrint,llrint,lround,llround}f...OverMighty8-35/+213
2024-06-10[libc][stdlib] Add Block class (#94407)PiJoules2-0/+583
2024-06-10Reapply "[libc][math][c23] Add MPFR unit tests for {ceil,floor,round,roundeve...OverMighty11-49/+229
2024-06-10[libc][math][c23] Add {remainder,remquo}f16 C23 math functions (#94773)OverMighty3-5/+26
2024-06-10[libc] Add WordTypeSelector<16> specialization (#94979)OverMighty3-0/+19
2024-06-10[libc][math][c23] Add {frexp,ilogb,llogb,logb,modf}f16 C23 math functions (#9...OverMighty10-24/+183
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