summaryrefslogtreecommitdiff
path: root/libc/src/stdlib
AgeCommit message (Expand)Author
2025-07-02[libc] Efficiently implement `aligned_alloc` for AMDGPU (#146585)Joseph Huber
2025-06-30[libc] Efficiently implement 'realloc' for AMDGPU devices (#145960)Joseph Huber
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-05-05qsort_r.h: qsort_r() is POSIX now. (#138545)enh-google
2025-03-28[libc] implement `memalignment` (#132493)Mohamed Emad
2025-03-12[libc] Template the writing mode for the writer class (#111559)Joseph Huber
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2025-03-04[libc] Add a missing includeDmitri Gribenko
2025-03-03Add missing LIBC_INLINE to qsort_pivot.h (#126249)Lukas Bergdoll
2025-02-27[libc] implement l64a (#129099)Michael Jones
2025-02-25[libc] implement a64l (#128758)Michael Jones
2025-01-24[libc] Use the NVIDIA device allocator for GPU malloc (#124277)Joseph Huber
2025-01-23[libc][NFC] Strip all training whitespace and missing newlines (#124163)Joseph Huber
2025-01-08[libc] Add hardening for FixedVector data structure and fix exposed bug. (#12...Alexey Samsonov
2025-01-06Fix after #121482 (#121764)JoelWee
2025-01-05[libc] Improve qsort (with build fix) (#121482)Lukas Bergdoll
2024-12-29Revert "[libc] Improve qsort" (#121303)Schrodinger ZHU Yifan
2024-12-29[libc] Improve qsort (#120450)Lukas Bergdoll
2024-12-16[libc] Breakup freelist_malloc into separate files (#119806)Petr Hosek
2024-12-12Revert "[libc] Breakup freelist_malloc into separate files" (#119749)Petr Hosek
2024-12-12[libc] Breakup freelist_malloc into separate files (#98784)Petr Hosek
2024-12-02[libc][NFC] Rename RPC opcodes to better reflect their usageJoseph Huber
2024-11-21Reapply "[libc] Use best-fit binary trie to make malloc logarithmic (#117065)"Daniel Thornburgh
2024-11-21Revert "[libc] Use best-fit binary trie to make malloc logarithmic (#117065)"Daniel Thornburgh
2024-11-21Reapply "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)Daniel Thornburgh
2024-11-20Revert "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)Daniel Thornburgh
2024-11-20[libc] Use best-fit binary trie to make malloc logarithmic (#106259)Daniel Thornburgh
2024-11-19[libc] Replace usage of GPU helpers with ones from 'gpuintrin.h' (#116454)Joseph Huber
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara
2024-10-15[libc] Remove dependency on `cpp::function` in `rpc.h` (#112422)Joseph Huber
2024-10-08[libc] Bound the worst-case stack usage in qsort(). (#110849)Simon Tatham
2024-10-03[libc] Add malloc.h header defining mallopt (#110908)Fabio D'Urso
2024-09-23[libc] Add GPU support for the 'system' function (#109687)Joseph Huber
2024-09-11[libc] fix tls teardown while being used (#108229)Schrodinger ZHU Yifan
2024-08-29[libc] Implement locale variants for 'stdlib.h' functions (#105718)Joseph Huber
2024-08-08[libc] Implement 'getenv' on the GPU target (#102376)Joseph Huber
2024-08-03[libc] enable most of the entrypoints on aarch64 (#101797)Schrodinger ZHU Yifan
2024-07-30[libc] Implement placeholder memory functions on the GPU (#101082)Joseph Huber
2024-07-25[libc] Lazily initialize freelist malloc using symbols (#99254)Daniel Thornburgh
2024-07-23[libc] Fix math tests for macos arm64. (#100060)lntue
2024-07-22[libc] Fix callback type in `exit_handlers.cpp` not matching (#97642)Joseph Huber
2024-07-17[libc] Change rand implementation so all tests pass in both 32- and 64-bit sy...Mikhail R. Gadelha
2024-07-16[libc][stdlib] Implement heap sort. (#98582)lntue
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Fix atexit not getting linked on linux (#98537)Michael Jones
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-09[libc] Move the internal extern "C" symbols inside the namespace (#98232)Petr Hosek