Daniel Dunbar
|
4fab57ddea
|
Implement __sync_{add,sub,and,or,xor}_and_fetch and
__sync_bool_compare_and_swap.
- <rdar://problem/6762223> [sema/irgen] support
__sync_bool_compare_and_swap and __sync_add_and_fetch
llvm-svn: 68482
|
2009-04-07 00:55:51 +00:00 |
Daniel Dunbar
|
a45cf5b6b0
|
Rename clang to clang-cc.
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
2009-03-24 02:24:46 +00:00 |
Chris Lattner
|
64d8d074a8
|
fix this testcase after Mon Ping's intrinsic rename.
llvm-svn: 52754
|
2008-06-26 04:06:27 +00:00 |
Argyrios Kyrtzidis
|
351763e156
|
Multiple tests in a single test file must be linked with '&&'.
Otherwise, failing tests other than the last one will not be reported.
llvm-svn: 52231
|
2008-06-12 12:40:02 +00:00 |
Mon P Wang
|
b84407d6ec
|
Added support to generate some atomic operators (add, sub, and, or etc..)
llvm-svn: 50919
|
2008-05-09 22:40:52 +00:00 |