llvm-capstone/libcxx
Zhihao Yuan d27489645b [libc++][C++17] Elementary string conversions for integral types
Summary:
Major QoI considerations:

- The facility is backported to C++14, same as libstdc++.
- Efforts have been made to minimize the header dependencies.
- The design is friendly to the uses of MSVC intrinsics (`__emulu`, `_umul128`, `_BitScanForward`, `_BitScanForward64`) but not implemented; future contributions are welcome.

Thanks to Milo Yip for contributing the implementation of `__u64toa` and `__u32toa`.

References:
 https://wg21.link/p0067r5
 https://wg21.link/p0682r1

Reviewers: mclow.lists, EricWF

Reviewed By: mclow.lists

Subscribers: ldionne, Quuxplusone, christof, mgorny, cfe-commits

Differential Revision: https://reviews.llvm.org/D41458

llvm-svn: 338479
2018-08-01 02:38:30 +00:00
..
benchmarks Add new string benchmarks 2018-07-10 04:11:22 +00:00
cmake [CMake] Don't install c++abi headers in standalone libc++ build 2018-07-25 22:57:39 +00:00
docs [libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITY 2018-07-27 12:46:03 +00:00
fuzzing
include [libc++][C++17] Elementary string conversions for integral types 2018-08-01 02:38:30 +00:00
lib Add libc++fs to the test deps, and not to the target 'cxx'. 2018-07-27 03:47:46 +00:00
src [libc++][C++17] Elementary string conversions for integral types 2018-08-01 02:38:30 +00:00
test [libc++][C++17] Elementary string conversions for integral types 2018-08-01 02:38:30 +00:00
utils Implement <filesystem> 2018-07-27 03:07:09 +00:00
www Final bit of P0063 - make sure that aligned_alloc is available when the underlying C library supports it 2018-07-31 23:39:12 +00:00
.arcconfig
.clang-format
.gitignore
appveyor-reqs-install.cmd Update Clang version on Appveyor bots 2018-04-04 04:33:09 +00:00
appveyor.yml
CMakeLists.txt Attempt to unbreak *all the bots* 2018-07-27 03:42:58 +00:00
CREDITS.TXT
LICENSE.TXT
NOTES.TXT Reland "Use custom command and target to install libc++ headers" 2018-06-12 03:10:02 +00:00
TODO.TXT