aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Revert "[libc] implement ioctl" (#88226)lntue12-152/+0
2024-04-09[libc] implement ioctl (#85890)Nhat Nguyen12-0/+152
2024-04-09[libc] Add proxy header for fenv.h macro constants. #87863 (#87896)Job Henandez Lara24-33/+63
2024-04-09[libc] Initialize rand for fma tests (#88055)Joseph Huber2-0/+5
2024-04-08[libc] Remove `#ifdef __cplusplus` part from `include/llvm-libc-macros/math-m...lntue1-24/+0
2024-04-08[libc][docs] fix missing includeNick Desaulniers1-0/+2
2024-04-08[libc][docs] generate docs for ctype.h (#87946)Zander Dumont-Strom3-3/+97
2024-04-08[libc] Remove RandUtils.(h|cpp). (#88044)lntue5-54/+5
2024-04-08[libc] Clean up unused math_utils.(h|cpp). (#88036)lntue7-134/+0
2024-04-08[libc] remove MPFR and related tests in full build (#87693)Schrodinger ZHU Yifan2-8/+4
2024-04-08[libc] Increase timeout for death tests. (#87959)lntue1-4/+4
2024-04-06[libc] Adding FP_INT_* macro constants if missing in overlay mode. (#87880)lntue1-0/+21
2024-04-06[libc][math] Update error bound for log1p to compensate for directional round...lntue2-3/+5
2024-04-06[libc] Move statement inside #ifdef/#endif to prevent unused variable warningGuillaume Chatelet1-1/+1
2024-04-06[libc] Make `BigInt` bitwise shift consistent with regular integral semantics...Guillaume Chatelet3-17/+9
2024-04-06[libc][NFC] Rename `uint_test` into `big_int_test` for consistency (#87875)Guillaume Chatelet2-2/+2
2024-04-06[libc][NFC] Rename `UInt.h` to `big_int.h` and `UInt128.h` to `uint128.h` for...Guillaume Chatelet38-52/+52
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue140-400/+197
2024-04-05[libc][docs] Introduce docgen (#87682)Nick Desaulniers5-0/+210
2024-04-05[libc][fenv] Add compile time check (#87826)Robin Caloudis1-1/+2
2024-04-05[libc][support][bit] use new type generic builtins (#86746)Nick Desaulniers1-0/+18
2024-04-05 [libc][c23][fenv] implement fesetexcept (#87603)aniplcc16-2/+99
2024-04-05reland: [libc] Added transitive bindings for OffsetType (#87680)Shourya Goel6-11/+26
2024-04-05[libc] Implement roundeven C23 math functions (#87678)Vinayak Dev26-2/+575
2024-04-04[libc] Temporary math macros fix (#87681)Michael Jones2-0/+18
2024-04-04[libc] Move thread sync when closing port earlierJoseph Huber1-4/+4
2024-04-04[libc][math][c23] Add exp2m1f C23 math function (#86996)OverMighty15-5/+478
2024-04-04[libc] Fix forward `constexpr` `add_with_carry` / `sub_with_borrow`Guillaume Chatelet1-2/+2
2024-04-04[reland][libc] Refactor `BigInt` (#87613)Guillaume Chatelet12-762/+1013
2024-04-04Revert "[libc] Refactor `BigInt`" (#87612)Guillaume Chatelet12-1010/+762
2024-04-04[libc] Refactor `BigInt` (#86137)Guillaume Chatelet12-762/+1010
2024-04-04Revert "[libc] Added transitive bindings for OffsetType (#87397)"Gulfem Savrun Yeniceri7-30/+12
2024-04-03[libc] Added transitive bindings for OffsetType (#87397)Shourya Goel7-12/+30
2024-04-02[libc] Move {f,d}sqrt to higher functions in docs (#87445)Vinayak Dev1-4/+4
2024-04-02[libc] Re-organize the math function tables in docs (#87412)Vinayak Dev1-509/+219
2024-04-02[libc] Move include so it covers the other filesJoseph Huber1-1/+2
2024-04-02[libc] Include 'config.h' from the printf structs for builtinsJoseph Huber1-0/+1
2024-04-02[libc] Work around lack of '__has_builtin' for GPU server (#87417)Joseph Huber1-0/+6
2024-04-02[libc] Implement temporary `printf` on the GPU (#85331)Joseph Huber12-1/+424
2024-04-02[libc] Disable '_exit' on the GPU buildJoseph Huber2-4/+0
2024-04-02[libc][posix] implement _exit (#87185)aniplcc11-0/+89
2024-04-01[libc] allow libc-hdrgen to work on windows files (#87292)Stephen Neuendorffer1-0/+8
2024-04-01[libc] fixup ftello test (#87282)Nick Desaulniers1-1/+1
2024-04-01[libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue22-73/+634
2024-04-01[libc] fixup missing include for fullbuild (#87266)Nick Desaulniers2-0/+2
2024-04-01[libc][POSIX] implement fseeko, ftello (#86928)Shourya Goel11-4/+130
2024-04-01[libc] Include algorithm.h to parser.h (#87125)Caslyn Tonelli2-0/+2
2024-03-29[libc] enable stack protectors and frame pointers on default (#86288)Schrodinger ZHU Yifan3-0/+22
2024-03-29[libc][math][c23] Fix impl and tests for X86_80 canonicalize function. (#87103)Shourya Goel3-55/+54
2024-03-29[libc][Docs] Update RPC server example using CUDA after changesJoseph Huber1-11/+4