Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project
/
libc
/
HEAD
2d2d975
[libc] Add stub pthread_attr_getschedparam / pthread_attr_setschedparam (#173440)
by Roland McGrath
· 25 hours ago
main
87edf87
[libc] add missing header to alloc-checker (#173400)
by Kyungtak Woo
· 34 hours ago
57aec3d
[libc] Split out src/__support/alloc-checker.h (#173104)
by Roland McGrath
· 2 days ago
aafc91c
[libc][math] Add LIBC_CONF_MATH_USE_SYSTEM_FENV / LIBC_MATH_USE_SYSTEM_FENV (#172902)
by lntue
· 2 days ago
7ef6dec
[libc][docs] Update website to reflect new strategy (#168637)
by Michael Jones
· 5 days ago
2fb0746
[libc][math] Refactor expm1f implementation to header-only in src/__support/math folder. (#162131)
by Muhammad Bassiouni
· 5 days ago
d23de8f
[libc] Add `IN6_IS_ADDR_V4COMPAT` (#172646)
by Connector Switch
· 7 days ago
5414b12
[libc] Add `IN6_IS_ADDR_V4MAPPED` (#172645)
by Connector Switch
· 7 days ago
e086ecc
[libc] Add `IN6_IS_ADDR_MC*` (#172643)
by Connector Switch
· 7 days ago
079af2b
[libc] Add `IN6_IS_ADDR_MULTICAST` (#172498)
by Connector Switch
· 7 days ago
cb08458
[libc] Add `IN6_IS_ADDR_LOOPBACK` (#172312)
by Connector Switch
· 7 days ago
f604cb0
[libc] Add `IN6_IS_ADDR_UNSPECIFIED` (#172311)
by Connector Switch
· 7 days ago
f93394b
[libc] Cast the error value to int (#172724)
by Petr Hosek
· 7 days ago
572b175
[libc][fenv] Fix performance regression for x86 mxcsr utilities. (#172717)
by lntue
· 7 days ago
63e0da3
[libc] Support opaque FILE* on baremetal (#168931)
by Petr Hosek
· 7 days ago
3696c63
libc: Prefix Rounding Control Error enum to avoid conflict in windows build (#172562)
by Jinsong Ji
· 8 days ago
8f6ce09
[libc][CPP] make the string trap on OOM (#172260)
by Schrodinger ZHU Yifan
· 8 days ago
827833f
[libc][fuzzing] Improve printf long double fuzzing (#172113)
by Michael Jones
· 8 days ago
d133487
[libc] Add Darwin mutex support via os_sync primitives (#167722)
by Shreeyash Pandey
· 8 days ago
8664ce0
[libc] Fix ifdef in compiler.h. (#172324)
by lntue
· 10 days ago
8b1a97e
Revert "[APFloat] Add exp function for APFloat::IEEESsingle using expf implementation from LLVM libc. (#143959)" (#172325)
by Mehdi Amini
· 10 days ago
ef2b68d
[APFloat] Add exp function for APFloat::IEEESsingle using expf implementation from LLVM libc. (#143959)
by lntue
· 10 days ago
6d7c6be
[libc] Add `IN6_IS_ADDR_{LINK, SITE}LOCAL` (#168207)
by Connector Switch
· 12 days ago
77e7317
[libc] Properly fix printf long double subnormals (#172103)
by Michael Jones
· 12 days ago
779a149
[libc][wctype][codegen] Add generation script for conversion data (#170868)
by Muhammad Bassiouni
· 13 days ago
0e00899
[libc] Refactor static polymorphism in WriteBuffer (NFC). (#169089)
by Alexey Samsonov
· 13 days ago
23e6e98
[libc] Add support for getpagesize. (#171713)
by Sterling-Augustine
· 13 days ago
4c5158f
[libc][darwin] avoid importing macros conflicting with function names in overlay mode (#171691)
by Schrodinger ZHU Yifan
· 13 days ago
378f0c3
[libc][docs] Add a sunset policy to porting docs (#168936)
by Michael Jones
· 13 days ago
03f822d
[libc] move abs_timesout and monotonicity out of linux dir (#167719)
by Shreeyash Pandey
· 2 weeks ago
a351f26
Include inline_strlen.h on aarch64 only if the target has vector instrucions (#170892)
by Sterling-Augustine
· 3 weeks ago
56b08a0
[libc][fenv] Refactor x86 fenv implementations to make it work for various fenv_t. (#165015)
by lntue
· 3 weeks ago
3080c1e
[libc] Remove extra commas in linux/config.json. (#170801)
by lntue
· 3 weeks ago
ba94346
Add commas for riscv and arm configs. (#170776)
by Sterling-Augustine
· 3 weeks ago
6a4b880
Reland Refactor WIDE_READ to allow finer control over high-performance function selection (#165613) (#170738)
by Sterling-Augustine
· 3 weeks ago
fb2c7d1
Revert "Refactor WIDE_READ to allow finer control over high-performance function selection" (#170717)
by Sterling-Augustine
· 3 weeks ago
eda24b5
Refactor WIDE_READ to allow finer control over high-performance function selection (#165613)
by Sterling-Augustine
· 3 weeks ago
acd112a
[libc][math] Refactor expm1 implementation to header-only in src/__support/math folder. (#162127)
by Muhammad Bassiouni
· 3 weeks ago
d6bc69d
[libc][wctype] Add cmake flag for configuring wctype implementation used (#170531)
by Marcell Leleszi
· 3 weeks ago
3b327fe
[libc] make clock_conversion.h common and document it (#167723)
by Shreeyash Pandey
· 3 weeks ago
d8edd8a
[libc][malloc] Ensure a minimum block alignment of 4 (#169447)
by Daniel Thornburgh
· 3 weeks ago
a8386ea
[libc][docs] Add links to 2025 talks. (#170206)
by lntue
· 3 weeks ago
fe97633
[libc] Remove btowc / wctob from wctype_utils internal header. (#170200)
by Alexey Samsonov
· 3 weeks ago
f950018
[libc] Add clock_gettime for Darwin (#167160)
by Shreeyash Pandey
· 4 weeks ago
9a11cf0
[libc][darwin] add internal::exit (#166357)
by Shreeyash Pandey
· 4 weeks ago
edf4f16
[libc][test] split exit tests into two separate tests (#169820)
by Shreeyash Pandey
· 4 weeks ago
c959eff
[libc][darwin] add syscall numbers from macos sdk (#166354)
by Shreeyash Pandey
· 4 weeks ago
b2be5ea
[libc] Add missing dependencies for arpa/inet.h header. (#168951)
by Alexey Samsonov
· 5 weeks ago
7bfc6fb
[libc] Removed unused flags from baremetal cache files (#168942)
by Petr Hosek
· 5 weeks ago
c728e05
[libc][math] Add float-only implementation for atanf. (#167004)
by lntue
· 5 weeks ago
8aabeb5
[Clang] Gut the libc wrapper headers and simplify (#168438)
by Joseph Huber
· 5 weeks ago
6fd0dc0
[libc] Fix -Wshorten-64-to-32 in fileop_test. (#168451)
by Alexey Samsonov
· 5 weeks ago
d200fec
[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)
by Jackson Stogel
· 5 weeks ago
bb256f4
[libc] implement inet_addr (#167708)
by Connector Switch
· 5 weeks ago
13dfac3
[libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)
by Alexey Samsonov
· 5 weeks ago
74b2517
[libc] Implement wcstod and wcstold. (#168020)
by Alexey Samsonov
· 5 weeks ago
df71239
[libc][Github] Perform baremetal libc builds (#167583)
by Prabhu Rajasekaran
· 5 weeks ago
de889cc
[libc][POSIX][RISCV] Disabled clock_settime on RV32 (#168006)
by Anton Shepelev
· 6 weeks ago
6e857dd
[libc] fix EXPECT_EXIT suspend/timeout for darwin (#166065)
by Shreeyash Pandey
· 6 weeks ago
4ddb198
Revert "[libc][test] split exit tests into two separate tests" (#168102)
by Schrodinger ZHU Yifan
· 6 weeks ago
93888fc
[libc] Allow user-defined LIBC_ASSERT macro. (#168087)
by lntue
· 6 weeks ago
36225b4
[libc][test] split exit tests into two separate tests (#166355)
by Shreeyash Pandey
· 6 weeks ago
84be7d5
[libc] replace for loops with a call to memcpy in File (#165219)
by Shreeyash Pandey
· 6 weeks ago
b75625e
[libc] Templatize strtofloatingpoint and implement wcstof. (#167755)
by Alexey Samsonov
· 6 weeks ago
58b6b39
[libc][NFC] Fix warnings in RPC server code
by Joseph Huber
· 6 weeks ago
5a66c73
[libc][stdlib] Simplify getenv_test by using strcmp instead of custom helper (#163055)
by Jeff Bailey
· 6 weeks ago
ab6a8b3
[libc] allow UnitTest suite to be compiled on darwin (#166062)
by Shreeyash Pandey
· 6 weeks ago
8334c6f
[libc] Handle the `unknown` default target in CMake (#115122)
by Petr Hosek
· 6 weeks ago
77a2ee0
[libc] Add support for MVE to Arm startup code (#167338)
by Victor Campos
· 6 weeks ago
769f974
[runtimes][GTest] LLVM-independent unittests (#164794)
by Michael Kruse
· 6 weeks ago
d9bf42c
[libc] Use function overloads to make string parsing code more generic. (#167417)
by Alexey Samsonov
· 6 weeks ago
10a4a01
[libc] Use a sensible default when TEST_UNDECLARED_OUTPUTS_DIR is unset. (#167422)
by Sterling-Augustine
· 6 weeks ago
c34002f
[libc][math] Add `asin` to baremetal Arm and AArch64 (#167339)
by Victor Campos
· 6 weeks ago
dd3f571
[libc][POSIX] Add clock_settime() function for Linux (#161729)
by Anton Shepelev
· 6 weeks ago
a73ed61
[libc] Implement fchown (#167286)
by Anshul Nigham
· 6 weeks ago
24ec61a
[libc] Refactor strftime internals to handle size_t return values (#166901)
by Marcell Leleszi
· 6 weeks ago
c3a34d7
[libc] add an SVE implementation of strlen (#167259)
by Schrodinger ZHU Yifan
· 6 weeks ago
cfc212a
[libc] fwrite_unlocked: only return errno if an actual error occurred. (#167350)
by Sterling-Augustine
· 6 weeks ago
364a79c
Reapply "[libc] Return errno from OFD failure paths in fcntl." (#166658) (#166846)
by Jackson Stogel
· 6 weeks ago
f3d3487
[libc] add various macros relate to *ADDR* (#164830)
by Connector Switch
· 7 weeks ago
08b3cc2
[libc] add cpu feature flags for SVE/SVE2/MOPS (#166884)
by Schrodinger ZHU Yifan
· 7 weeks ago
8681aed
[libc][math] Enable math acos for baremetal Arm and AArch64 (#166749)
by Victor Campos
· 7 weeks ago
c112d01
[libc] Add localtime_r to baremetal entrypoints (#166677)
by Prabhu Rajasekaran
· 7 weeks ago
c6c22ed
[libc] Disable overflow test in strfromtest on riscv32 (#166719)
by Marcell Leleszi
· 7 weeks ago
e2f3c1f
[libc] Fix stale char_ptr for find_first_character_wide read (#166594)
by Sterling-Augustine
· 7 weeks ago
022e758
[libc] Enable the FPU in Arm startup code (#166349)
by Victor Campos
· 7 weeks ago
ada0b9b
Fix bazel build issue caused in #166517 (#166734)
by Karlo Basioli
· 7 weeks ago
1ed74cf
Revert "[libc] Return errno from OFD failure paths in fcntl." (#166658)
by Jackson Stogel
· 7 weeks ago
a220219
[libc] Return errno from OFD failure paths in fcntl. (#166252)
by Jackson Stogel
· 7 weeks ago
2cab550
[libc] Allow openat and creat to return fd 0. (#166466)
by Jackson Stogel
· 7 weeks ago
24e8f62
[libc] Add printf error handling (with fixes #2) (#166517)
by Marcell Leleszi
· 7 weeks ago
dc055a4
[libc] Make errno asserts noop on gpu targets (#166606)
by Marcell Leleszi
· 7 weeks ago
899043e
[libc] Migrate wctype_utils to use wchar_t where applicable. (#166234)
by Alexey Samsonov
· 7 weeks ago
d7aa988
[libc] Migrate ctype_utils to use char instead of int where applicable. (#166225)
by Alexey Samsonov
· 7 weeks ago
22f5bdc
[libc][math] Refactor the `math_errhandling` macro definition (#166350)
by Victor Campos
· 7 weeks ago
feb3f60
[libc][math] Refactor exp2m1f16 implementation to header-only in src/__support/math folder. (#162019)
by Muhammad Bassiouni
· 7 weeks ago
23d62a1
[libc][math] Disable `FEnvSafeTest.cpp` if AArch64 target has no FP support (#166370)
by Victor Campos
· 7 weeks ago
643a414
Revert commit d8e5698 and 15b19c7 (#166498)
by Kewen Meng
· 7 weeks ago
8fd6042
[libc] Fix fprintf_test assuming specific errnos. (#166479)
by Michael Jones
· 7 weeks ago
cced391
[libc] Fix printf long double bugs (#166474)
by Michael Jones
· 7 weeks ago
Next »