summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/atomic.c
Commit message (Collapse)AuthorAgeFilesLines
* Update atomic.c to work with the new clang builtins.David Chisnall2012-05-151-26/+26
| | | | llvm-svn: 156817
* Fix the build on 32 bit hosts.Benjamin Kramer2012-03-301-2/+4
| | | | | | | | - 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
* Initial commit of support functions for atomic operations.David Chisnall2012-03-301-0/+313
llvm-svn: 153735
OpenPOWER on IntegriCloud