aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-29[libc] Change RPC interface to not use device ids (#87087)Joseph Huber5-150/+85
2024-03-29[libc] Fix missing UINTMAX_WIDTH (#87092)Michael Jones1-3/+4
2024-03-29Add bit width length modifier to printf (#82461)Om Prakaash9-18/+215
2024-03-28[libc] Add inf/nan tests for strfrom*() functions (#86663)Vinayak Dev2-7/+73
2024-03-28Revert "[libc][math][c23] Fix X86_Binary80 special cases for canonicalize fun...Nick Desaulniers3-54/+56
2024-03-28[libc][math][c23] Fix X86_Binary80 special cases for canonicalize functions. ...Shourya Goel3-56/+54
2024-03-28[libc][math][c23] Fix bounds checking and add FE_INVALID raising in {,u}fromf...OverMighty5-481/+975
2024-03-28[libc][support][FixedVector] add reverse iterator (#86732)Nick Desaulniers2-0/+24
2024-03-28[libc] s/NULL/nullptr (#86867)Nick Desaulniers5-8/+8
2024-03-28[libc] Disable testing for NVPTX debug builds (#86856)Joseph Huber1-0/+5
2024-03-27[libc] Move baremetal write_to_stderr implementation to io.cpp (#86890)Petr Hosek3-6/+24
2024-03-27[libc][NFC] refactor fmin and fmax (#86718)Job Henandez Lara1-14/+10
2024-03-27[libc] add flag for FP_*LOGB0/NAN values (#86723)Michael Jones1-2/+7
2024-03-27Revert "[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x...Nick Desaulniers4-60/+16
2024-03-27[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x}* (#86692)OverMighty4-16/+60
2024-03-27[libc] Remove obsolete LIBC_HAS_BUILTIN macro (#86554)Marc Auberer25-103/+77
2024-03-27[libc][support][UInt] implement 128b math helpers (#86531)Nick Desaulniers4-11/+66
2024-03-26[libc][FPUtil] fixup missing explicit cast (#86736)Nick Desaulniers1-1/+1
2024-03-26[libc] Fix misplaced `[[noreturn]]` attribute.Joseph Huber1-1/+1
2024-03-26[libc] Remove LIBC_HAS_ATTRIBUTE macro (#86656)Vinayak Dev2-9/+1
2024-03-26[libc]: Remove unused includes from strfrom*.cpp (#86657)Vinayak Dev3-9/+0
2024-03-26[libc] Remove definition of LIBC_NAMESPACE in test (#86704)Michael Jones1-2/+0
2024-03-26[libc][OSUtil] refactor quick_exit to be an object library everywhere (#85955)Nick Desaulniers14-111/+31
2024-03-26[libc][math][c23] Implement canonicalize functions (#85940)Shourya Goel21-267/+892
2024-03-25[libc][math][c23] add c23 floating point fmaximum and fminimum functions. (#8...Job Henandez Lara114-0/+3547
2024-03-25[libc] add statvfs/fstatvfs (#86169)Schrodinger ZHU Yifan22-0/+495
2024-03-25[libc][NFC] fix typo (#86540)Alan Zhao1-2/+2
2024-03-25[libc][math][c23] Add {,u}fromfp{,x}{,f,l,f128} functions (#86003)OverMighty63-16/+3180
2024-03-22[libc] Implement strfromd() and strfroml() (#86113)Vinayak Dev13-97/+650
2024-03-22Fix typo (#86319)Job Henandez Lara1-1/+1
2024-03-22[libc][stdlib] initial support for __cxa_finalize (#85865)Nick Desaulniers2-17/+22
2024-03-22[libc] fix up the use of angle includes in include/ (#86027)Nick Desaulniers76-131/+131