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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-11
/
+11
*
Fix a use-of-undefined, IRgen expects the RValue for "void" to be a scalar RV...
Daniel Dunbar
2009-05-27
1
-1
/
+1
*
implement __sync_synchronize and __sync_lock_release,
Chris Lattner
2009-05-13
1
-0
/
+6
*
force a target triple so that the right greppable output happens.
Chris Lattner
2009-05-09
1
-1
/
+1
*
Fix the atomics sema code to convert operands to the argument types
Chris Lattner
2009-05-08
1
-1
/
+4
*
reimplement __sync_* builtins to be variadic and to follow the same
Chris Lattner
2009-05-08
1
-8
/
+9
*
Implement __sync_{add,sub,and,or,xor}_and_fetch and
Daniel Dunbar
2009-04-07
1
-6
/
+14
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
fix this testcase after Mon Ping's intrinsic rename.
Chris Lattner
2008-06-26
1
-3
/
+3
*
Multiple tests in a single test file must be linked with '&&'.
Argyrios Kyrtzidis
2008-06-12
1
-11
/
+11
*
Added support to generate some atomic operators (add, sub, and, or etc..)
Mon P Wang
2008-05-09
1
-0
/
+35