Fix a bunch of namespace pollution.
[oota-llvm.git] / lib / System / Atomic.cpp
2009-06-23 Owen AndersonAdd atomic multiply and divide operations, built on...
2009-06-23 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Owen AndersonAtomic ops that do arithmetic use signed arithmetic.
2009-06-23 Owen AndersonLabel the existing atomic functions as 32-bit specific...
2009-06-23 Owen AndersonAdd an atomic add operation.
2009-06-19 Owen AndersonFix bad paste-o in the MSVC atomics.
2009-06-17 Owen AndersonUse atomic increment/decrement for reference counting...
2009-06-17 Owen AndersonAdd an atomic increment and decrement implementation...
2009-06-03 Duncan SandsAt a newline at the end of this file.
2009-06-02 Owen AndersonUndef MemoryFence when compiling on MSVC.
2009-05-20 Owen AndersonTabs, be gone!
2009-05-20 Owen AndersonI just fail today.
2009-05-20 Owen AndersonCopy-and-paste-o.
2009-05-20 Owen AndersonMove atomic operations' definitions out of line. While...