Go to file
Hal Finkel b152ac5890 Update comment on AtomicRMWInst::Nand
As of July 2014, all backends have been updated to implement
AtomicRMWInst::Nand as ~(x & y) (and not as x & ~y, as some did previously).
This was added to the release notes in r212635 (and the LangRef had been
changed), but it seems that we forgot to update the header-file description.

llvm-svn: 218236
2014-09-22 06:47:10 +00:00
clang Add some documentation stating that the memory allocated by the ASTContext.h placement new does not need to be explicitly freed 2014-09-22 02:26:17 +00:00
clang-tools-extra ClangRenameTests: Prune redundant libdeps. 2014-09-22 05:45:11 +00:00
compiler-rt [UBSan] Introduce more flexible __ubsan_default_options function instead of UBSAN_DEFAULT_OPTIONS compile definition 2014-09-19 18:54:52 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Remove more redundant semi-colons 2014-09-18 09:23:40 +00:00
libcxx Support newlib as libc++'s C library [locale part] 2014-09-19 20:09:12 +00:00
libcxxabi Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
lld Modified per David Blakie suggestion. 2014-09-21 05:07:44 +00:00
lldb Enable libcxx map test on FreeBSD again 2014-09-21 02:24:01 +00:00
llvm Update comment on AtomicRMWInst::Nand 2014-09-22 06:47:10 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly [Fix] Allow pointer types as access elements and compare them correctly 2014-09-19 08:49:02 +00:00