Files
llvm-6502/include/llvm/Support
Benjamin Kramer 4721e55a0c [C++11] Replace LLVM atomics with std::atomic.
With C++11 we finally have a standardized way to specify atomic operations. Use
them to replace the existing custom implemention. Sadly the translation is not
entirely trivial as std::atomic allows more fine-grained control over the
atomicity. I tried to preserve the old semantics as well as possible.

Differential Revision: http://llvm-reviews.chandlerc.com/D2915

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202730 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-03 17:53:30 +00:00
..
2013-05-01 21:01:06 +00:00
2014-01-24 17:20:08 +00:00
2013-11-15 01:25:34 +00:00
2012-09-14 14:57:36 +00:00
2013-12-12 15:45:32 +00:00
2014-01-24 17:20:08 +00:00
2014-02-24 01:07:38 +00:00
2013-06-13 21:16:58 +00:00
2013-05-21 20:36:13 +00:00
2013-02-26 18:05:31 +00:00
2013-08-20 22:52:02 +00:00