- Oct 25, 2008
-
-
Zhongxing Xu authored
llvm-svn: 58137
-
Zhongxing Xu authored
llvm-svn: 58136
-
Zhongxing Xu authored
llvm-svn: 58135
-
Oscar Fuentes authored
llvm-svn: 58134
-
Oscar Fuentes authored
llvm-svn: 58133
-
Oscar Fuentes authored
llvm-svn: 58132
-
Oscar Fuentes authored
llvm-svn: 58131
-
Oscar Fuentes authored
llvm-svn: 58130
-
Evan Cheng authored
If val# def is ~0U, meaning it's defined by a PHI, and it's previously split, spill before the barrier because it's impossible to determine if all the defs are spilled in the same spill slot. llvm-svn: 58129
-
Nuno Lopes authored
2nd try to fix leakage of the module provider. note that moduleprovider takes ownership of the module llvm-svn: 58128
-
Nuno Lopes authored
llvm-svn: 58127
-
Ted Kremenek authored
llvm-svn: 58125
-
Argyrios Kyrtzidis authored
llvm-svn: 58124
-
Argyrios Kyrtzidis authored
Unbreak the test by.. removing a space. (clang protested that -verify only works on single input files). llvm-svn: 58123
-
Daniel Dunbar authored
Rajaratnam, with some updates and formatting changes. llvm-svn: 58122
-
Dale Johannesen authored
Prevents some more overzealous deletions (mostly in AltiVec code). llvm-svn: 58121
-
- Oct 24, 2008
-
-
Argyrios Kyrtzidis authored
-Add withConst/withVolatile/withRestrict methods to QualType class, that return the QualType plus the respective qualifier. llvm-svn: 58120
-
Daniel Dunbar authored
llvm-svn: 58119
-
Dale Johannesen authored
be saved/restored in the prolog/epilog. We need to do this iff something in the function stores into it. llvm-svn: 58116
-
Ted Kremenek authored
llvm-svn: 58115
-
Ted Kremenek authored
llvm-svn: 58114
-
Dale Johannesen authored
llvm-svn: 58113
-
Ted Kremenek authored
followsFundamentalRule() returns true if "alloc" or "new" appear at the beginning of the string, not anywhere within it. llvm-svn: 58112
-
Ted Kremenek authored
llvm-svn: 58111
-
Ted Kremenek authored
Implicit conversions from arrays can also be conversions to references (will add a test case shortly). llvm-svn: 58110
-
Ted Kremenek authored
Enhance test to include a case where a tracked object escapes because it is stored to a local ivar through a method dispatch to 'self.' llvm-svn: 58109
-
Ted Kremenek authored
Issue warnings about owned objects returned from a method that does not match the established Cocoa naming conventions. llvm-svn: 58108
-
Ted Kremenek authored
Added method "getSelfRegion" to Store. This method returns the region associated with the "this" or "self" object (C++ and Objective-C respectively). llvm-svn: 58107
-
Ted Kremenek authored
llvm-svn: 58106
-
Douglas Gregor authored
llvm-svn: 58105
-
Torok Edwin authored
llvm-svn: 58104
-
Torok Edwin authored
llvm-svn: 58103
-
Evan Cheng authored
llvm-svn: 58102
-
Douglas Gregor authored
llvm-svn: 58100
-
Sebastian Redl authored
llvm-svn: 58099
-
Steve Naroff authored
llvm-svn: 58098
-
Douglas Gregor authored
llvm-svn: 58097
-
Douglas Gregor authored
llvm-svn: 58096
-
Douglas Gregor authored
llvm-svn: 58094
-
Ted Kremenek authored
llvm-svn: 58093
-