Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project
/
libc
/
HEAD
0de8f72
[libc][NFC] Make LIBC_MATH safer and some minor improvements for floating point exception tests. (#199392)
by lntue
· 49 minutes ago
main
91fa892
[libc] Fix shared math tests for gcc-13. (#199318)
by lntue
· 21 hours ago
8ffb8a9
[libc][NFC] Reduce the test size for math functions by default. (#199308)
by lntue
· 29 hours ago
849cbd1
[libc][NFC][wctype] Fix test ci for old drivers (#199307)
by Muhammad Bassiouni
· 30 hours ago
f692332
[libc] Enforce standard identifier validation in hdrgen (#198971)
by Jeff Bailey
· 2 days ago
9051206
Revert "[libc] Enable baremetal float printf using modular format" (#199114)
by Daniel Thornburgh
· 2 days ago
07ac809
[libc] Enable baremetal float printf using modular format (#198900)
by Daniel Thornburgh
· 3 days ago
4724638
[libc][math] Add gcc-7 to 9 compatibility for shared math. (#197868)
by lntue
· 3 days ago
f5666d0
Implement linux-specific sendmmsg(2) (#198778)
by Pavel Labath
· 3 days ago
fa0a05d
[libc] Make FreeListHeap::free ignore null pointers. (#198834)
by Simi Pallipurath
· 3 days ago
0f11f75
[libc][NFC] Lowercase standard identifiers in YAML files (#198854)
by Jeff Bailey
· 3 days ago
c4aac07
[libc] Implement pthread_sigmask (#198682)
by Alexey Samsonov
· 3 days ago
f4471a8
[libc] Update prctl() declaration to use variadic arguments. (#198654)
by Alexey Samsonov
· 3 days ago
183c85d
[libc][nfc] Include header for EFIAPI macro (#198876)
by Jackson Stogel
· 3 days ago
58bbde5
[libc] implement alarm entrypoint (#198620)
by Jeff Bailey
· 3 days ago
631c40c
[libc] move mblen to stdlib (#198642)
by Michael Jones
· 4 days ago
d9bcd74
[libc] Fix modular printf attributes (#194003)
by Volodymyr Turanskyy
· 4 days ago
6e99b5d
[libc] Change POSIX to posix in unistd.yaml (#198745)
by Jeff Bailey
· 4 days ago
ec245ea
[libc] Use scope_exit to clean up resources in tests (#196120)
by Pavel Labath
· 4 days ago
93e4b7a
[libc][math] Undefine issignaling macro for issignaling implementation. (#198686)
by lntue
· 4 days ago
1a9f7e8
[libc] clean up wchar file deps and includes (#198648)
by Michael Jones
· 4 days ago
05a697d
[libc][wctype] Add perfect hash map for conversion functions (#187670)
by Muhammad Bassiouni
· 4 days ago
836f877
[libc][freebsd] initialize freebsd support (#124459)
by Schrodinger ZHU Yifan
· 4 days ago
5182a89
[libc][mathvec] Add exhaustive tester for SIMD math routines (#189488)
by DylanFleming-arm
· 5 days ago
631bc43
[libc] Remove broken __builtin_aarch64_wsr fallback in set_thread_ptr (#197295)
by Luca Barbato
· 5 days ago
5755bc3
[libc] implement putwc (#196165)
by Michael Jones
· 5 days ago
29c0db5
[libc] implement getwchar (#196164)
by Michael Jones
· 5 days ago
9713739
[libc][NFC] Fix typos in time.yaml keys for header generation (#198551)
by Jeff Bailey
· 5 days ago
fe5609b
[libc] implement fgetws (#196161)
by Michael Jones
· 5 days ago
968b5b7
[libc] implement fputws (#196160)
by Michael Jones
· 5 days ago
658252e
[libc] implement fputwc (#196158)
by Michael Jones
· 5 days ago
b094380
[libc] prefer *at syscalls in sys/stat wrappers (#197940)
by Kiriti Ponduri
· 5 days ago
9ba33d9
[libc] Port remaining socket functions to syscall_wrappers (#198463)
by Pavel Labath
· 5 days ago
7e39ba9
Fix unused parameter for add_bitcode_entrypoint_library for GPU Libc (#198458)
by jinge90
· 5 days ago
c7358e8
[libc] Add struct sockaddr_in (#197909)
by Pavel Labath
· 5 days ago
8876223
[libc][cmake] Don't assume CPU features in cross builds (#198308)
by dcandler
· 5 days ago
25682ef
[libc] Add regex_macros dependency to regex header (#198453)
by Jeff Bailey
· 5 days ago
ad542c9
[libc] Migrate socket syscall wrappers to syscall_checked (#198241)
by Pavel Labath
· 5 days ago
c74e3ae
[flang-rt][NFC] Clean up warnings when building flang-rt (#198384)
by Joseph Huber
· 5 days ago
2025a0b
[libc][NFC] Fix #endif comments in hdr/ proxy headers (#198313)
by Jeff Bailey
· 6 days ago
9ca3c07
[libc] Add POSIX regex stub implementation and build infrastructure (#196995)
by Jeff Bailey
· 6 days ago
11442e9
[libc] Enable arpa/inet.h entrypoints in overlay mode (#198270)
by Pavel Labath
· 6 days ago
791987b
[libc] Demote compiler check error to a warning (#198033)
by Joseph Huber
· 6 days ago
f1cf8be
[libc] Disable newly added -Wfenv-access clang warning (#198303)
by Pavel Labath
· 6 days ago
977c122
[libc][ctype] fix macro guard collisions in locale-aware headers (#198279)
by Jeff Bailey
· 6 days ago
c352090
[libc] Introduce a typed syscall wrapper and use it in mmap (#197459)
by Pavel Labath
· 6 days ago
1dbb88a
[libc][math] Fix pow() subnormal base exponent computation (#198134)
by Nico Weber
· 6 days ago
4380df3
[libc] Make cpp::byte alias-safe (#194171)
by Mikhail R. Gadelha
· 8 days ago
3d2b12e
[libc] Fix install-libc to work with LLVM_LIBC_FULL_BUILD=OFF (#197366)
by Luca Barbato
· 8 days ago
2f06c23
[libc] Add config option to use memory builtin functions. (#197977)
by lntue
· 8 days ago
0575f38
[libc] Reduce number of iterations in threading tests. (#198030)
by Michael Jones
· 8 days ago
2faf6a6
[libc] Fix shadowing in printf (#197985)
by Michael Jones
· 8 days ago
bd1c313
[libc] implement ungetwc (#196162)
by Michael Jones
· 9 days ago
ba8cef7
[libc] implement fgetwc (#196159)
by Michael Jones
· 9 days ago
7fb1b7c
[libc] implement getwc (#196163)
by Michael Jones
· 9 days ago
a9b5497
[libc] implement putwchar (#196166)
by Michael Jones
· 9 days ago
532df63
[libc] Disable GCC 12 waccess passes to fix ICE in environ_internal (#197916)
by Jeff Bailey
· 9 days ago
dc3c829
[libc] Fix truncation warning/error in #197694 (#197889)
by Pavel Labath
· 9 days ago
0e6fee0
[libc] Add some checks to the mmap wrapper (#197694)
by Pavel Labath
· 9 days ago
9c9aa8f
[libc] Fix LIBC_HAS_CONSTANT_EVALUATION macro and re-add LIBC_ENABLE_CONSTEXPR control. (#197774)
by lntue
· 9 days ago
7fe9418
[libc][hdrgen] Extend guard attribute support for types (#191663)
by Mohammed Ashraf
· 9 days ago
5ccbd64
[libc][math] Fix UBSan errors from left-shifting negative values (#197747)
by Jinsong Ji
· 9 days ago
426c3fd
[libc] Restore sysconf to default entrypoints (#197696)
by Jeff Bailey
· 10 days ago
250eeca
[libc] Include correct headers in type_traits (#197691)
by Aiden Grossman
· 10 days ago
55fd990
[libc] Fix shared math for gcc-7 or older compatibility. (#197476)
by lntue
· 10 days ago
46bdd39
[libc] prefer *at syscalls in sys/stat wrappers (#195792)
by Kiriti Ponduri
· 10 days ago
cc78945
[libc] Remove legacy SYS_socketcall fallbacks (#197189)
by Pavel Labath
· 10 days ago
d305720
[libc][math] Fix exp10m1f(-0) in SKIP_ACCURATE_PASS mode (#197650)
by Simon Tatham
· 10 days ago
69e0a0e
[libc] Implement getsockname and getpeername (#197196)
by Pavel Labath
· 10 days ago
da01ad5
[libc] Implement the linux-specific memfd_create syscall wrapper (#197439)
by Pavel Labath
· 10 days ago
c3c1c9b
[libc] Remove sysconf from Scudo integration test entrypoints (#197639)
by Jeff Bailey
· 10 days ago
42ad9d5
[libc] Fix for SYS_mmap2 offset computation (#197413)
by Pavel Labath
· 10 days ago
46a8d2a
[libc] Add LLVM_LIBC_ENABLE_EXPERIMENTAL_ENTRYPOINTS CMake flag (#197537)
by Jeff Bailey
· 10 days ago
fe324ab
Fix libc building errors for SPIRV target (#197381)
by jinge90
· 10 days ago
4862c31
[libc] Build with -Wshadow (#197516)
by Nico Weber
· 11 days ago
a4a24dd
[libc][mutex] add error checking support (#197035)
by Schrodinger ZHU Yifan
· 11 days ago
eea1df9
Reapply "[libc][NFC] Propagate LIBC_CONSTEXPR qualifier for those depending on bitt_cast." (#197462) (#197498)
by lntue
· 11 days ago
6af8f50
Revert "Reland "[libc][NFC] Propagate LIBC_CONSTEXPR qualifier for those depending on bit_cast."" (#197492)
by Jordan Rupprecht
· 11 days ago
5eac266
Reland "[libc][NFC] Propagate LIBC_CONSTEXPR qualifier for those depending on bit_cast." (#197479)
by Muhammad Bassiouni
· 11 days ago
92070bd
Revert "[libc][NFC] Propagate LIBC_CONSTEXPR qualifier for those depending on bitt_cast." (#197462)
by Muhammad Bassiouni
· 11 days ago
57ec008
[libc] Only back off GPU allocation under high contention (#197170)
by Joseph Huber
· 11 days ago
f4b0dc5
[libc][NFC] Propagate LIBC_CONSTEXPR qualifier for those depending on bitt_cast. (#197355)
by lntue
· 11 days ago
d783bfc
[libc][NFC] Increase minimum GCC version for `LIBC_CONSTEXPR` to 11 (#197333)
by Muhammad Bassiouni
· 11 days ago
0369278
[libc][NFC] Add `is_constant_evaluated` support for GCC9 (#197327)
by Muhammad Bassiouni
· 11 days ago
70deab0
[libc] Temporarily disable iscanonical, isnan, issignaling in shared/math.h (#197328)
by lntue
· 11 days ago
c29fd71
[libc][math] fix rounding issue in tanhf (#197260)
by Schrodinger ZHU Yifan
· 11 days ago
0e4252b
[libc] Implement pthread_getthreadid_np and pthread_getunique_np. (#197027)
by Alexey Samsonov
· 11 days ago
823dd52
[libc] Pass -c to compiler when detecting target (#197012)
by Nico Weber
· 12 days ago
ed5e741
Revert "[libc] Build with -Wshadow" (#197201)
by Nico Weber
· 12 days ago
063a0b0
[libc] Build with -Wshadow (#196519)
by Nico Weber
· 12 days ago
580f78a
[libc] Use correct include path for in_port_t.h (#197187)
by Aiden Grossman
· 12 days ago
47fdfaf
[libc] Remove some global printf_core declarations in float_dec_converter.h (#196860)
by Nico Weber
· 12 days ago
a649e03
[libc] Add some types to netinet/in.h (#196932)
by Pavel Labath
· 12 days ago
0baa475
[libc] Remove global printf_core StorageType declarations in float_inf_nan_converter.h (#196859)
by Nico Weber
· 12 days ago
0b3e9e6
[libc] Fix -Wshadow warning in sqrtf128.h (#196851)
by Nico Weber
· 12 days ago
578252a
[libc] Fix -Wshadow warning in IntegrationTest/test.cpp (#196858)
by Nico Weber
· 12 days ago
d7c0cc1
[libc] Fix -Wshadow warning in HashTable/table.h (#196857)
by Nico Weber
· 12 days ago
988cf80
[libc] Fix -Wshadow warnings in inline_strlen.h (#196855)
by Nico Weber
· 12 days ago
7441800
[libc] Fix -Wshadow warnings in getopt.cpp (#196853)
by Nico Weber
· 13 days ago
8bb18b6
[libc] Fix -Wshadow warning in raw_rwlock.h (#196852)
by Nico Weber
· 13 days ago
Next »