- May 07, 2008
-
-
Duncan Sands authored
on x86-64 linux. This causes no regressions on 32 bit linux and 32 bit ppc. More tests pass on 64 bit ppc with no regressions. I didn't turn on eh on 64 bit linux because the intrinsics needed to compile the eh runtime aren't done yet. But if you turn it on and link with the mainline runtime then eh seems to work fine on x86-64 linux with this patch. Thanks to Dale for testing. The main point of the patch is that if you output that some object is encoded using 4 bytes you had better not output 8 bytes for it: the patch makes everything consistent. llvm-svn: 50825
-
Ted Kremenek authored
llvm-svn: 50824
-
Ted Kremenek authored
llvm-svn: 50823
-
Ted Kremenek authored
Correctly check if the result of CStrInCStrNoCase is NULL to generate summaries; before we were inverting the condition. llvm-svn: 50822
-
Ted Kremenek authored
llvm-svn: 50821
-
Chris Lattner authored
Currently is sufficient to describe mod/ref behavior but will hopefully eventually be extended for other purposes. This isn't used by anything yet. llvm-svn: 50820
-
Fariborz Jahanian authored
properties. Couple of property tests will fail with this patch. Will fix them next. llvm-svn: 50818
-
Ted Kremenek authored
llvm-svn: 50817
-
Steve Naroff authored
llvm-svn: 50816
-
Steve Naroff authored
llvm-svn: 50815
-
Nick Lewycky authored
llvm-svn: 50805
-
Ted Kremenek authored
Do not treat **instance** methods "copyWithZone:" and "mutableCopyWithZone:" from NSObject as allocators. llvm-svn: 50802
-
Douglas Gregor authored
llvm-svn: 50799
-
Ted Kremenek authored
llvm-svn: 50798
-
Ted Kremenek authored
llvm-svn: 50795
-
Evan Cheng authored
%ecx = op store %cl<kill>, (addr) (addr) = op %al It's not safe to unfold the last operand and eliminate store even though %cl is marked kill. It's a sub-register use which means one of its super-register(s) may be used below. llvm-svn: 50794
-
Dan Gohman authored
llvm-svn: 50793
-
-
Bill Wendling authored
llvm-svn: 50789
-
Owen Anderson authored
llvm-svn: 50787
-
Bill Wendling authored
llvm-svn: 50786
-
Ted Kremenek authored
llvm-svn: 50784
-
Ted Kremenek authored
llvm-svn: 50783
-
-
rdar://problem/5879237Steve Naroff authored
Fix <rdar://problem/5879237> clang objc rewriter: ivars not accessible in structure generated for class llvm-svn: 50781
-
Steve Naroff authored
llvm-svn: 50780
-
Fariborz Jahanian authored
llvm-svn: 50779
-
Anton Korobeynikov authored
llvm-svn: 50778
-
Ted Kremenek authored
llvm-svn: 50777
-
Anton Korobeynikov authored
we will need to strip all casts for intializer lookup. llvm-svn: 50776
-
Anton Korobeynikov authored
llvm-svn: 50775
-
rdar://problem/5888515Steve Naroff authored
Fix <rdar://problem/5888515> clang ObjC rewriter: Use objc.h for declarations instead of putting them in the preamble? llvm-svn: 50774
-
- May 06, 2008
-
-
Ted Kremenek authored
PathDiagnosticClient of where to display a string (beyond just the SourceLocation). llvm-svn: 50773
-
Ted Kremenek authored
"#if 0" out some assumptions when auto-generating method summaries. llvm-svn: 50772
-
Owen Anderson authored
llvm-svn: 50771
-
Owen Anderson authored
We need to update PHIs containing the exiting block, not the exit block. We really should come up with better names for these. llvm-svn: 50770
-
Devang Patel authored
llvm-svn: 50769
-
Gordon Henriksen authored
llvm-svn: 50768
-
rdar://problem/5881225Steve Naroff authored
Fix <rdar://problem/5881225> clang ObjC Rewriter: Protocol structure defined twice when two interfaces use it in same file llvm-svn: 50767
-
Mikhail Glushenkov authored
llvm-svn: 50766
-