K 10 svn:author V 3 dim K 8 svn:date V 27 2014-02-20T22:31:45.844006Z K 7 svn:log V 280 Pull in r200453 from upstream llvm trunk: Implement SPARCv9 atomic_swap_64 with a pseudo. The SWAP instruction only exists in a 32-bit variant, but the 64-bit atomic swap can be implemented in terms of CASX, like the other atomic rmw primitives. Submitted by: rdivacky END