summaryrefslogtreecommitdiff
path: root/test/CodeGen/atomic.c
Commit message (Expand)AuthorAgeFilesLines
* Remove support for nand atomic builtins. They are inconsistently implemented inDaniel Dunbar2010-03-251-4/+2
* IRgen: Wrap atomic intrinsics with memory barriers, to ensure we honor the se...Daniel Dunbar2010-03-201-0/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-11/+11
* Fix a use-of-undefined, IRgen expects the RValue for "void" to be a scalar RV...Daniel Dunbar2009-05-271-1/+1
* implement __sync_synchronize and __sync_lock_release,Chris Lattner2009-05-131-0/+6
* force a target triple so that the right greppable output happens.Chris Lattner2009-05-091-1/+1
* Fix the atomics sema code to convert operands to the argument typesChris Lattner2009-05-081-1/+4
* reimplement __sync_* builtins to be variadic and to follow the sameChris Lattner2009-05-081-8/+9
* Implement __sync_{add,sub,and,or,xor}_and_fetch andDaniel Dunbar2009-04-071-6/+14
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* fix this testcase after Mon Ping's intrinsic rename.Chris Lattner2008-06-261-3/+3
* Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis2008-06-121-11/+11
* Added support to generate some atomic operators (add, sub, and, or etc..)Mon P Wang2008-05-091-0/+35