Age | Commit message (Expand) | Author | Files | Lines |
2024-04-01 | [libc] fixup ftello test (#87282) | Nick Desaulniers | 1 | -1/+1 |
2024-04-01 | [libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716) | lntue | 22 | -73/+634 |
2024-04-01 | [libc] fixup missing include for fullbuild (#87266) | Nick Desaulniers | 2 | -0/+2 |
2024-04-01 | [libc][POSIX] implement fseeko, ftello (#86928) | Shourya Goel | 11 | -4/+130 |
2024-04-01 | [libc] Include algorithm.h to parser.h (#87125) | Caslyn Tonelli | 2 | -0/+2 |
2024-03-29 | [libc] enable stack protectors and frame pointers on default (#86288) | Schrodinger ZHU Yifan | 3 | -0/+22 |
2024-03-29 | [libc][math][c23] Fix impl and tests for X86_80 canonicalize function. (#87103) | Shourya Goel | 3 | -55/+54 |
2024-03-29 | [libc][Docs] Update RPC server example using CUDA after changes | Joseph Huber | 1 | -11/+4 |
2024-03-29 | [libc] Change RPC interface to not use device ids (#87087) | Joseph Huber | 5 | -150/+85 |
2024-03-29 | [libc] Fix missing UINTMAX_WIDTH (#87092) | Michael Jones | 1 | -3/+4 |
2024-03-29 | Add bit width length modifier to printf (#82461) | Om Prakaash | 9 | -18/+215 |
2024-03-28 | [libc] Add inf/nan tests for strfrom*() functions (#86663) | Vinayak Dev | 2 | -7/+73 |
2024-03-28 | Revert "[libc][math][c23] Fix X86_Binary80 special cases for canonicalize fun... | Nick Desaulniers | 3 | -54/+56 |
2024-03-28 | [libc][math][c23] Fix X86_Binary80 special cases for canonicalize functions. ... | Shourya Goel | 3 | -56/+54 |
2024-03-28 | [libc][math][c23] Fix bounds checking and add FE_INVALID raising in {,u}fromf... | OverMighty | 5 | -481/+975 |
2024-03-28 | [libc][support][FixedVector] add reverse iterator (#86732) | Nick Desaulniers | 2 | -0/+24 |
2024-03-28 | [libc] s/NULL/nullptr (#86867) | Nick Desaulniers | 5 | -8/+8 |
2024-03-28 | [libc] Disable testing for NVPTX debug builds (#86856) | Joseph Huber | 1 | -0/+5 |
2024-03-27 | [libc] Move baremetal write_to_stderr implementation to io.cpp (#86890) | Petr Hosek | 3 | -6/+24 |
2024-03-27 | [libc][NFC] refactor fmin and fmax (#86718) | Job Henandez Lara | 1 | -14/+10 |
2024-03-27 | [libc] add flag for FP_*LOGB0/NAN values (#86723) | Michael Jones | 1 | -2/+7 |
2024-03-27 | Revert "[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x... | Nick Desaulniers | 4 | -60/+16 |
2024-03-27 | [libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x}* (#86692) | OverMighty | 4 | -16/+60 |
2024-03-27 | [libc] Remove obsolete LIBC_HAS_BUILTIN macro (#86554) | Marc Auberer | 25 | -103/+77 |
2024-03-27 | [libc][support][UInt] implement 128b math helpers (#86531) | Nick Desaulniers | 4 | -11/+66 |
2024-03-26 | [libc][FPUtil] fixup missing explicit cast (#86736) | Nick Desaulniers | 1 | -1/+1 |
2024-03-26 | [libc] Fix misplaced `[[noreturn]]` attribute. | Joseph Huber | 1 | -1/+1 |
2024-03-26 | [libc] Remove LIBC_HAS_ATTRIBUTE macro (#86656) | Vinayak Dev | 2 | -9/+1 |
2024-03-26 | [libc]: Remove unused includes from strfrom*.cpp (#86657) | Vinayak Dev | 3 | -9/+0 |
2024-03-26 | [libc] Remove definition of LIBC_NAMESPACE in test (#86704) | Michael Jones | 1 | -2/+0 |
2024-03-26 | [libc][OSUtil] refactor quick_exit to be an object library everywhere (#85955) | Nick Desaulniers | 14 | -111/+31 |
2024-03-26 | [libc][math][c23] Implement canonicalize functions (#85940) | Shourya Goel | 21 | -267/+892 |
2024-03-25 | [libc][math][c23] add c23 floating point fmaximum and fminimum functions. (#8... | Job Henandez Lara | 114 | -0/+3547 |
2024-03-25 | [libc] add statvfs/fstatvfs (#86169) | Schrodinger ZHU Yifan | 22 | -0/+495 |
2024-03-25 | [libc][NFC] fix typo (#86540) | Alan Zhao | 1 | -2/+2 |
2024-03-25 | [libc][math][c23] Add {,u}fromfp{,x}{,f,l,f128} functions (#86003) | OverMighty | 63 | -16/+3180 |
2024-03-22 | [libc] Implement strfromd() and strfroml() (#86113) | Vinayak Dev | 13 | -97/+650 |
2024-03-22 | Fix typo (#86319) | Job Henandez Lara | 1 | -1/+1 |
2024-03-22 | [libc][stdlib] initial support for __cxa_finalize (#85865) | Nick Desaulniers | 2 | -17/+22 |
2024-03-22 | [libc] fix up the use of angle includes in include/ (#86027) | Nick Desaulniers | 76 | -131/+131 |
2024-03-22 | [reland][libc] Add reverse_iterator comparisons (#86188) | Guillaume Chatelet | 1 | -0/+35 |
2024-03-21 | [libc] Make math-macros.h C++-friendly (#86206) | Roland McGrath | 1 | -4/+28 |
2024-03-21 | Revert "[libc] Add reverse_iterator comparisons" (#86186) | Guillaume Chatelet | 1 | -35/+0 |
2024-03-21 | [libc] Add reverse_iterator comparisons (#86147) | Guillaume Chatelet | 1 | -0/+35 |
2024-03-21 | [libc][stdio] implement rename via SYS_renameat2 (#86140) | Nick Desaulniers | 2 | -2/+4 |
2024-03-21 | [libc] Add `is_constant_evaluated` type_traits (#86139) | Guillaume Chatelet | 3 | -2/+25 |
2024-03-21 | [libc][stdio][test] fixup rename test (#86136) | Nick Desaulniers | 2 | -1/+3 |
2024-03-21 | [libc][c11] Add stdio.h's rename() function (#85068) | aniplcc | 11 | -1/+136 |
2024-03-20 | [libc] Add an option to always build GPU loader utilities (#86040) | Joseph Huber | 1 | -1/+2 |
2024-03-20 | [libc]: Implement strfromf() and shared utilities (#85438) | Vinayak Dev | 8 | -1/+343 |