| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Fix integer overflow for large offsets in lseek. (#162394) Currently, the return value LIBC_NAMESPACE::syscall_impl<int>(SYS_lseek, fd, offset, whence) will overflow when seeking on files >4GB. | 9 个月前 | |
| 11 个月前 | ||
[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTEM to be header-only. (#143187) This is the first step in preparation for: https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450 | 1 年前 | |
[libc] Remove the #include <stdlib.h> header (#114453) | 1 年前 | |
[libc] replace for loops with a call to memcpy in File (#165219) Addresses TODOs in file.cpp by replacing data copies via for loops with calls to inline_memcpy. Signed-off-by: Shreeyash Pandey <shreeyash335@gmail.com> | 8 个月前 | |
[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h> includes. (#150303) https://github.com/llvm/llvm-project/issues/149993 | 1 年前 |