- Dec 09, 2008
-
-
Dan Gohman authored
pipeline model. llvm-svn: 60733
-
Ted Kremenek authored
llvm-svn: 60732
-
Ted Kremenek authored
llvm-svn: 60731
-
Ted Kremenek authored
Fixed LiveVariables bug where we didn't consider block-level expressions that functioned as the size of a VLA to be live. llvm-svn: 60730
-
Fariborz Jahanian authored
llvm-svn: 60729
-
Dan Gohman authored
for spotting these! llvm-svn: 60728
-
Devang Patel authored
llvm-svn: 60727
-
- Dec 08, 2008
-
-
Ted Kremenek authored
llvm-svn: 60726
-
Chris Lattner authored
jump threading has been shown to only expose problems not have bugs itself. I'm sure it's completely bug free! ;-) llvm-svn: 60725
-
Ted Kremenek authored
llvm-svn: 60722
-
Ted Kremenek authored
llvm-svn: 60721
-
-
Chris Lattner authored
This is important because ParseDeclarationOrFunctionDefinition skips to, but does not consume, an } on error. llvm-svn: 60719
-
Chris Lattner authored
llvm-svn: 60718
-
Ted Kremenek authored
'self.myIvar = nil' (properties) only releases myIvar when the property has kind 'assign'. This fixes <rdar://problem/6380411>. llvm-svn: 60717
-
Steve Naroff authored
Fixes <rdar://problem/6418640> clang on prokit: error: incompatible type returning 'id', expected 'NSSize' llvm-svn: 60716
-
Steve Naroff authored
llvm-svn: 60713
-
Dan Gohman authored
llvm-svn: 60712
-
Evan Cheng authored
llvm-svn: 60711
-
Fariborz Jahanian authored
warning as it is allowed in gcc and will break projects. llvm-svn: 60710
-
Fariborz Jahanian authored
must allow the continuation class to extend it to a 'readwrite' and 'copy/retain'. llvm-svn: 60709
-
Douglas Gregor authored
llvm-svn: 60708
-
Dan Gohman authored
llvm-svn: 60707
-
Dan Gohman authored
avoids GCC's warning even on 64-bit hosts. llvm-svn: 60706
-
Dan Gohman authored
llvm-svn: 60705
-
rdar://problem/6423452Steve Naroff authored
Fix <rdar://problem/6423452> clang ObjC rewriter: Don't use __declspec(dllimport) for Blocks functions, as they are linked statically. llvm-svn: 60704
-
Ted Kremenek authored
llvm-svn: 60703
-
Devang Patel authored
Thanks Duncan! llvm-svn: 60702
-
Devang Patel authored
llvm-svn: 60701
-
Steve Naroff authored
This is a follow-up to fixing <rdar://problem/6213955> clang ObjC rewriter: rewriter doesn't appear to support @property and @synthesize. llvm-svn: 60700
-
Sebastian Redl authored
llvm-svn: 60699
-
Duncan Sands authored
llvm-svn: 60698
-
Duncan Sands authored
llvm-svn: 60697
-
Dan Gohman authored
and use it in x86 address mode folding. Also, make getRegForValue return 0 for illegal types even if it has a ValueMap for them, because Argument values are put in the ValueMap. This fixes PR3181. llvm-svn: 60696
-
Chris Lattner authored
track of whether the CachedNonLocalPointerInfo for a block is specific to a block. If so, just return it without any pred scanning. This is good for a 6% speedup on GVN (when it uses this lookup method, which it doesn't right now). llvm-svn: 60695
-
Chris Lattner authored
llvm-svn: 60694
-
Zhongxing Xu authored
llvm-svn: 60693
-
Chris Lattner authored
remove some more 64-bit divs and rems from the StructLayout ctor. llvm-svn: 60692
-
Dan Gohman authored
as suggested in PR3182. llvm-svn: 60691
-
Dan Gohman authored
llvm-svn: 60690
-