- May 05, 2009
-
-
Dan Gohman authored
llvm-svn: 70925
-
Dan Gohman authored
llvm-svn: 70924
-
Chris Lattner authored
shows up in -print-machineinstrs. This doesn't appear to affect anything, but it was weird for some DBG_LABELs to have DebugLocs but not all of them. llvm-svn: 70921
-
Dan Gohman authored
llvm-svn: 70919
-
- May 04, 2009
-
-
Fariborz Jahanian authored
llvm-svn: 70918
-
Daniel Dunbar authored
layout. - This is much simpler / more efficient. - This also properly computes the size in the presence of bit-fields. llvm-svn: 70916
-
Daniel Dunbar authored
llvm-svn: 70914
-
Daniel Dunbar authored
llvm-svn: 70909
-
Daniel Dunbar authored
empty classes. llvm-svn: 70905
-
Dan Gohman authored
llvm-svn: 70902
-
Fariborz Jahanian authored
llvm-svn: 70901
-
Argyrios Kyrtzidis authored
llvm-svn: 70900
-
Anton Korobeynikov authored
Patch by Collin Winter! llvm-svn: 70898
-
Ted Kremenek authored
llvm-svn: 70897
-
Ted Kremenek authored
llvm-svn: 70896
-
Chris Lattner authored
function calls. For a program like this: #include <stdio.h> static __inline__ __attribute__((always_inline)) int bar(int x) { return 4; } int main() { int X = bar(4); printf("%d\n", X); } clang was not outputing any debug info for the body of main(). This is because the backend is getting confused by the region_start/end that clang is emitting for block scopes. For now, just disable these (matching llvm-gcc), this stuff is in progress of rework anyway. llvm-svn: 70889
-
Ted Kremenek authored
control-flow expressions as dead. llvm-svn: 70887
-
Bill Wendling authored
llvm-svn: 70886
-
Ted Kremenek authored
'==' and '!=' (some code in the '!=' was not replicated in the '==' code, causing some constraints to get lost). llvm-svn: 70885
-
Ted Kremenek authored
'objc_ownership_cfretain' -> 'cf_ownership_retain' 'objc_ownership_cfrelease' -> 'cf_ownership_release' Motivation: Core Foundation objects can be used in isolation from Objective-C, and this forces users to reason about the separate semantics of CF objects. More Sema support pending. llvm-svn: 70884
-
Ted Kremenek authored
llvm-svn: 70883
-
Dan Gohman authored
in a comment. llvm-svn: 70882
-
Dan Gohman authored
llvm-svn: 70881
-
Dan Gohman authored
llvm-svn: 70880
-
Dan Gohman authored
llvm-svn: 70879
-
Ted Kremenek authored
return type and the selector. This is inconsistent with C functions (where such attributes would be placed on the return type, not the the FunctionDecl), and is inconsistent with what people are use to seeing. llvm-svn: 70878
-
Chris Lattner authored
"The attached diff fixes the //FIXME in message send to super. This should now be faster, and works in the presence of class posing. This is now the same approach as used in GCC (the earlier code was a quick hack to get something working)." Patch by David Chisnall! llvm-svn: 70877
-
Duncan Sands authored
only capture their arguments by returning them or throwing an exception or not based on the argument value. Patch essentially by Frits van Bommel. llvm-svn: 70876
-
Duncan Sands authored
llvm-svn: 70875
-
Ted Kremenek authored
retain checker: Add checker support for FunctionDecl ownership annotations. Need to add Sema support. llvm-svn: 70873
-
Chris Lattner authored
llvm-svn: 70872
-
Argyrios Kyrtzidis authored
-Depend on DebugLocs for source line info. (Comes with Regression-Be-Gone(tm)) llvm-svn: 70871
-
Ted Kremenek authored
separate method. llvm-svn: 70870
-
Ted Kremenek authored
llvm-svn: 70869
-
Daniel Dunbar authored
The attached diff fixes the //FIXME in message send to super. This should now be faster, and works in the presence of class posing. This is now the same approach as used in GCC (the earlier code was a quick hack to get something working). llvm-svn: 70868
-
Ted Kremenek authored
ElementRegions that have non-zero array indices. llvm-svn: 70867
-
Daniel Dunbar authored
rather odd when truncated. llvm-svn: 70866
-
Ted Kremenek authored
llvm-svn: 70865
-
Ted Kremenek authored
llvm-svn: 70864
-
Ted Kremenek authored
test into a separate file to monitor the fact that BasicStoreManager passes the test. llvm-svn: 70859
-