summaryrefslogtreecommitdiff
path: root/libc/test/IntegrationTest/test.cpp
AgeCommit message (Expand)Author
2025-08-06[libc] Fix integration tests on w64 amdgpu targets (#152303)Joseph Huber
2025-08-05Reland "[libc] make integration test malloc work properly when threaded" (#15...Schrodinger ZHU Yifan
2025-08-05Revert "[libc] make integration test malloc work properly when threaded" (#15...Jan Patrick Lehr
2025-08-04[libc] make integration test malloc work properly when threaded (#151622)Schrodinger ZHU Yifan
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-06-17[libc] Fix getauxval being defined in a namespaceJoseph Huber
2024-06-17[libc] Only include getauxval on AARCH64 targets (#95844)Joseph Huber
2024-06-13Reland "[libc] fix aarch64 linux full build (#95358)" (#95423)Schrodinger ZHU Yifan
2024-06-13Revert "[libc] fix aarch64 linux full build (#95358)" (#95419)Schrodinger ZHU Yifan
2024-06-13[libc] fix aarch64 linux full build (#95358)Schrodinger ZHU Yifan
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-05-15[libc] Make the bump pointer explicitly return null on buffer oveerrunJoseph Huber
2023-05-04[libc] Support global constructors and destructors on NVPTXJoseph Huber
2023-03-15[libc] Add missing return statements to wrapper functionsJoseph Huber
2023-03-15[libc] Add aliases to C memory functions for integration testsJoseph Huber
2023-03-13[libc] Declare __dso_handle in the integration test instead of startup.Siva Chandra Reddy
2023-03-05[libc][NFC] Remove allocator definition in the api-test.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy