llvm-capstone/libcxx
Ilya Tokar 767eadd782 [libcxx] use __builtin_isnan in std::isnan.
Summary: This allows std::isnan to be fully inlined, instead of generating calls.

Reviewers: EricWF

Reviewed By: EricWF

Subscribers: christof, ldionne

Differential Revision: https://reviews.llvm.org/D69806
2019-11-15 12:29:18 -05:00
..
benchmarks [libcxx][NFC] Strip trailing whitespace, fix typo. 2019-10-23 11:49:43 -07:00
cmake [libc++] Fix linker script generation 2019-10-11 04:54:35 +00:00
docs [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian. 2019-11-14 08:55:19 -05:00
fuzzing [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
include [libcxx] use __builtin_isnan in std::isnan. 2019-11-15 12:29:18 -05:00
lib [libc++] Add missing revision number in ABI changelog 2019-10-03 16:50:05 +00:00
src [libc++] Validate the entire regex is consumed 2019-11-09 17:01:37 +01:00
test [libc++][P1872] span should have size_type, not index_type. 2019-11-14 09:07:05 -05:00
utils [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian. 2019-11-14 08:55:19 -05:00
www [libc++] [P0920] [P1661] Update status page. 2019-11-15 00:12:34 +01:00
.arcconfig
.clang-format
.gitignore
appveyor-reqs-install.cmd Attempt to upgrade compiler used by appveyor builds 2019-04-03 20:40:01 +00:00
appveyor.yml disable appveyor config for MSVC 2015 2019-04-03 20:36:51 +00:00
CMakeLists.txt change LLVM_VERSION_SUFFIX default from svn to git 2019-11-11 09:10:20 -08:00
CREDITS.TXT
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
NOTES.TXT
TODO.TXT