libcxx fork for Darling build
Go to file
Howard Hinnant 1b18a48e28 cleaning up...
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@121275 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-08 20:09:09 +00:00
include After a long break to wait for the atomic spec to settle, this completes the library part of <atomic>. It currently won't even parse as it depends on the existence of the intrinsics specified at http://libcxx.llvm.org/atomic_design_a.html. Everything has been tested using fake intrinsics which have now been removed. As the intrinsics come online, the ATOMIC_* macros will need to be adjusted to reflect which operations are lock-free. These macros will probably need to be #ifdef'd for each supported platform. 2010-12-08 17:20:28 +00:00
lib Add typeinfo for char16_t, char32_t and nullptr. 2010-12-03 17:25:24 +00:00
src Add a couple more std-qualifers. 2010-12-06 15:11:48 +00:00
test cleaning up... 2010-12-08 20:09:09 +00:00
www type_traits intrinsics design 2010-11-19 01:48:13 +00:00
CREDITS.TXT add a credits file for libc++ 2010-11-16 21:39:15 +00:00
LICENSE.TXT libc++ is now dual licensed under both UIUC and MIT licenses. 2010-11-16 21:40:19 +00:00
Makefile <rdar://problem/8279559> [libstdcxx] use new linker options to make symbols non-weak 2010-09-10 20:42:36 +00:00