llvm-project/libcxx
Harald van Dijk fba0b65f72
[libc++] hash<long double>: adjust for x86-64 ILP32
x86-64 ILP32 mode (x32) uses 32-bit size_t, so share the code with ix86 to zero out padding bits, not with x86-64 LP64 mode.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D91349
2020-11-29 13:52:28 +00:00
..
benchmarks [runtimes] Revert the libc++ __config_site change 2020-10-23 09:41:48 -04:00
cmake [libc++] Clarify how we pick the typeinfo comparison 2020-11-18 16:58:45 -05:00
docs [libc++] P1645 constexpr for <numeric> 2020-11-28 17:02:54 +01:00
include [libc++] hash<long double>: adjust for x86-64 ILP32 2020-11-29 13:52:28 +00:00
lib [libc++] Formalize what configurations are covered by the ABI lists 2020-11-27 10:01:07 -05:00
src [libc++] Replace several uses of 0 by nullptr 2020-11-27 10:00:21 -05:00
test [libc++] Disable some tests using gcc 9. 2020-11-28 20:08:09 +01:00
utils [libc++] P1645 constexpr for <numeric> 2020-11-28 17:02:54 +01:00
www [libc++] [docs] Migrate C++ status pages to RestructuredText (RST). 2020-11-26 10:01:09 +01:00
.clang-format
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
CMakeLists.txt [libc++] [libc++abi] Use C++20 standard. 2020-11-22 15:57:25 +01:00
CREDITS.TXT [libcxx] Adds [concept.same] 2020-04-08 18:00:13 -04:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
NOTES.TXT [libc++] Remove ABI lists for previous releases 2020-11-26 14:45:07 -05:00
TODO.TXT [libc++][NFC] Remove outdated TODO item 2020-07-08 13:04:33 -04:00
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