History log of /external/compiler-rt/lib/atomic.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e04a1fdc5d173586408421144a0cd79d1767f918 22-May-2013 Nick Kledzik <kledzik@apple.com> <rdar://problem/13806954> enable __atomic_* functions for Darwin

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@182435 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/atomic.c
bc7ab9ce95a703ef732beb4ca4d0ea8778a60fdd 15-May-2012 David Chisnall <csdavec@swan.ac.uk> Update atomic.c to work with the new clang builtins.



git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@156817 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/atomic.c
fa3eee4101f39661b4a88ac0bc7f184ca8c1ecb1 30-Mar-2012 Benjamin Kramer <benny.kra@googlemail.com> 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.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@153779 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/atomic.c
2aff73868669a46a84ea617801beea47dda0b581 30-Mar-2012 David Chisnall <csdavec@swan.ac.uk> Initial commit of support functions for atomic operations.



git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@153735 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/atomic.c