summaryrefslogtreecommitdiff
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* [libc] Add rule named `add_libc_hermetic_test` which adds a hermetic test.Siva Chandra Reddy2023-04-2410-163/+450
* [libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy2023-04-2436-64/+63
* [libc][Obvious] Add include.stdlib as missing dep for CPP.string.Siva Chandra Reddy2023-04-241-0/+1
* [libc] Adjust the `cpp:function` type to support lambdasJoseph Huber2023-04-243-7/+93
* [libc] Add more utility functions for the GPUJoseph Huber2023-04-249-9/+305
* [libc] Suppress error message from the arch tools if they failJoseph Huber2023-04-241-1/+1
* [libc] Do not include the RPC targets if we're not in GPU mode.Joseph Huber2023-04-211-0/+4
* [libc] [NFC] Fixed comments formatting style.Raman Tenneti2023-04-214-8/+4
* [libc] Ignore unknown CUDA versions for `libc` targeting NVPTXJoseph Huber2023-04-211-0/+1
* [libc] Bump up sm_60's CUDA feature to +ptx63Joseph Huber2023-04-211-4/+4
* [libc] Another fix to add a null-terminator to the pthread name.Siva Chandra Reddy2023-04-211-1/+1
* [libc] Added checks to src and dest types in bit_castMikhail R. Gadelha2023-04-202-3/+16
* [libc] Set minimum CUDA PTX feature to +ptx60Joseph Huber2023-04-201-9/+10
* [libc] Add null-terminator to the thread name obtained from the syscall.Siva Chandra Reddy2023-04-201-1/+1
* [libc] Actually run integration tests.Siva Chandra Reddy2023-04-201-4/+13
* [libc] Support constexpr uint initializationMichael Jones2023-04-206-18/+77
* [LIBC] Implement remainder of posix 'sched.h' minus `SCHED_SPORADIC`Noah Goldstein2023-04-2030-4/+1186
* [LIBC] Fix incorrect handling of `pthread_join(tid, nullptr)`Noah Goldstein2023-04-203-2/+48
* [libc] Zero initialize Uint<T>::valMikhail R. Gadelha2023-04-201-1/+1
* [libc] Make UInt<T> trivially copyableMikhail R. Gadelha2023-04-201-10/+3
* [libc] use -O3 to compile memory functionsGuillaume Chatelet2023-04-201-1/+1
* [libc][math] Remove placeholder implementations of asin and pow.Tue Ly2023-04-2013-222/+0
* [libc] Fix not using the static library on amdgpuJoseph Huber2023-04-191-1/+1
* [libc] Test the RPC interface with multiple blocksJoseph Huber2023-04-193-3/+10
* [libc] Add a test to directly stimulate the RPC interfaceJoseph Huber2023-04-194-0/+50
* [libc] Update RPC interface for system utilities on the GPUJoseph Huber2023-04-1912-177/+290
* [LIBC] Fix incorrect behavior with pthread_key_t when value was nullptrNoah Goldstein2023-04-192-7/+31
* [libc] Fix strtod hex exponent overflow bugMichael Jones2023-04-192-5/+7
* [libc][math] Remove the unused dp_trig target and tests.Siva Chandra Reddy2023-04-195-210/+0
* [libc][Obvious] Remove an unused "using" declaration.Siva Chandra Reddy2023-04-191-2/+0
* [libc] Fix `nvptx_options` variable not being reset in CMakeJoseph Huber2023-04-191-3/+4
* [libc] Add the '--threads' and '--blocks' option to the GPU loadersJoseph Huber2023-04-194-19/+82
* [libc] Add a support library for GPU utilitiesJoseph Huber2023-04-1911-0/+130
* [reland][libc] handle memset sequence as a separate structGuillaume Chatelet2023-04-193-14/+34
* [libc] Add fuchsia/io.h for TestLoggerAlex Brachet2023-04-192-0/+30
* [libc] move strerror and strsignal to OS msg mapsMichael Jones2023-04-1815-208/+501
* [libc] Add two more recipes to do a cross build.Siva Chandra Reddy2023-04-181-18/+184
* [libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers.Siva Chandra Reddy2023-04-1815-89/+76
* [libc][Obvious] Fix the performance table in math function documentation.Tue Ly2023-04-181-1/+1
* [libc][NFC] Move ExecuteFunction test util to test/UnitTest.Siva Chandra Reddy2023-04-186-12/+17
* Revert "[libc] handle memset sequence as a separate struct"Guillaume Chatelet2023-04-183-34/+14
* [libc] handle memset sequence as a separate structGuillaume Chatelet2023-04-183-14/+34
* [libc] Add debug messages to bcmp and memcmp testsGuillaume Chatelet2023-04-182-2/+10
* [libc] Add AVX detectionwqGuillaume Chatelet2023-04-182-1/+6
* [libc] Partial revert of "[libc] Update supported riscv libs"Mikhail R. Gadelha2023-04-171-1/+0
* [libc] Update supported riscv libsMikhail R. Gadelha2023-04-172-1/+7
* [libc][NFC] Remove the unused FDReader testutil.Siva Chandra Reddy2023-04-1726-108/+0
* [libc] Add special handling for CUDA PTX featuresJoseph Huber2023-04-173-8/+52
* [libc][NFC] Remove the StreamWrapper class and use the new test logger.Siva Chandra Reddy2023-04-1722-478/+337
* [libc][NFC] Move RandUtils.h to test/src/math.Siva Chandra Reddy2023-04-176-4/+8