Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project
/
libc
/
HEAD
d3e0689
[libc] Fix check-libc-lit running tests during build (#188081)
by Jeff Bailey
· 6 hours ago
main
fda55cf
[libc][hdrgen] Print __BEGIN_C_DECLS / __END_C_DECLS conditionally. (#188830)
by Alexey Samsonov
· 7 hours ago
8fbaf00
[libc] Fixes all guard comments of libc (#188701)
by Zorojuro
· 7 hours ago
33dfeab
[libc] Increase the maximum RPC port size for future hardware (#188756)
by Joseph Huber
· 11 hours ago
bfdea8c
[LLVM] Replace use of LLVM_RUNTIMES_TARGET with LLVM_DEFAULT_TARGET_TRIPLE (#188303)
by Joseph Huber
· 13 hours ago
231e666
[libc][doc] Remove ToC incompatible with Furo (#188720)
by Jeff Bailey
· 13 hours ago
416d1a7
[libc][msvc] Re-enable __builtin_is_constant_evaluated for MSVC. (#188663)
by lntue
· 23 hours ago
a96eb24
[libc] Allow LLVM_LIBC_FUNCTION macro to take another parameter for function alias. (#187154)
by lntue
· 28 hours ago
e7d5bed
[libc] Fix all guard comments for cos and Acos functions (#188612)
by Zorojuro
· 29 hours ago
b6f9eae
[libc][docs] Add guide for implementing a function (#188499)
by Jeff Bailey
· 30 hours ago
b04c5ce
[libc][math] Switch log1pf to use the same log_eval from inverse hyperbolic functions. (#188388)
by lntue
· 30 hours ago
f85257e
[libc][x86] add MEMCPY_X86_USE_NTA_STORES to config (#188321)
by Ilya Tokar
· 31 hours ago
7f38927
[libc] implement fflush(NULL) support (#188217)
by Jeff Bailey
· 36 hours ago
e7888e1
[libc] Follow up on Annex K's rsize_t (#187707)
by Victor Campos
· 2 days ago
2e6b37d
[libc] Define Annex K's errno_t in specified headers (#187700)
by Victor Campos
· 2 days ago
9eb26f2
[libc] Declare free_sized and free_aligned_sized in stdlib.h / malloc.h (#188364)
by Fabio D'Urso
· 2 days ago
92c08b4
[libc] Fix unused variable warning in utimes.cpp (#188347) (#188448)
by Jeff Bailey
· 2 days ago
d87cee6
Force to inline syscall_impl on all platforms (#186849)
by Jakob Koschel
· 2 days ago
e12748c
[libc] Add utimensat syscall wrapper and entrypoint (#188347)
by Jeff Bailey
· 2 days ago
b07bade
[libc][docs][NFC] Expand entrypoints technical reference (#4) (#188255)
by Jeff Bailey
· 2 days ago
313aeef
[libc] Wrong guards for `totalorderbf16` and `totalordermagbf16` (#188241)
by Zorojuro
· 2 days ago
6b7a6ea
[libc] Wrong header guard comment for atanpif16 (#188310)
by Zorojuro
· 2 days ago
adccc44
[libc][strings] Refactor load_aligned for cleaner endianness handling (#186360)
by Jeff Bailey
· 2 days ago
245d874
[libc] Remove redundant and incorrect comments in `logf.cpp` (#188236)
by Zorojuro
· 3 days ago
67c12c0
[libc][docs] Avoid docgen target collisions and restore pthread docs (#188221)
by Petter Berntsson
· 3 days ago
c3fdb39
[libc] Support AMDGPU device interrupts for the RPC interface (#188067)
by Joseph Huber
· 3 days ago
1b05b3c
[libc] cbrtf guard to sync with general format (#188207)
by Zorojuro
· 3 days ago
71260b8
[libc][math] Qualify ceil functions to constexpr (#184948)
by Muhammad Bassiouni
· 3 days ago
cccd433
[libc][math] Reduce memory usage for single precision inverse hyperbolic functions for LIBC_MATH_HAS_SMALL_TABLES option. (#188110)
by lntue
· 3 days ago
65d4df5
[libc] Support Windows test executables in LibcTest lit format (#188057)
by Jeff Bailey
· 3 days ago
881c3d6
[libc][math] Use Estrin's scheme to improve asinf and acosf performance. (#187885)
by lntue
· 4 days ago
83f1f60
[libc] Add missing shared_math docs in `add_math_function.md` (#188026)
by Zorojuro
· 4 days ago
a20a87a
[libc][math] Refactor sqrtbf16 function header-only (#187849)
by Zorojuro
· 5 days ago
536ca72
[libc][math] Qualify log with constant evaluation support (#184745)
by Muhammad Bassiouni
· 5 days ago
7096dbd
[libc][math][c23] Add atanbf16 function (#184019)
by Zorojuro
· 5 days ago
73273b5
[libc][docs][NFC] Restructure Getting Started guide and update Build Concepts. (#187701)
by Jeff Bailey
· 6 days ago
8d7dba7
[libc] Fix function prototypes for <threads.h> C11 header. (#187808)
by Alexey Samsonov
· 6 days ago
ec82b90
[libc][annex_k] Add constraint_handler_t. (#163239)
by Muhammad Bassiouni
· 6 days ago
568fe89
[libc][x86] Add Non-temporal code path for large memcpy (#187108)
by Ilya Tokar
· 6 days ago
9b08b4a
[libc][NFC] Fix typo in file.cpp (#91192) (#187688)
by Jeff Bailey
· 7 days ago
9d1c385
[libc][docs][NFC] Add Build Concepts and consolidate patterns (#187490)
by Jeff Bailey
· 7 days ago
ea1a9f1
[libc] Modular printf option (float only) (#147426)
by Daniel Thornburgh
· 7 days ago
525ad18
[libc][stdio] Fix standard streams in overlay mode. (#187522)
by lntue
· 7 days ago
c503c37
[libc] Implement iswprint entrypoint (#185251)
by neonetizen
· 7 days ago
a96728b
[libc][sys/sem] Add sys v sem headers and syscall wrapper implementation (#185914)
by Pengxiang Huang
· 8 days ago
ba744dd
[libc][math] Refactor dadd family to header-only (#182142)
by Mohamed Emad
· 8 days ago
92dfec8
[libc][annex_k] Add rsize_t (#163238)
by Muhammad Bassiouni
· 8 days ago
3683715
[libc][math] Refactor bf16divf128 to Header Only (#186641)
by Manthan Singla
· 8 days ago
a147140
[libc][annex_k] Add errno_t (#163094)
by Muhammad Bassiouni
· 8 days ago
4d0bfd8
[libc][docs][NFC] Documentation consolidation and de-duplication (#187385)
by Jeff Bailey
· 8 days ago
1eb9735
[libc][docs] Generate configure.rst in the build directory (#187266)
by Jeff Bailey
· 8 days ago
4429545
[libc][math] Fix missing underflow exception in DyadicFloat::generic_as (#186734)
by Anonmiraj
· 9 days ago
736d793
[libc][math] Improve hypotf performance. (#186627)
by lntue
· 9 days ago
390ab7f
[libc] Add a smaller b36_char_to_int (#180841)
by Michael Jones
· 9 days ago
c6cb41d
[libc]: implement 'iswpunct' entrypoint (#186968)
by kubikusik
· 9 days ago
4073730
[libc][math] Refactor fmaf16 implementation to header-only in src/__support/math folder. (#163977)
by Muhammad Bassiouni
· 9 days ago
0b24083
[libc][math] Refactor fmaf implementation to header-only in src/__support/math folder. (#163970)
by Muhammad Bassiouni
· 9 days ago
3738bbf
[libc][math] Refactor fma implementation to header-only in src/__support/math folder. (#163968)
by Muhammad Bassiouni
· 9 days ago
0b882ba
[libc] Refactor core Linux syscalls to use syscall_wrappers (#185983)
by Jeff Bailey
· 9 days ago
1aad090
Revert "[libc] Avoid host header collisions in full builds (-nostdinc)" (#187079)
by Alexey Samsonov
· 9 days ago
b7fa3ce
[libc] Avoid host header collisions in full builds (-nostdinc) (#187025)
by Jeff Bailey
· 9 days ago
ee077a4
[libc] Add Jeff Bailey to Maintainers.rst (#186662)
by Jeff Bailey
· 9 days ago
ea38df8
[libc][docs] Update clang-tidy checks page (#185923)
by Petter Berntsson
· 10 days ago
9fcba98
[libc] Add myself as maintainer for Math, Threading and Runtime Safety (#186595)
by Muhammad Bassiouni
· 10 days ago
c9907ed
[libc][math] Refactor log_bf16 to Header (#186618)
by Zorojuro
· 10 days ago
4f34ad8
[libc][math] Refactor bf16fma to Header Only (#182572)
by Anirudh Mathur
· 10 days ago
a78c567
[libc][math] Refactored atanpif16 to header only (#184316)
by Abhijeet
· 10 days ago
851188a
[libc] Fix build failures in fuzzing tests (#185017)
by Victor Campos
· 11 days ago
fd9bad0
[libc] Reference the proper namespaced variables in the GPU header
by Joseph Huber
· 13 days ago
b6f411d
[libc] Support ls in printf (#178841)
by Shubh Pachchigar
· 13 days ago
30d468f
[libc][math][c23] Add atan2f16 function (#183531)
by Xinlong Chen
· 13 days ago
715ee71
[libc][math] Refactor bf16div to be header-only (#181400)
by sid
· 13 days ago
7412555
[libc][math] Move hypot to shared/math and make it constexpr (#177588)
by Chinmay Ingle
· 13 days ago
a002694
[libc] Fix GPU stderr include path (#186481)
by Petr Hosek
· 13 days ago
4bc91b6
[libc] Make standard streams entrypoints (#184669)
by Petr Hosek
· 13 days ago
8e0a8dc
[libc][math] Fixed Hypotbf16 build failure. (#186415)
by Zorojuro
· 13 days ago
ac7a621
[libc] Implement entrypoint and test of iswupper function (#185215)
by csxplorer
· 14 days ago
01decf9
[libc][math] Implement C23 half precision erf function (#179251)
by Anonmiraj
· 14 days ago
d690cb5
[libc][math][c23] Add hypotbf16 function (#183460)
by Zorojuro
· 14 days ago
689772f
[libc] Add support for chown on platforms that don't define SYS_chown (#186167)
by Mikhail R. Gadelha
· 14 days ago
22834f8
[libc][math][c23] Add log10p1f16 C23 math function (#184739)
by Shikhar Soni
· 14 days ago
5336596
[libc] Fix load_aligned big-endian handling. (#185937)
by Simon Tatham
· 14 days ago
59baefe
[libc][math][c++23] Add Fmabf16 math function (#182836)
by Zorojuro
· 14 days ago
772287b
[libc] Add posix_memalign as external entrypoint on Linux x86/ARM. (#185310)
by Alexey Samsonov
· 14 days ago
8521bf3
[libc] Add missing iswdigit to wctype.yaml and Windows entrypoints (#186023)
by Xinlong Chen
· 2 weeks ago
a0c47f1
[libc] Add hdrgen tests to the main libc test target (#186113)
by Victor Campos
· 2 weeks ago
9e113e6
[libc] Remove unused AOR_v20.02 directory (#185951)
by DylanFleming-arm
· 2 weeks ago
309f058
[libc]: implement 'iswalnum' entrypoint (#185581)
by Mir Immad
· 2 weeks ago
8cc4d67
[libc] Use the proper name for the 'llvm-gpu-loader' (#186101)
by Joseph Huber
· 2 weeks ago
76c8a4b
[libc] Fix hdrgen test test_small_proxy.h (#185890)
by Victor Campos
· 2 weeks ago
7e125c6
[libc] Add entrypoint for iswxdigit (#185574)
by Zorojuro
· 2 weeks ago
eb8d08a
[libc] add iswblank entrypoint (#185272)
by alowqie
· 2 weeks ago
3a1306c
[libc] Force to inline syscall_impl on x86_64 (#178153)
by Jakob Koschel
· 2 weeks ago
909a7c2
[libc] Implement iswgraph entrypoint (#185339)
by Xinlong Chen
· 2 weeks ago
06c59f2
[libc] Fix detection of cfloat128 (#185486)
by bkuhls
· 2 weeks ago
1dd981b
[libc] Implement iswspace entrypoint (#185269)
by Jiří Filek
· 2 weeks ago
044963a
[libc] Add missing const qualifiers to a few functions in <time.h> (#185311)
by Alexey Samsonov
· 2 weeks ago
b4ed2f8
[libc][math] Add cbrtbf16 math function (#180327)
by sohail
· 2 weeks ago
0f58266
[Clang] Add more scan / reduce operations to 'gpuintrin.h' (#185525)
by Joseph Huber
· 2 weeks ago
5191e2a
[libc] implement iswcntrl entrypoint (#185273)
by valium007
· 2 weeks ago
Next »