Now that we have atomics support properly detected by configure,
[oota-llvm.git] / include / llvm / System / Atomic.h
2009-05-19 Owen AndersonNow that we have atomics support properly detected...
2009-05-17 Owen AndersonSignificantly improve Atomic.h by pulling in code from...
2009-05-16 Owen AndersonRemove the volatile marker from the cas_flag typedef...
2009-05-15 Anton KorobeynikovUnbreak mingw build
2009-05-15 Owen AndersonImprove compatibility with older versions of Windows.
2009-05-15 Owen Anderson(Hopefully) unbreak Apple-style builds.
2009-05-15 Owen AndersonDon't #include OSAtomic.h unless we really need it.
2009-05-15 Owen AndersonNow with working on Leopard!
2009-05-14 Owen AndersonDropped this #include by accident.
2009-05-14 Owen AndersonAdd CompareAndSwap.
2009-05-14 Owen AndersonAdd an Atomic.h to the System library, for providing...