summaryrefslogtreecommitdiff
path: root/libc/test/integration/src/__support
AgeCommit message (Expand)Author
2025-09-03[libc] ensure tls dtors are called in main thread (#133641)Schrodinger ZHU Yifan
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-05-05[libc] Temporarily disable hanging test on sm_60 (#138561)Joseph Huber
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-05[Clang] Add width handling for <gpuintrin.h> shuffle helper (#125896)Joseph Huber
2024-05-31[libc] rework mutex (#92168)Schrodinger ZHU Yifan
2024-03-12[libc] Add utility functions for warp-level scan and reduction (#84866)Joseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-05-22Support custom attributes in pthread_createNoah Goldstein
2023-03-16[libc] Remove startup option from integration testsJoseph Huber
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-12-15[libc][NFC] Rename "loader" to "startup".Siva Chandra Reddy
2022-07-30[libc] Compile integration tests with -ffreestanding to avoid mixup with syst...Siva Chandra Reddy
2022-07-13[libc] Linux threads - Setup TLS area of a new thread and cleanup at exit.Siva Chandra Reddy
2022-07-11[libc][NFC] Make thread_detach_test an integration test.Siva Chandra Reddy