llvm-project/libcxx/test
Louis Dionne f0799465b2 [libc++] Use __builtin_expect and __builtin_assume in _LIBCPP_ASSERT
Since we expect the condition to be true most of the time, we might
as well tell the compiler. And when assertions are disabled, we
might as well tell the compiler that it's allowed to assume that
the condition holds.

Differential Revision: https://reviews.llvm.org/D122397
2022-03-29 11:46:47 -04:00
..
configs [libc++][tests] Use CMake provided paths for includes and libdir instead of hardcoding them 2022-03-16 12:35:06 -04:00
libcxx [libc++] Use __builtin_expect and __builtin_assume in _LIBCPP_ASSERT 2022-03-29 11:46:47 -04:00
std [libc++][format][2/6] Adds a __output_iterator. 2022-03-26 16:48:01 +01:00
support [libc++] Add a lightweight overridable assertion handler 2022-03-23 15:35:46 -04:00
CMakeLists.txt [libc++][libc++abi] Serialize the enable_assertions Lit parameter in the generated config 2022-03-29 08:17:25 -04:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00