index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Atomic.cpp
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2009-12-07
Fixes the Atomic implementation if compiled by MSVC compiler.
Oscar Fuentes
2009-06-23
Add atomic multiply and divide operations, built on top of CompareAndSwap.
Owen Anderson
2009-06-23
Revert my last series of commits related to Timer and 64-bit atomics. Not al...
Owen Anderson
2009-06-23
Atomic ops that do arithmetic use signed arithmetic.
Owen Anderson
2009-06-23
Label the existing atomic functions as 32-bit specific, and add a 64-bit one ...
Owen Anderson
2009-06-23
Add an atomic add operation.
Owen Anderson
2009-06-19
Fix bad paste-o in the MSVC atomics.
Owen Anderson
2009-06-17
Use atomic increment/decrement for reference counting of Type's.
Owen Anderson
2009-06-17
Add an atomic increment and decrement implementation, which will be used for
Owen Anderson
2009-06-03
At a newline at the end of this file.
Duncan Sands
2009-06-02
Undef MemoryFence when compiling on MSVC.
Owen Anderson
2009-05-20
Tabs, be gone!
Owen Anderson
2009-05-20
I just fail today.
Owen Anderson
2009-05-20
Copy-and-paste-o.
Owen Anderson
2009-05-20
Move atomic operations' definitions out of line. While this seems kind of si...
Owen Anderson