aboutsummaryrefslogtreecommitdiff
path: root/libc/test/integration
AgeCommit message (Expand)AuthorFilesLines
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-05-21[libc] Fix scudo integration test (#92967)Michael Jones1-0/+4
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-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue4-4/+3
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers1-3/+3
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber4-3/+4
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber1-1/+1
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google3-4/+4
2024-02-01[libc] Fix wrong errno number in tls_test. (#80312)lntue1-1/+1
2024-02-01[libc] Update libc_errno to work correctly in both overlay and full build mod...lntue1-2/+2
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-11-20[libc] Remove the optional arguments for NVPTX constructors (#69536)Joseph Huber1-2/+2
2023-10-04[libc] Add x86-64 stack protector support.tnv012-0/+91
2023-09-29[libc][NFC] Adjust the `libc` init / fini array testJoseph Huber1-3/+3
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet29-352/+371
2023-09-22[libc] Fix pthread_create_test for 32 bit systems (#66564)Mikhail R. Gadelha1-1/+1
2023-07-21[libc] Remove test RPC opcodes from the exported headerJoseph Huber3-0/+3
2023-07-19[libc][NFC] Rename filesGuillaume Chatelet1-2/+2
2023-07-10[NFC][libc] Use the new style includes for testsPetr Hosek1-3/+3
2023-06-15[libc] Export GPU extensions to `libc` for external useJoseph Huber3-5/+5
2023-05-23[libc] Fix the `send_n` and `recv_n` utilities under divergent lanesJoseph Huber2-6/+51
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-05-11[libc] Fix undeclared 'free' function in stream testJoseph Huber1-0/+1
2023-05-11[libc] Implement a generic streaming interface in the RPCJoseph Huber2-0/+59
2023-05-10[libc] Fix RPC interface when sending and recieving aribtrary packetsJoseph Huber2-0/+50
2023-05-08[libc] Make the opcode parameter a compile time constantJoseph Huber1-2/+2
2023-05-04[libc] Enable multiple threads to use RPC on the GPUJoseph Huber2-3/+20
2023-05-04[libc] Support global constructors and destructors on NVPTXJoseph Huber2-10/+7
2023-05-04[libc][rpc] Simplify mailbox state trackingJon Chesterfield1-1/+1
2023-04-29[libc] Add support for global ctors / dtors for AMDGPUJoseph Huber2-0/+70
2023-04-24[libc] Add more utility functions for the GPUJoseph Huber1-1/+1
2023-04-20[LIBC] Fix incorrect handling of `pthread_join(tid, nullptr)`Noah Goldstein2-0/+44
2023-04-19[libc] Test the RPC interface with multiple blocksJoseph Huber2-2/+8
2023-04-19[libc] Add a test to directly stimulate the RPC interfaceJoseph Huber2-0/+43
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-20[libc] Add environment variables to GPU libc test for AMDGPUJoseph Huber2-1/+15
2023-03-17[libc] Enable integration tests targeting the GPUJoseph Huber2-0/+38
2023-03-16[libc] Remove startup option from integration testsJoseph Huber8-58/+0
2023-03-14[libc] Remove dummy archive and file from integration testJoseph Huber2-10/+0
2023-03-14[libc][NFC] Switch nanosleep_test and getcwd_test to libc_errno.Siva Chandra Reddy2-5/+5
2023-03-13[libc][NFC] Switch startup tests to libc_errno.Siva Chandra Reddy1-3/+3
2023-03-12[libc][NFC] Reduce the number of threads created in cnd_test to 1000 form 10000.Siva Chandra Reddy1-1/+1