aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2024-07-22[libc] Remove workarounds for lack of functional NVPTX linker (#96972)Joseph Huber4-54/+20
2024-07-22[libc][newheadergen]: yaml.load instead of safe_load (#100024)aaryanshukla1-3/+2
2024-07-22Revert "[libc] New HeaderGen Switch Flip" (#100003)RoseZhang031-1/+1
2024-07-22[libc] Disable epoll_pwait2 for now. (#99967)Michael Jones3-14/+6
2024-07-22[libc][NFC] clean up some includes (#99719)Michael Jones2-7/+1
2024-07-22[libc] New HeaderGen Switch Flip (#99929)RoseZhang031-1/+1
2024-07-22[libc] Fix callback type in `exit_handlers.cpp` not matching (#97642)Joseph Huber5-55/+36
2024-07-22[libc] Updated header_generation.rst (#99712)RoseZhang031-85/+164
2024-07-22[libc] Include cbrt in baremetal targets (#99916)Petr Hosek2-0/+2
2024-07-22[libc] No need to use recursion in fcntl (#99893)Mikhail R. Gadelha1-8/+10
2024-07-22[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when av...OverMighty13-24/+155
2024-07-22[libc] Fix invalid format specifier in benchmarkJoseph Huber1-16/+11
2024-07-22[libc] Change fcntl cmd when only fcntl64 is available (#99675)Mikhail R. Gadelha1-9/+23
2024-07-22[libc] Use `<assert.h>` in overlay mode for LIBC_ASSERT (#99875)Joseph Huber2-1/+2
2024-07-22[libc] Add working entrypoints to riscv (#99885)Mikhail R. Gadelha2-3/+7
2024-07-22[libc] Change fsfilcnt_t and fsblkcnt_t to be 64-bits long (#99876)Mikhail R. Gadelha2-2/+2
2024-07-22[libc] Remove special case handing around test case that was fixedJoseph Huber1-5/+4
2024-07-22[libc][CMake] Set library type of libc_diff_test_utils to STATIC (#99869)OverMighty1-1/+1
2024-07-21[libc] Add N Threads Benchmark Helper (#99834)jameshu158692-16/+15
2024-07-21[libc] Fix statvfs test case when SYS_statfs64 is used (#99827)Mikhail R. Gadelha4-5/+22
2024-07-21[libc][math] Update getpayload and fmul/fadd/fsub/ffma with NaN inputs. (#99812)lntue11-148/+111
2024-07-21[libc] Improve Benchmark UI (#99796)jameshu158693-18/+62
2024-07-21[libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (#99815)Job Henandez Lara21-1/+206
2024-07-21[libc][math][c23] Add entrypoints and tests for fsqrt{,l,f128} (#99669)Job Henandez Lara20-1/+309
2024-07-20[libc] Fix GPU 'printf' on strings with paddingJoseph Huber1-0/+4
2024-07-20[libc] Disable epoll_create fail test when SYS_epoll_create1 is used internal...Mikhail R. Gadelha1-0/+3
2024-07-20[libc] Disable bind test for riscvMikhail R. Gadelha1-1/+0
2024-07-20[libc] Implement pwait2 using pwait (#99781)Mikhail R. Gadelha1-0/+12
2024-07-20[libc] Enable most of the libc entrypoitns for riscv (#99771)Mikhail R. Gadelha5-16/+102
2024-07-20[libc] Added static casts to fix implicit conversion warnings in 32-bit systemsMikhail R. Gadelha5-13/+14
2024-07-20reland "[libc] implement cached process/thread identity (#98989)" (#99765)Schrodinger ZHU Yifan30-40/+363
2024-07-20[libc] Make static_assert available even if NDEBUG is set (#99742)Petr Hosek1-7/+4
2024-07-19[libc][math]: updated math docs for newhdrgen (#99715)aaryanshukla1-1/+1
2024-07-19[libc][math]fadd implementation (#99694)aaryanshukla16-1/+115
2024-07-19[libc] Temporarily disable hypotf sNaN tests for NVPTX targets. (#99708)lntue2-0/+8
2024-07-19[libc] Increase test timeout (#99678)Mikhail R. Gadelha1-4/+10
2024-07-19[libc][newheadergen]: adding entry_point testing (#99587)aaryanshukla2-12/+26
2024-07-19[libc] Fix missing sysroot path for kernel headers when crosscompiling (#99588)Mikhail R. Gadelha2-2/+6
2024-07-19[libc][math] Fix signaling nan handling of hypot(f) and improve hypotf perfor...lntue5-94/+109
2024-07-19[libc] Fix headers for statvfs implementationJoseph Huber4-5/+5
2024-07-19[libc] Add AMDGPU Timing to CMake (#99603)jameshu158691-1/+1
2024-07-18[libc] newhdrgen: removed Include class (#99584)RoseZhang034-29/+0
2024-07-18[libc] Restore DECLS_FILE_PATH property (#99583)Michael Jones1-0/+1
2024-07-18[libc] Removed __LIBC_CONST_ATTR attribute and updated math.yaml with the new...RoseZhang035-8/+69
2024-07-18[libc][newhdrgen] Remove redundant yaml prefixes (#99581)Michael Jones20-19/+19
2024-07-18[libc][CMake] Set library type of libcMPFRWrapper to STATIC (#99527)OverMighty1-1/+1
2024-07-18Revert "[libc] implement cached process/thread identity" (#99559)Schrodinger ZHU Yifan30-363/+40
2024-07-18[libc] implement cached process/thread identity (#98989)Schrodinger ZHU Yifan30-40/+363
2024-07-18[libc] newheadergen: cmake config newhdrgen (#99543)aaryanshukla3-155/+329
2024-07-18[libc] newheadergen: adding h_def_file arg to test (#99397)aaryanshukla4-57/+6