Go to file
Bruno Cardoso Lopes 98fc4c8bbc This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,
nand), atomic.swap and atomic.cmp.swap, all in i8, i16 and i32 versions.
The intrinsics are implemented by creating pseudo-instructions, which are
then expanded in the method MipsTargetLowering::EmitInstrWithCustomInserter.

Patch by Sasa Stankovic.

llvm-svn: 132323
2011-05-31 02:54:07 +00:00
clang Just one for now to see how it will fly. 2011-05-31 00:34:37 +00:00
compiler-rt If a test case is not compiled on a specific platform, print "skipped" 2011-05-29 21:43:29 +00:00
debuginfo-tests Fix tests broken by r132257. 2011-05-29 03:51:55 +00:00
libcxx noexcept for Chapter 21 [strings]. 2011-05-29 19:57:12 +00:00
libcxxabi Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, Howard Hinnant and John McCall 2011-05-24 22:01:16 +00:00
lldb Revert previous changes. 2011-05-30 01:18:45 +00:00
llvm This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor, 2011-05-31 02:54:07 +00:00
polly www: Enable SSI on the webserver. 2011-05-26 12:20:16 +00:00