index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
atomic-ops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make test/CodeGen/atomic-ops.c free-standing
Hal Finkel
2014-10-03
1
-3
/
+3
*
Add an implementation of C11's stdatomic.h
Hal Finkel
2014-10-03
1
-8
/
+31
*
CodeGen: Don't completely mess-up optimized atomic libcalls
David Majnemer
2014-08-29
1
-0
/
+73
*
Fix test for release builds.
Tim Northover
2014-06-13
1
-2
/
+2
*
Atomics: emit "cmpxchg weak" where possible
Tim Northover
2014-06-13
1
-3
/
+44
*
IR-change: cmpxchg operations now return { iN, i1 }.
Tim Northover
2014-06-13
1
-6
/
+9
*
Tests: use CHECK-LABEL to help debugging failures
Tim Northover
2014-06-13
1
-29
/
+29
*
CodeGen: make use of weaker failure orders on cmpxchg.
Tim Northover
2014-03-13
1
-0
/
+88
*
Sema: produce error when invalid ordering is passed to atomic builtin
Tim Northover
2014-03-11
1
-9
/
+0
*
IRGen: __c11/__atomic compare-and-exchange should respect the standard
David Majnemer
2014-03-10
1
-3
/
+12
*
Patch to issue error when target of MacOS and iOS
Fariborz Jahanian
2013-05-28
1
-6
/
+1
*
Don't crash on bad atomic operations. PR14176.
Eli Friedman
2012-10-30
1
-0
/
+9
*
Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set of
Richard Smith
2012-04-13
1
-0
/
+15
*
Implement the missing pieces needed to support libstdc++4.7's <atomic>:
Richard Smith
2012-04-13
1
-5
/
+51
*
Implement support for 18 of the GNU-compatible __atomic builtins.
Richard Smith
2012-04-12
1
-9
/
+134
*
Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's
Richard Smith
2012-04-11
1
-18
/
+18
*
AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving
Richard Smith
2012-04-10
1
-0
/
+9
*
Relax the test slightly so that it should pass on other people's computers.
David Chisnall
2012-03-29
1
-4
/
+4
*
Call out to GCC-compatible runtime functions for atomic ops that we can't use
David Chisnall
2012-03-29
1
-0
/
+36
*
Add missing newline.
Eli Friedman
2011-10-17
1
-1
/
+1
*
Initial implementation of __atomic_is_lock_free. The input is the size of an...
Eli Friedman
2011-10-17
1
-0
/
+6
*
Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...
Eli Friedman
2011-10-14
1
-3
/
+1
*
Initial implementation of __atomic_* (everything except __atomic_is_lock_free).
Eli Friedman
2011-10-11
1
-0
/
+79