llvm-capstone/libcxx
Lei Huang 5adac8bebc [PowerPC] Exclude frexp(long double) on linux
PowerPC on linux currently don't have support for lowering long double for
frexp().  Removing the tests until implementation is provided.

Reviewed By: #libc, amyk, Mordante

Differential Revision: https://reviews.llvm.org/D158547
2023-08-25 12:17:51 -05:00
..
benchmarks [libc++][PSTL] Add a __parallel_sort implementation to libdispatch 2023-08-15 12:20:40 -07:00
cmake [libc++][CI] Moves modules build to C++23. 2023-08-22 20:19:48 +02:00
docs [libc++] Adds string_view constructor overload 2023-08-25 17:56:27 +02:00
include [libc++]Declaring '__asign_view__' as a non noexcept function 2023-08-25 18:26:22 +02:00
lib [libc++] Optimize internal function in <system_error> 2023-08-11 13:08:45 -07:00
modules [libc++][C++20 modules] Tests no unicode build. 2023-08-22 20:17:37 +02:00
src [libc++] Change _LIBCPP_CONSTEXPR_SINCE_XXX to constexpr in the dylib 2023-08-18 13:44:26 -04:00
test [PowerPC] Exclude frexp(long double) on linux 2023-08-25 12:17:51 -05:00
utils [libc++] Adds string_view constructor overload 2023-08-25 17:56:27 +02:00
.clang-format [libc++] Make everything in namespace std have default type visibility and hidden visibility and remove _LIBCPP_ENUM_VIS 2023-08-19 15:16:04 -07:00
.clang-tidy [libc++] Fix template parameter naming and enforce it through readability-identifier-naming 2023-07-24 19:54:12 -07:00
.gitignore
appveyor-reqs-install.cmd
appveyor.yml [libc++] Re-apply "Always build c++experimental.a"" 2022-07-19 10:44:19 -04:00
CMakeLists.txt [libc++][modules] Simplifies C++20 module testing. 2023-08-22 20:06:28 +02:00
CREDITS.TXT [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
LICENSE.TXT
TODO.TXT