aboutsummaryrefslogtreecommitdiff
path: root/libc/test/integration/src
AgeCommit message (Expand)AuthorFilesLines
2025-07-02[libc] Fix internal alignment in allcoator (#146738)Joseph Huber2-2/+3
2025-07-02[libc] Efficiently implement `aligned_alloc` for AMDGPU (#146585)Joseph Huber2-0/+44
2025-06-30[libc] Efficiently implement 'realloc' for AMDGPU devices (#145960)Joseph Huber2-0/+59
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue4-8/+8
2025-05-28[libc] Implement efficient 'malloc' on the GPU (#140156)Joseph Huber4-0/+114
2025-05-05[libc] Temporarily disable hanging test on sm_60 (#138561)Joseph Huber1-0/+3
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue1-2/+2
2025-02-19[Clang] Fix cross-lane scan when given divergent lanes (#127703)Joseph Huber1-0/+49
2025-02-17[Clang] Add handlers for 'match_any' and 'match_all' to `gpuintrin.h` (#127504)Joseph Huber2-0/+44
2025-02-12[libc][pthread] fix -Wmissing-field-initializers (#126314)Nick Desaulniers1-0/+4
2025-02-05[Clang] Add width handling for <gpuintrin.h> shuffle helper (#125896)Joseph Huber2-0/+42
2024-11-11[libc] Clean up skipped and failing cmake (#115400)Michael Jones1-1/+1
2024-11-04[libc] Disable failing AMDGPU test temporarilyJoseph Huber1-15/+17
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara6-11/+7
2024-08-08[libc] Implement 'getenv' on the GPU target (#102376)Joseph Huber1-1/+0
2024-08-06[libc] add spin lock family functions (#100509)Schrodinger ZHU Yifan3-4/+167
2024-08-02[libc] add simplified tid cache (#101620)Schrodinger ZHU Yifan2-0/+25
2024-07-28[libc] fix rwlock test (#100962)Schrodinger ZHU Yifan1-2/+3
2024-07-28[libc] add pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock … (#10...Eric9772-3/+63
2024-07-27revert all tid changes (#100915)Schrodinger ZHU Yifan2-27/+1
2024-07-20reland "[libc] implement cached process/thread identity (#98989)" (#99765)Schrodinger ZHU Yifan2-1/+27
2024-07-18Revert "[libc] implement cached process/thread identity" (#99559)Schrodinger ZHU Yifan2-27/+1
2024-07-18[libc] implement cached process/thread identity (#98989)Schrodinger ZHU Yifan2-1/+27
2024-07-12[libc] Implement (v|f)printf on the GPU (#96369)Joseph Huber2-35/+15
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-2/+5
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-5/+2
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-2/+5
2024-06-14[libc] fix build errors (#95613)Schrodinger ZHU Yifan2-0/+2
2024-06-14[libc] fix build errors (#95600)Schrodinger ZHU Yifan1-1/+0
2024-06-14[libc] add rwlock (#94156)Schrodinger ZHU Yifan2-0/+517
2024-05-31[libc] rework mutex (#92168)Schrodinger ZHU Yifan1-1/+2
2024-04-02[libc] Implement temporary `printf` on the GPU (#85331)Joseph Huber3-0/+112
2024-03-12[libc] Add utility functions for warp-level scan and reduction (#84866)Joseph Huber3-0/+76
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers1-3/+3
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google3-4/+4
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet3-29/+29
2023-12-19[libc] __stack_chk_fail post submit test failures (#75962)Nick Desaulniers1-0/+1
2023-10-04[libc] Add x86-64 stack protector support.tnv012-0/+91
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet25-347/+366
2023-09-22[libc] Fix pthread_create_test for 32 bit systems (#66564)Mikhail R. Gadelha1-1/+1
2023-05-22[libc] Add -fno-exceptions and -fno-rtti to integration test build.Siva Chandra Reddy1-4/+2
2023-05-22Support custom attributes in pthread_createNoah Goldstein3-1/+371
2023-04-20[LIBC] Fix incorrect handling of `pthread_join(tid, nullptr)`Noah Goldstein2-0/+44
2023-04-19[LIBC] Fix incorrect behavior with pthread_key_t when value was nullptrNoah Goldstein1-6/+29
2023-04-14[LIBC] Actually assert no errors in `pthread_call_once` in its test; NFCNoah Goldstein1-1/+1
2023-04-02[libc] Fix missing include for pthread testsGuillaume Chatelet5-0/+5
2023-03-16[libc] Remove startup option from integration testsJoseph Huber7-48/+0
2023-03-14[libc][NFC] Switch nanosleep_test and getcwd_test to libc_errno.Siva Chandra Reddy2-5/+5
2023-03-12[libc][NFC] Reduce the number of threads created in cnd_test to 1000 form 10000.Siva Chandra Reddy1-1/+1
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy23-23/+23