Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project
/
libc
/
HEAD
236af5c
[libc] wcscspn implementation (#146158)
by sribee8
· 18 minutes ago
main
34e6c8e
[libc][obvious] Fixed typos in some wchar headers (#146413)
by sribee8
· 20 hours ago
f1f7d9a
[libc] wcstok implementation (#145989)
by Uzair Nawaz
· 23 hours ago
e580413
[libc] implement sigsetjmp for thumb/thumb2/armv7-a (#138147)
by Schrodinger ZHU Yifan
· 24 hours ago
00de13d
[libc] Efficiently implement 'realloc' for AMDGPU devices (#145960)
by Joseph Huber
· 27 hours ago
97c89c7
[libc] Changed CharacterConverter returns (#146130)
by sribee8
· 4 days ago
c11750a
[libc] Add and use 'cpp::launder' to guard placement new (#146123)
by Joseph Huber
· 4 days ago
58ec325
[libc] Implemented wcsnlen (#145610)
by sribee8
· 4 days ago
d9dd309
[libc] Fix the risc-v half precison float feature check (#145894)
by Hans Wennborg
· 5 days ago
b88c8f1
[libc] Improve memcpy for ARM Cortex-M supporting unaligned accesses. (#144872)
by Guillaume Chatelet
· 5 days ago
02dd865
[libc] Enable all f16 math functions on the GPU (#145813)
by Joseph Huber
· 6 days ago
432de05
[libc] Error fixes for mbrtowc and wcrtomb (#145785)
by sribee8
· 6 days ago
ca581f5
[libc] Implemented wctomb (#145554)
by Uzair Nawaz
· 6 days ago
69cd9cf
[libc] Added isValidState to CharacterConverter class to ensure a provided mbstate is valid (#145564)
by Uzair Nawaz
· 6 days ago
12f5b1e
[libc] wcpncpy implementation (#145430)
by sribee8
· 8 days ago
6428015
[libc] mbtowc implementation (#145405)
by sribee8
· 8 days ago
718365e
[libc] Fix broken links in libc (#145199)
by Shubh Pachchigar
· 8 days ago
4f70eba
[libc] wcpcpy implementation (#144802)
by sribee8
· 8 days ago
3dc83ee
[libc] Fix feature check for riscv (#145169)
by Mikhail R. Gadelha
· 10 days ago
79a5aa1
[libc] Implemented wcrtomb internal function and public libc function (#144596)
by Uzair Nawaz
· 11 days ago
deb10cf
[libc] Added closing quote (#145101)
by sribee8
· 11 days ago
8b29138
[libc] mbrtowc implementation (#144760)
by sribee8
· 11 days ago
56baf8d
[libc] Reworked CharacterConverter isComplete into isFull and isEmpty (#144799)
by Uzair Nawaz
· 11 days ago
ff7f3f1
[libc] Use `raise_except_if_required` for log2f. (#144961)
by lntue
· 12 days ago
e09972e
[libc] Skip x87 floating point register and only update mxcsr for x86_64 targets when raising exceptions inside math functions. (#144951)
by lntue
· 12 days ago
6647635
[libc] Fix bug in LIBC_CONF_ERRNO_MODE being undefined (#144896)
by William Huynh
· 12 days ago
9650f91
[libc][math] Skip setting errno and floating point exception for math functions when LIBC_MATH flag has LIBC_MATH_NO_ERRNO and LIBC_MATH_NO_EXCEPT. (#144920)
by lntue
· 12 days ago
9a3b59b
[libc] Fix setjmp build order. (#144917)
by lntue
· 12 days ago
9aa1b1c
Implement `sigsetjmp` and `siglongjmp` for darwin/aarch64 (#139555)
by Aly ElAshram
· 12 days ago
66ae6e2
[libc] Internal getrandom implementation (#144427)
by sribee8
· 13 days ago
581c48a
[libc][printf] Fix out-of-range shift in float320 printf (#144542)
by Simon Tatham
· 13 days ago
1b99bf3
[libc] Moved shared constexpr to the top (#144569)
by sribee8
· 14 days ago
3d71fc6
Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest. (#144134)
by Alexey Samsonov
· 14 days ago
f9b6c91
Reland "[libc] utf8 to 32 CharacterConverter" (#144450)
by sribee8
· 14 days ago
323133e
Revert "[libc] utf8 to 32 CharacterConverter" (#144446)
by sribee8
· 2 weeks ago
7c612f6
[libc] utf8 to 32 CharacterConverter (#143973)
by sribee8
· 2 weeks ago
78ba16e
[libc] build fix: always use our char8_t headers even in overlay mode (#144433)
by Uzair Nawaz
· 2 weeks ago
ad81126
[libc] Implemented CharacterConverter push/pop for utf32->utf8 conversions (#143971)
by Uzair Nawaz
· 2 weeks ago
2612fb8
[libc] Change default behaviour of baremetal/printf to use stdout (#143703)
by William Huynh
· 2 weeks ago
ced0173
[libc] Removed public function calls in table.h (#144168)
by sribee8
· 2 weeks ago
a2f7b48
Revert "Turn LIBC_COPT_STRING_UNSAFE_WIDE_READ on by default" (#144167)
by Amy Huang
· 3 weeks ago
fb9fcf4
Turn LIBC_COPT_STRING_UNSAFE_WIDE_READ on by default (#144163)
by Amy Huang
· 3 weeks ago
ff75100
[libc] Output all headers with LIBC_CONF_OUTPUT_ALL_HEADERS (#144114)
by William Huynh
· 3 weeks ago
9091db2
Fix string_length function so that it always returns. (#144148)
by Amy Huang
· 3 weeks ago
418b61e
[libc] Fix missing errno include in fuzzer (#144132)
by Michael Jones
· 3 weeks ago
6373b3c
Revert "Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest."" (#144129)
by Alexey Samsonov
· 3 weeks ago
eccd608
[libc][NFC] clean internal fd handling (#143991)
by Michael Jones
· 3 weeks ago
90b7e68
[libc] Fix bugs found when testing with all headers (#144049)
by William Huynh
· 3 weeks ago
4882163
Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143972)
by Alexey Samsonov
· 3 weeks ago
49fc6d3
[libc] Implemented wmemmove (#142245)
by Uzair Nawaz
· 3 weeks ago
66dee86
[libc][NFC] Accept doc fix (#143996)
by Michael Jones
· 3 weeks ago
7584e43
[libc] Independent strcat/strncat/stpcpy (#142643)
by Michael Jones
· 3 weeks ago
5bb0508
[libc] Prevent building wchar on MacOS (#143978)
by Uzair Nawaz
· 3 weeks ago
08eb9b0
[libc] Changed mbstate struct (#143942)
by sribee8
· 3 weeks ago
1f64d05
[libc] Implement perror (#143624)
by Michael Jones
· 3 weeks ago
986950c
[libc] Build fixes for widechar characterconverter (#143805)
by Uzair Nawaz
· 3 weeks ago
f251db2
[libc][math] Refactor expf implementation to header-only in src/__support/math folder. (#143790)
by lntue
· 3 weeks ago
175e071
[libc] Update size_t and ssize_t definitions to use __SIZE_TYPE__ and __PTRDIFF_TYPE__ respectively. (#143921)
by lntue
· 3 weeks ago
21a229b
[libc] Fix ioctl errno inclusion (#143928)
by Michael Jones
· 3 weeks ago
307e26d
[libc] add ioctl (#141393)
by W. Turner Abney
· 3 weeks ago
055f29a
Revert "[libc] Migrate stdio tests to ErrnoCheckingTest." (#143829)
by Alexey Samsonov
· 3 weeks ago
f22256f
Revert "[libc] Fix stdio tests after #143802" (#143824)
by Kewen12
· 3 weeks ago
1b5d80e
[libc] Fix stdio tests after #143802 (#143810)
by Michael Jones
· 3 weeks ago
07c1b15
[libc] Migrate stdio tests to ErrnoCheckingTest. (#143802)
by Alexey Samsonov
· 3 weeks ago
5e53bc1
[libc] Perform bitfield zero initialization wave-parallel (#143607)
by Joseph Huber
· 3 weeks ago
e6a1e9c
[libc][obvious] Changed incorrect type (#143780)
by sribee8
· 3 weeks ago
0b6dd67
[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTEM to be header-only. (#143187)
by lntue
· 3 weeks ago
c8c0f90
[libc] Switched calls to inline_memcpy to __builtin_memcpy for wide char utilities (#143011)
by Uzair Nawaz
· 3 weeks ago
8a80ad2
[libc] Character converter skeleton class (#143619)
by Uzair Nawaz
· 3 weeks ago
383ed10
[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#143767)
by Alexey Samsonov
· 3 weeks ago
a0e8b4f
[libc] Add NULL macro definitions to header files (#142764)
by William
· 3 weeks ago
510c722
[libc][NFC] Remove template from GPU allocator reference counter
by Joseph Huber
· 3 weeks ago
3054d97
Disable prctl test when building for arm or riscv. (#143627)
by Amy Huang
· 3 weeks ago
2be4a57
[libc] Simplify wcscmp (#143457)
by Michael Jones
· 3 weeks ago
c7b224d
[libc][NFC] Remove unused CMake for gpu math
by Joseph Huber
· 3 weeks ago
da0ce69
[libc][GPU] clean up includes (#143203)
by Michael Jones
· 4 weeks ago
61f5b06
[libc] Missing include in RPC test
by Joseph Huber
· 4 weeks ago
ac09284
[libc] Add definitions to embedded AArch32/AArch64 (#142597)
by William
· 4 weeks ago
789bd4f
[libc] Fix missing includes after transitive dependency changed
by Joseph Huber
· 4 weeks ago
50f3fa0
[libc] clean up string_utils memory functions (#143031)
by Michael Jones
· 4 weeks ago
2afa16f
[libc] clean up unused exp_utils (#143181)
by Michael Jones
· 4 weeks ago
e54a2ca
[libc] Cleanup unimplemented math functions (#143173)
by Joseph Huber
· 4 weeks ago
e27b56f
[libc] Correct x86_64 architecture for string(s) tests. (#143150)
by lntue
· 4 weeks ago
39b4cdb
[libc] Coalesce bitfield access in GPU malloc (#142692)
by Joseph Huber
· 4 weeks ago
df92296
[libc] Expand usage of libc null checks. (#116262)
by Aly ElAshram
· 4 weeks ago
644c27c
[libc] wmemchr implementation (#142640)
by sribee8
· 4 weeks ago
00f64ff
[libc] wcsncpy implementation (#142237)
by sribee8
· 4 weeks ago
f5a9e56
[libc] Also remove _FORTIFY_SOURCE before including <stdlib.h> in overlay mode. (#142647)
by lntue
· 4 weeks ago
08268dd
[libc] wcscat implementation (#142243)
by sribee8
· 4 weeks ago
81a117b
[libc][obvious] fix wchar yaml formatting (#142506)
by Michael Jones
· 4 weeks ago
858aea4
[libc] Implemented wcsncmp (#142429)
by Uzair Nawaz
· 4 weeks ago
9e1d517
[libc] wcsstr implementation (#142440)
by sribee8
· 4 weeks ago
5d71056
[libc] added nullptr checks for wcspbrk (#142216)
by Uzair Nawaz
· 4 weeks ago
24d911f
[libc] wcsncat implementation (#142431)
by sribee8
· 4 weeks ago
7c1c135
[libc] Implemented wcsrchr (#142436)
by Uzair Nawaz
· 4 weeks ago
9766420
[libc] Implemented wcscmp (#142423)
by Uzair Nawaz
· 4 weeks ago
97e9293
[libc] Implemented wmempcpy (#142067)
by Uzair Nawaz
· 4 weeks ago
d5ab9dc
[libc] wcscpy implementation (#142228)
by sribee8
· 4 weeks ago
bde5783
[libc][math][c23] Add atanf16() function (#141612)
by wldfngrs
· 4 weeks ago
ae3302c
[libc][obvious] Fixed wchar.yaml (#142238)
by sribee8
· 5 weeks ago
Next »