Go to file
David Chisnall 18e33935f3 Some fixes to <atomic> operations to explicitly use atomic types and operations.
The integral types now work with clang trunk (if you remove the guard), although we're still missing an intrinsic for initialising atomics (needed for C1x too).

Howard: Please review.
llvm-svn: 146865
2011-12-19 11:44:20 +00:00
clang Add AVX2 intrinsics for and, andn, or, and xor. 2011-12-19 09:03:48 +00:00
compiler-rt Recently the GCD tests started failing because of the invalid size of 2011-12-16 19:13:35 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Some fixes to <atomic> operations to explicitly use atomic types and operations. 2011-12-19 11:44:20 +00:00
libcxxabi Fixed several bugs, implemented support for vector types, and cleaned out dead code. 2011-12-15 20:02:15 +00:00
lld Initial commit. Code by Nick Kledzik. Cleanups and build system by me. 2011-12-18 08:27:59 +00:00
lldb Fixed code rot pointed out by Jim. 2011-12-17 02:07:52 +00:00
llvm Allow for benchmarking more than 4GB of memory 2011-12-19 09:56:35 +00:00
polly Adapt to move of isSafeToSpeculativelyExecute into another header. 2011-12-16 08:27:42 +00:00