summaryrefslogtreecommitdiff
path: root/libc/test/integration
AgeCommit message (Expand)Author
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-06-06[libc] Missing include in RPC testJoseph Huber
2025-05-28[libc] Implement efficient 'malloc' on the GPU (#140156)Joseph Huber
2025-05-09[libc][uefi] add crt1 (#132150)Tristan Ross
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-12-02[libc][NFC] Rename RPC opcodes to better reflect their usageJoseph Huber
2024-11-27[libc] Handle differing wavefront sizes correctly in the AMDHSA loader (#117788)Joseph Huber
2024-11-22[libc] Move RPC interface to `libc/shared` to export it (#117034)Joseph Huber
2024-11-20[libc] fix scudo integration build (#116979)Schrodinger ZHU Yifan
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-15[libc] Fix incorrect RPC usage in testsJoseph Huber
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara
2024-09-06[libc] Fix unit test compile flags propagation. (#106128)lntue
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-05-21[libc] Fix scudo integration test (#92967)Michael Jones
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
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-02-01[libc] Fix wrong errno number in tls_test. (#80312)lntue
2024-02-01[libc] Update libc_errno to work correctly in both overlay and full build mod...lntue
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet