- Sep 29, 2008
-
-
-
Ted Kremenek authored
<rdar://problem/6253141> Parser rejection occurs when command line has more than one -isysroot switch llvm-svn: 56790
-
Daniel Dunbar authored
llvm-svn: 56789
-
Duncan Sands authored
huge simply connected components. Suggested by Chris. llvm-svn: 56787
-
Nuno Lopes authored
llvm-svn: 56786
-
-
Duncan Sands authored
llvm-svn: 56784
-
Matthijs Kooijman authored
adding a backend. llvm-svn: 56783
-
Duncan Sands authored
instead of hasWeakLinkage in a bunch of optimization passes. llvm-svn: 56782
-
Matthijs Kooijman authored
I originally made this script to show that scalarrepl didn't support them, but it turned out it does. Better to still add the testcase then. llvm-svn: 56781
-
Nico Weber authored
llvm-svn: 56776
-
- Sep 28, 2008
-
-
Steve Naroff authored
llvm-svn: 56775
-
Ted Kremenek authored
llvm-svn: 56774
-
rdar://problem/6252129Steve Naroff authored
Fix <rdar://problem/6252129> implementation of method in category doesn't effectively declare it for methods below. llvm-svn: 56771
-
-
rdar://6252231Chris Lattner authored
by decaying __builtin_va_list's type when forming builtins. On x86-64 (and other targets) __builtin_va_list is a typedef for an array. llvm-svn: 56768
-
Chris Lattner authored
wasn't covering checking builtins like __builtin___vsnprintf_chk) with a check that won't get out of date. llvm-svn: 56767
-
-
Ted Kremenek authored
llvm-svn: 56765
-
-
Daniel Dunbar authored
Comment exception-handling code generation strategy. llvm-svn: 56763
-
Daniel Dunbar authored
llvm-svn: 56762
-
-
Dan Gohman authored
helper functions instead of duplicating it inline each time it is needed. This eliminates a few hundred or so copies of this code in each target. llvm-svn: 56759
-
Daniel Dunbar authored
readable and to generate more readable IR. llvm-svn: 56758
-
Daniel Dunbar authored
- I'm open to the idea that these could have better names. I think these read better than CreateEQNull and CreateNENull. llvm-svn: 56757
-
Daniel Dunbar authored
- This should be rejected by sema (IMHO) but that needs some investigation. llvm-svn: 56756
-
Ted Kremenek authored
llvm-svn: 56755
-
- Sep 27, 2008
-
-
Daniel Dunbar authored
- There is no need to branch on the rethrow variable to determine if we need to call objc_exception_try_exit. We know whether an exception was thrown, so just branch to a different target if we want to skip the try_exit. This is a slight semantic departure from gcc, but only for throwing nil, which is undefined (and for which gcc emits broken code). - Also fixes a bug in current code which was calling try_exit too many times when an exception was uncaught (but there were some handlers). Fix bug introduced in prev. commit, the type of the @catch parameter was uninitialized. llvm-svn: 56754
-
Daniel Dunbar authored
llvm-svn: 56753
-
Daniel Dunbar authored
of the function. llvm-svn: 56752
-
Daniel Dunbar authored
when there are no @catch blocks. Also, eliminated unneeded alloca for the rethrow object. Also, avoid generating code to rethrow exception if the exception will trivially always be caught. llvm-svn: 56751
-
Daniel Dunbar authored
(smaller) size == garbage on stack == heisenbugs. llvm-svn: 56750
-
Zhongxing Xu authored
llvm-svn: 56749
-
Evan Cheng authored
llvm-svn: 56748
-
Daniel Dunbar authored
- Is unused and somewhat unreliable. llvm-svn: 56737
-
Ted Kremenek authored
llvm-svn: 56735
-
Daniel Dunbar authored
llvm-svn: 56734
-
Daniel Dunbar authored
llvm-svn: 56733
-
Devang Patel authored
llvm-svn: 56730
-