| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-19 | test: remove complex arithmetic testing from `c_compiler` standalone test | Alex Rønne Petersen | |
| This has no business being here. Tests for our compiler-rt routines should be in compiler-rt, and tests for our C ABI compliance should be in `test-c-abi`. | |||
| 2022-10-09 | compiler-rt: Implement mulXc3 and divXc3 functions | Cody Tapscott | |
| These are the standard complex multiplication/division functions required by the C standard (Annex G). Don't get me started on the standard's handling of complex-infinity... | |||
| 2022-05-10 | Added _LIBCPP_HAS_NO_THREADS for single_threaded binaries linked with libcxx. | Alexander Slesarev | |
| Fixed single-threaded mode for Windows. | |||
| 2021-05-25 | add a standalone for zig as a c/c++ compiler | xavier | |
