- Jul 22, 2008
-
-
Ted Kremenek authored
llvm-svn: 53910
-
Ted Kremenek authored
Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GRExprEngineInternalChecks.cpp. llvm-svn: 53909
-
Bruno Cardoso Lopes authored
Fixed small bug. llvm-svn: 53908
-
Bruno Cardoso Lopes authored
llvm-svn: 53907
-
Ted Kremenek authored
llvm-svn: 53906
-
Bill Wendling authored
llvm-svn: 53905
-
Bill Wendling authored
llvm-svn: 53904
-
Bill Wendling authored
llvm-svn: 53903
-
Bill Wendling authored
llvm-svn: 53902
-
Bill Wendling authored
llvm-svn: 53901
-
Bill Wendling authored
llvm-svn: 53900
-
Daniel Dunbar authored
llvm-svn: 53899
-
Bill Wendling authored
llvm-svn: 53898
-
Daniel Dunbar authored
llvm-svn: 53897
-
Bill Wendling authored
llvm-svn: 53896
-
Dan Gohman authored
llvm-svn: 53895
-
Dan Gohman authored
llvm-svn: 53894
-
Ted Kremenek authored
This implements <rdar://problem/6069935> llvm-svn: 53891
-
Dan Gohman authored
correctly handle the case where multiple-return-value constructs were used to return one or zero values. llvm-svn: 53890
-
Bill Wendling authored
llvm-svn: 53889
-
Daniel Dunbar authored
This subsumes Nico Weber's patch and implements bzero in terms of llvm.memset to match llvm-gcc. llvm-svn: 53888
-
Dan Gohman authored
folded. Remove code that handled the case where they aren't folded, and remove bitcode reader/writer support for them. llvm-svn: 53887
-
Devang Patel authored
llvm-svn: 53886
-
Daniel Dunbar authored
This closes <rdar://problem/6080720>, support for __builtin_constant_p has been filed separately. llvm-svn: 53885
-
Dan Gohman authored
llvm-svn: 53884
-
Chris Lattner authored
of a specific smallvector size. Fix protocol lists to pass down proper location info, so we get diagnostics like this: t.m:3:35: error: cannot find protocol definition for 'NSCopying', referenced by 'NSWhatever' @interface NSWhatever : NSObject <NSCopying> ^ instead of this: t.m:3:44: error: cannot find protocol definition for 'NSCopying', referenced by 'NSWhatever' @interface NSWhatever : NSObject <NSCopying> ^ Add a new IdentifierLocPair typedef which is just a pair<IdentifierInfo*, SourceLocation> llvm-svn: 53883
-
Ted Kremenek authored
Fix indexing bug. llvm-svn: 53882
-
- Jul 21, 2008
-
-
Ted Kremenek authored
llvm-svn: 53881
-
Dan Gohman authored
llvm-svn: 53880
-
Dan Gohman authored
leads into a cycle involving a different PHI, LSR got stuck running around that cycle looking for the original PHI. To avoid this, keep track of visited PHIs and stop searching if we see one more than once. This fixes PR2570. llvm-svn: 53879
-
Daniel Dunbar authored
llvm-svn: 53878
-
Chris Lattner authored
llvm-svn: 53877
-
Chris Lattner authored
simplifying code along the way and fixing a problem and memory leak or two. llvm-svn: 53876
-
Dan Gohman authored
SelectionDAG graph writer to make use of them. Now, nodes with multiple values are displayed as such, with incoming edges pointing to the specific value they use. llvm-svn: 53875
-
Dan Gohman authored
llvm-svn: 53874
-
Evan Cheng authored
llvm-svn: 53873
-
Dan Gohman authored
that include useful information like the name of the block being viewed and the current phase of compilation. llvm-svn: 53872
-
Dan Gohman authored
used for the graph "title" and the graph "label", as there are differences in interpretation of these strings between viewers. llvm-svn: 53871
-
Dan Gohman authored
llvm-svn: 53870
-
Bruno Cardoso Lopes authored
Added gp_rel relocations to support addressing small section contents. Added command line to specify small section threshold in bytes. llvm-svn: 53869
-