summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/atomic-ops.c
Commit message (Expand)AuthorAgeFilesLines
* Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set ofRichard Smith2012-04-131-0/+15
* Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith2012-04-131-5/+51
* Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith2012-04-121-9/+134
* Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith2012-04-111-18/+18
* AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix savingRichard Smith2012-04-101-0/+9
* Relax the test slightly so that it should pass on other people's computers.David Chisnall2012-03-291-4/+4
* Call out to GCC-compatible runtime functions for atomic ops that we can't useDavid Chisnall2012-03-291-0/+36
* Add missing newline.Eli Friedman2011-10-171-1/+1
* Initial implementation of __atomic_is_lock_free. The input is the size of an...Eli Friedman2011-10-171-0/+6
* Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman2011-10-141-3/+1
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-111-0/+79