summaryrefslogtreecommitdiff
path: root/libc/test/integration/src/stdlib
AgeCommit message (Expand)Author
2025-11-13[libc][stdlib] Simplify getenv_test by using strcmp instead of custom helper ...Jeff Bailey
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh
2025-07-28[libc] Rework match any use in hot allocate bitfield loopJoseph Huber
2025-07-28[libc] Small performance improvements to GPU allocatorJoseph Huber
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-05-28[libc] Implement efficient 'malloc' on the GPU (#140156)Joseph Huber
2024-08-08[libc] Implement 'getenv' on the GPU target (#102376)Joseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
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-06-19[libc] Revert: Temporary disable environment tests for PATH variable.Siva Chandra Reddy
2022-06-18[libc] Temporary disable environment tests for PATH variable.Tue Ly
2022-03-23[libc] Add a new rule add_integration_test.Siva Chandra Reddy