summaryrefslogtreecommitdiff
path: root/libc/test/src/__support
AgeCommit message (Expand)Author
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov
2025-09-26[libc] Update the memory helper functions for simd types (#160174)Joseph Huber
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-09-16[libc] Clean up mask helpers after allowing implicit conversions (#158681)Joseph Huber
2025-09-11[libc] Clean up errno header usage in some more tests. (#157974)Alexey Samsonov
2025-09-10[libc] Implement vector 'split' and 'concat' routines (#157537)Joseph Huber
2025-09-09[libc] Add check for support and a test for libc SIMD helpers (#157746)Joseph Huber
2025-09-09[libc] Add simple 'tuple' type to CPP helpers (#157739)Joseph Huber
2025-08-19[libc] Fix missing close at the end of file test (#154392)Michael Jones
2025-08-19[libc] Fix copy/paste error in file.cpp (#150802)codefaber
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh
2025-08-06[libc] Template StringConverter pop function to avoid duplicate code (#152204)Uzair Nawaz
2025-08-06[libc] add getrandom vDSO symbol (#151630)Schrodinger ZHU Yifan
2025-07-29[libc][math] Make BFloat16 comparison tests constexpr (#151211)Krishna Pandey
2025-07-24[libc] Implement wcs to mbs family of functions (#149421)Uzair Nawaz
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-07-22[libc][math] Add Generic Comparison Operations for floating point types (#144...Krishna Pandey
2025-07-21[libc][stdio] Separate temporary files for unit test and hermetic test in std...lntue
2025-07-20[libc] Disable bfloat16 test for full build mode (#149678)Mikhail R. Gadelha
2025-07-17[libc] Fixed StringConverter Error Edge Case (#149356)Uzair Nawaz
2025-07-14[libc] Wchar Stringconverter (#146388)Uzair Nawaz
2025-07-10[libc] WCS to integer internal function (#147857)Uzair Nawaz
2025-07-09[libc][math][c++23] Add bfloat16 support in LLVM libc (#144463)Krishna Pandey
2025-06-27[libc] Changed CharacterConverter returns (#146130)sribee8
2025-06-25[libc] Added isValidState to CharacterConverter class to ensure a provided mb...Uzair Nawaz
2025-06-20[libc] Reworked CharacterConverter isComplete into isFull and isEmpty (#144799)Uzair Nawaz
2025-06-17Reland "[libc] utf8 to 32 CharacterConverter" (#144450)sribee8
2025-06-16Revert "[libc] utf8 to 32 CharacterConverter" (#144446)sribee8
2025-06-16[libc] utf8 to 32 CharacterConverter (#143973)sribee8
2025-06-16[libc] Implemented CharacterConverter push/pop for utf32->utf8 conversions (#...Uzair Nawaz
2025-06-16[libc] Removed public function calls in table.h (#144168)sribee8
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-06-11[libc] Reduce direct use of errno in src/stdlib and src/__support tests. (#14...Alexey Samsonov
2025-04-22[libc] Fix warnings for freelist_heap_test/fuzz (#136634)Daniel Thornburgh
2025-04-09[libc][test] make `str_to_float_comparison_test` independent of C++ headers. ...Muhammad Bassiouni
2025-04-02[libc] Added support for fixed-points in ``is_signed`` and ``is_unsigned``. (...Abhinav Kumar
2025-03-25[libc] Add support for C++20 'atomic_ref' type (#132302)Joseph Huber
2025-03-25[libc][NFC] Remove incorrect file level dependency in CMake (#132937)Joseph Huber
2025-03-22[clang] diagnose invalid member pointer class on instantiation (#132516)Matheus Izvekov
2025-03-21[libc] Temporarily disable the type trait test affected by issue 132494. (#13...lntue
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-08[libc] `first_trailing_one(0)` should be `0`. (#130155)Connector Switch
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2025-02-12[libc][bit_test] fix -Wimplicit-int-conversion (#126317)Nick Desaulniers
2025-02-07[libc] Use `${libc_opt_high_flag}` instead of `-O3` (#123233)Petr Hosek
2025-02-04[libc] Optimize BigInt→decimal in IntegerToString (#123580)Simon Tatham
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber