summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2024-07-29Update libc/docs/configure.rstJoseph Huber
2024-07-29[libc] Fix leftover debug commandline argumentJoseph Huber
2024-07-26[libc] Only add '-fno-builtin-*' on the entrypoints that use them (#100481)Joseph Huber
2024-07-24[NVPTX] Fix internal indirect call prototypes not obeying the ABI (#100131)Joseph Huber
2024-07-22[libc] Remove workarounds for lack of functional NVPTX linker (#96972)Joseph Huber
2024-07-22[libc][newheadergen]: yaml.load instead of safe_load (#100024)aaryanshukla
2024-07-22Revert "[libc] New HeaderGen Switch Flip" (#100003)RoseZhang03
2024-07-22[libc] Disable epoll_pwait2 for now. (#99967)Michael Jones
2024-07-22[libc][NFC] clean up some includes (#99719)Michael Jones
2024-07-22[libc] New HeaderGen Switch Flip (#99929)RoseZhang03
2024-07-22[libc] Fix callback type in `exit_handlers.cpp` not matching (#97642)Joseph Huber
2024-07-22[libc] Updated header_generation.rst (#99712)RoseZhang03
2024-07-22[libc] Include cbrt in baremetal targets (#99916)Petr Hosek
2024-07-22[libc] No need to use recursion in fcntl (#99893)Mikhail R. Gadelha
2024-07-22[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when av...OverMighty
2024-07-22[libc] Fix invalid format specifier in benchmarkJoseph Huber
2024-07-22[libc] Change fcntl cmd when only fcntl64 is available (#99675)Mikhail R. Gadelha
2024-07-22[libc] Use `<assert.h>` in overlay mode for LIBC_ASSERT (#99875)Joseph Huber
2024-07-22[libc] Add working entrypoints to riscv (#99885)Mikhail R. Gadelha
2024-07-22[libc] Change fsfilcnt_t and fsblkcnt_t to be 64-bits long (#99876)Mikhail R. Gadelha
2024-07-22[libc] Remove special case handing around test case that was fixedJoseph Huber
2024-07-22[libc][CMake] Set library type of libc_diff_test_utils to STATIC (#99869)OverMighty
2024-07-21[libc] Add N Threads Benchmark Helper (#99834)jameshu15869
2024-07-21[libc] Fix statvfs test case when SYS_statfs64 is used (#99827)Mikhail R. Gadelha
2024-07-21[libc][math] Update getpayload and fmul/fadd/fsub/ffma with NaN inputs. (#99812)lntue
2024-07-21[libc] Improve Benchmark UI (#99796)jameshu15869
2024-07-21[libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (#99815)Job Henandez Lara
2024-07-21[libc][math][c23] Add entrypoints and tests for fsqrt{,l,f128} (#99669)Job Henandez Lara
2024-07-20[libc] Fix GPU 'printf' on strings with paddingJoseph Huber
2024-07-20[libc] Disable epoll_create fail test when SYS_epoll_create1 is used internal...Mikhail R. Gadelha
2024-07-20[libc] Disable bind test for riscvMikhail R. Gadelha
2024-07-20[libc] Implement pwait2 using pwait (#99781)Mikhail R. Gadelha
2024-07-20[libc] Enable most of the libc entrypoitns for riscv (#99771)Mikhail R. Gadelha
2024-07-20[libc] Added static casts to fix implicit conversion warnings in 32-bit systemsMikhail R. Gadelha
2024-07-20reland "[libc] implement cached process/thread identity (#98989)" (#99765)Schrodinger ZHU Yifan
2024-07-20[libc] Make static_assert available even if NDEBUG is set (#99742)Petr Hosek
2024-07-19[libc][math]: updated math docs for newhdrgen (#99715)aaryanshukla
2024-07-19[libc][math]fadd implementation (#99694)aaryanshukla
2024-07-19[libc] Temporarily disable hypotf sNaN tests for NVPTX targets. (#99708)lntue
2024-07-19[libc] Increase test timeout (#99678)Mikhail R. Gadelha
2024-07-19[libc][newheadergen]: adding entry_point testing (#99587)aaryanshukla
2024-07-19[libc] Fix missing sysroot path for kernel headers when crosscompiling (#99588)Mikhail R. Gadelha
2024-07-19[libc][math] Fix signaling nan handling of hypot(f) and improve hypotf perfor...lntue
2024-07-19[libc] Fix headers for statvfs implementationJoseph Huber
2024-07-19[libc] Add AMDGPU Timing to CMake (#99603)jameshu15869
2024-07-18[libc] newhdrgen: removed Include class (#99584)RoseZhang03
2024-07-18[libc] Restore DECLS_FILE_PATH property (#99583)Michael Jones
2024-07-18[libc] Removed __LIBC_CONST_ATTR attribute and updated math.yaml with the new...RoseZhang03
2024-07-18[libc][newhdrgen] Remove redundant yaml prefixes (#99581)Michael Jones
2024-07-18[libc][CMake] Set library type of libcMPFRWrapper to STATIC (#99527)OverMighty