summaryrefslogtreecommitdiff
path: root/libc/test/integration/src
AgeCommit message (Expand)Author
2025-11-13[libc][stdlib] Simplify getenv_test by using strcmp instead of custom helper ...Jeff Bailey
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh
2025-09-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-09-11[libc] Update errno usage in integration tests. (#158147)Alexey Samsonov
2025-09-03[libc] ensure tls dtors are called in main thread (#133641)Schrodinger ZHU Yifan
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-08[libc] Cache old slabs when allocating GPU memory (#151866)Joseph Huber
2025-08-06[libc] Fix integration tests on w64 amdgpu targets (#152303)Joseph Huber
2025-07-29[libc] Reland #148948 "Implement barriers for pthreads" (#151021)Uzair Nawaz
2025-07-28Revert "[libc] Implement barriers for pthreads" (#151014)Uzair Nawaz
2025-07-28[libc] Implement barriers for pthreads (#148948)Uzair Nawaz
2025-07-28[libc] Rework match any use in hot allocate bitfield loopJoseph Huber
2025-07-28[libc] Small performance improvements to GPU allocatorJoseph Huber
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-07-02[libc] Fix internal alignment in allcoator (#146738)Joseph Huber
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-28[libc] Implement efficient 'malloc' on the GPU (#140156)Joseph Huber
2025-05-05[libc] Temporarily disable hanging test on sm_60 (#138561)Joseph Huber
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2025-02-19[Clang] Fix cross-lane scan when given divergent lanes (#127703)Joseph Huber
2025-02-17[Clang] Add handlers for 'match_any' and 'match_all' to `gpuintrin.h` (#127504)Joseph Huber
2025-02-12[libc][pthread] fix -Wmissing-field-initializers (#126314)Nick Desaulniers
2025-02-05[Clang] Add width handling for <gpuintrin.h> shuffle helper (#125896)Joseph Huber
2024-11-11[libc] Clean up skipped and failing cmake (#115400)Michael Jones
2024-11-04[libc] Disable failing AMDGPU test temporarilyJoseph Huber
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara
2024-08-08[libc] Implement 'getenv' on the GPU target (#102376)Joseph Huber
2024-08-06[libc] add spin lock family functions (#100509)Schrodinger ZHU Yifan
2024-08-02[libc] add simplified tid cache (#101620)Schrodinger ZHU Yifan
2024-07-28[libc] fix rwlock test (#100962)Schrodinger ZHU Yifan
2024-07-28[libc] add pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock … (#10...Eric977
2024-07-27revert all tid changes (#100915)Schrodinger ZHU Yifan
2024-07-20reland "[libc] implement cached process/thread identity (#98989)" (#99765)Schrodinger ZHU Yifan
2024-07-18Revert "[libc] implement cached process/thread identity" (#99559)Schrodinger ZHU Yifan
2024-07-18[libc] implement cached process/thread identity (#98989)Schrodinger ZHU Yifan
2024-07-12[libc] Implement (v|f)printf on the GPU (#96369)Joseph Huber
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] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-06-14[libc] fix build errors (#95613)Schrodinger ZHU Yifan
2024-06-14[libc] fix build errors (#95600)Schrodinger ZHU Yifan
2024-06-14[libc] add rwlock (#94156)Schrodinger ZHU Yifan
2024-05-31[libc] rework mutex (#92168)Schrodinger ZHU Yifan
2024-04-02[libc] Implement temporary `printf` on the GPU (#85331)Joseph Huber
2024-03-12[libc] Add utility functions for warp-level scan and reduction (#84866)Joseph Huber