llvm-capstone/libcxx
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
..
benchmarks
cmake [libc++][libc++abi] Serialize the enable_assertions Lit parameter in the generated config 2022-03-29 08:17:25 -04:00
docs
include [libc++] Use __builtin_expect and __builtin_assume in _LIBCPP_ASSERT 2022-03-29 11:46:47 -04:00
lib
src [libcxx] random_device, specify optimal entropy properties for all OS's using arc4random() 2022-03-28 22:43:11 -04:00
test [libc++] Use __builtin_expect and __builtin_assume in _LIBCPP_ASSERT 2022-03-29 11:46:47 -04:00
utils
.clang-format
.clang-tidy
.gitignore
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt
CREDITS.TXT
LICENSE.TXT
TODO.TXT