Daniel Dunbar
|
8b57697954
|
Eliminate &&s in tests.
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
llvm-svn: 86430
|
2009-11-08 01:45:36 +00:00 |
Fariborz Jahanian
|
8e23171fbc
|
OS dependent code removed.
llvm-svn: 68904
|
2009-04-12 17:43:53 +00:00 |
Daniel Dunbar
|
670af594d8
|
Force triple for a number of tests that rely on __weak.
llvm-svn: 68826
|
2009-04-10 21:23:20 +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 |
Daniel Dunbar
|
94ceb61574
|
Fix two @synchronized bugs found by inspection: the expression to sychronize on should only be evaluated once, and it is evaluated outside the cleanup scope.
Also, lift SyncEnter and SyncExit up in nervous anticipation of x86-64
zero cost EH.
llvm-svn: 65362
|
2009-02-24 01:43:46 +00:00 |
Fariborz Jahanian
|
e2caaaa13c
|
Fixed bugzilla bug# 3095 related to code gen. for @synchronized.
llvm-svn: 59838
|
2008-11-21 19:21:53 +00:00 |
Douglas Gregor
|
0f492d1a11
|
Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target
llvm-svn: 59463
|
2008-11-17 20:45:14 +00:00 |
Fariborz Jahanian
|
e3126a24e3
|
Test case for objective-c's @synchronized statement.
llvm-svn: 59451
|
2008-11-17 18:03:28 +00:00 |