This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-02-04 03:26:06 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a750d46c9fac0fc28782e2ea2eba2e554f4ab6ef
llvm
/
libcxx
History
Howard Hinnant
d01320c200
Apply noexcept and constexpr to <atomic>.
...
llvm-svn: 154526
2012-04-11 20:14:21 +00:00
..
cmake
…
include
Apply noexcept and constexpr to <atomic>.
2012-04-11 20:14:21 +00:00
lib
Allow libc++ to be built with CMake from within the LLVM tree. The libc++ part is just some renaming as the variable was already in use, conflicting with something else in the LLVM tree. Contributed by Ruben Van Boxem.
2012-03-19 15:40:23 +00:00
src
Put std::piecewise_construct_t back into the dylib for ABI stability. When clients are in C++11/constexpr mode this will be safely ignored because piecewise_construct is then declared with internal linkage.
2012-04-03 23:45:46 +00:00
test
Fix the remaining atomic tests, all of which were wrong for the case where a
2012-04-05 13:48:16 +00:00
www
Updated documentation contributed by Christopher Jefferson.
2012-04-03 15:08:42 +00:00
CMakeLists.txt
…
CREDITS.TXT
Update <limits> with constexpr support. Patch contributed by Jonathan Sauer.
2012-04-02 19:23:15 +00:00
LICENSE.TXT
…
Makefile
…