aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2026-04-05[libc] Allow RPC interface to be compiled with MSVC (#190483)Joseph Huber2-2/+29
2026-04-03[libc][signal] remove wrongly added constexpr (#190424)Schrodinger ZHU Yifan1-1/+1
2026-04-03[libc] update abort implementation and lift it for internal usage (#189756)Schrodinger ZHU Yifan10-22/+243
2026-04-03[libc] Add str_to_* and rpc_* shared tests. (#190351)lntue12-10/+215
2026-04-03[libc] Use CMAKE_CROSSCOMPILING_EMULATOR instead searching for `llvm-gpu-load...Joseph Huber7-49/+13
2026-04-02[libc] Move LLVM_LIBC_IS_DEFINED macro to its own header (#190081)Roland McGrath12-67/+102
2026-04-02[libc] Rename rpc::Status to rpc::RPCStatus to reduce conflicts (#190239)Joseph Huber2-4/+4
2026-04-02[Runtimes] Introduce variables containing resource dir paths (#177953)Michael Kruse1-0/+2
2026-04-02[libc] Indentation consistency in CMake (#190120)Zorojuro1-40/+40
2026-04-01[libc] Fix the remaining long double issue in shared_math_test.cpp. (#190098)lntue1-6/+5
2026-04-01[libc] Initial support so that libc-shared-tests can be built with pp64le (#1...lntue5-2/+31
2026-04-01[libc][math] Remove static from log1pf implementation (#190042)Zorojuro1-3/+3
2026-04-01Reapply "[libc] Finetune libc.src.__support.OSUtil.osutil dependency." (#1900...lntue9-17/+83
2026-04-01Revert "[libc] Finetune libc.src.__support.OSUtil.osutil dependency." (#190033)Jan Patrick Lehr9-87/+17
2026-04-01[libc] Install the RPC headers so they can be used without LLVM source (#189996)Joseph Huber2-0/+15
2026-04-01[libc] Finetune libc.src.__support.OSUtil.osutil dependency. (#189501)lntue9-17/+87
2026-04-01[libc] Support basic 'complex.h' functionality on GPUs (#189999)Joseph Huber4-0/+30
2026-04-01[libc] separate raw_rwlock and unix_rwlock to make it internally usable (#189...Schrodinger ZHU Yifan22-164/+308
2026-03-31[libc] Add libc_set_definition and libc_add_definition to properly pass defin...lntue12-81/+120
2026-03-31[libc][signal] cleanup sigaction implementation (#189512)Schrodinger ZHU Yifan5-34/+74
2026-03-31[libc][syscall] lift raise to syscall wrapper (#189507)Schrodinger ZHU Yifan4-13/+92
2026-03-30[libc][NFC] Add LIBC_INLINE and cleanup wchar internals (#188856)Michael Jones8-29/+36
2026-03-30[libc][tsearch] add tsearch functions (#172625)Schrodinger ZHU Yifan30-10/+1107
2026-03-30[libc][math][c23] Add asinbf16 math function (#184170)Zorojuro32-8/+333
2026-03-30[Clang] Improve scan in gpuintrin.h (#189381)Joseph Huber1-2/+2
2026-03-30[libc][NFC] Guard long double type in shared_math_tests. (#189373)lntue6-205/+231
2026-03-29[libc][math][c23] implement double-precision asinpi (#188158)Mohamed Emad28-1/+642
2026-03-28[libc][math][c23] Add log2p1f16 C23 math function (#186754)Shikhar Soni24-1/+433
2026-03-27[libc] Remove more header template files (#189066)Alexey Samsonov33-371/+304
2026-03-27[libc][docs] Parse inline macro_value from YAML in docgen (#189118)Jeff Bailey1-0/+24
2026-03-27[libc] Add missing POSIX macros to cpio.h (#188840)Jeff Bailey2-0/+58
2026-03-27[libc] Remove header templates from several C standard headers. (#188878)Alexey Samsonov8-71/+97
2026-03-27[libc][docs] Document libc-shared-tests ninja target (#189062)Jeff Bailey1-0/+6
2026-03-27[libc][docs] Fix POSIX basedefs links for nested headers (#188738)Petter Berntsson1-3/+7
2026-03-27[libc][bazel] Add generation for public headers (#184889)Michael Jones1-1/+1
2026-03-27[libc][docs][NFC] Document cross-compilation testing with QEMU (#188838)Jeff Bailey2-16/+110
2026-03-27[libc][math] Implement C23 half precision erfc function (#180930)Anonmiraj24-1/+392
2026-03-27[libc] Guard long double shared math functions against double-double. (#188909)lntue31-0/+186
2026-03-26[libc] Fix check-libc-lit running tests during build (#188081)Jeff Bailey4-10/+34
2026-03-26[libc][hdrgen] Print __BEGIN_C_DECLS / __END_C_DECLS conditionally. (#188830)Alexey Samsonov4-3/+40
2026-03-26[libc] Fixes all guard comments of libc (#188701)Zorojuro22-23/+23
2026-03-26[libc] Increase the maximum RPC port size for future hardware (#188756)Joseph Huber1-1/+3
2026-03-26[LLVM] Replace use of LLVM_RUNTIMES_TARGET with LLVM_DEFAULT_TARGET_TRIPLE (#...Joseph Huber1-5/+6
2026-03-26[libc][doc] Remove ToC incompatible with Furo (#188720)Jeff Bailey1-4/+0
2026-03-25[libc][msvc] Re-enable __builtin_is_constant_evaluated for MSVC. (#188663)lntue3-2/+9
2026-03-25[libc] Allow LLVM_LIBC_FUNCTION macro to take another parameter for function ...lntue3-10/+44
2026-03-25[libc] Fix all guard comments for cos and Acos functions (#188612)Zorojuro6-6/+6
2026-03-25[libc][docs] Add guide for implementing a function (#188499)Jeff Bailey2-0/+74
2026-03-25[libc][math] Switch log1pf to use the same log_eval from inverse hyperbolic f...lntue10-283/+347
2026-03-25[libc][x86] add MEMCPY_X86_USE_NTA_STORES to config (#188321)Ilya Tokar2-0/+8