index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
Atomic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add atomic multiply and divide operations, built on top of CompareAndSwap.
Owen Anderson
2009-06-23
1
-0
/
+18
*
Revert my last series of commits related to Timer and 64-bit atomics. Not al...
Owen Anderson
2009-06-23
1
-19
/
+7
*
Atomic ops that do arithmetic use signed arithmetic.
Owen Anderson
2009-06-23
1
-4
/
+4
*
Label the existing atomic functions as 32-bit specific, and add a 64-bit one ...
Owen Anderson
2009-06-23
1
-7
/
+19
*
Add an atomic add operation.
Owen Anderson
2009-06-23
1
-0
/
+13
*
Fix bad paste-o in the MSVC atomics.
Owen Anderson
2009-06-19
1
-2
/
+2
*
Use atomic increment/decrement for reference counting of Type's.
Owen Anderson
2009-06-17
1
-2
/
+2
*
Add an atomic increment and decrement implementation, which will be used for
Owen Anderson
2009-06-17
1
-0
/
+28
*
At a newline at the end of this file.
Duncan Sands
2009-06-03
1
-1
/
+1
*
Undef MemoryFence when compiling on MSVC.
Owen Anderson
2009-06-02
1
-0
/
+1
*
Tabs, be gone!
Owen Anderson
2009-05-20
1
-3
/
+3
*
I just fail today.
Owen Anderson
2009-05-20
1
-3
/
+3
*
Copy-and-paste-o.
Owen Anderson
2009-05-20
1
-1
/
+1
*
Move atomic operations' definitions out of line. While this seems kind of si...
Owen Anderson
2009-05-20
1
-0
/
+52