Commit Graph

4 Commits

Author SHA1 Message Date
Nick Kledzik 69e25c45e4 <rdar://problem/13806954> enable __atomic_* functions for Darwin
llvm-svn: 182435
2013-05-21 23:02:04 +00:00
David Chisnall ca9c93c38d Update atomic.c to work with the new clang builtins.
llvm-svn: 156817
2012-05-15 12:36:14 +00:00
Benjamin Kramer 185f2edd70 Fix the build on 32 bit hosts.
- Add memcpy and memcmp to the stub headers.
- __uint128_t is not available on 32 bit platforms. It's also unused so just
  comment it out for now.

llvm-svn: 153779
2012-03-30 21:37:08 +00:00
David Chisnall 675de5d16c Initial commit of support functions for atomic operations.
llvm-svn: 153735
2012-03-30 08:35:32 +00:00