- Aug 06, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 78300
-
Anton Korobeynikov authored
llvm-svn: 78299
-
Zhongxing Xu authored
merge GRCoreEngineImpl and GRCoreEngine. Introduce a new interface class GRSubEngine as the subengine of GRCoreEngine. GRExprEngine subclasses GRSubEngine now. llvm-svn: 78298
-
Dan Gohman authored
by aggressive chain operand optimization. UpdateNodeOperands does not modify the node in place if it would result in a node identical to an existing node. llvm-svn: 78297
-
Zhongxing Xu authored
llvm-svn: 78296
-
Dan Gohman authored
and high-bits values in ways that weren't correct for integer types wider than 64 bits. This fixes a miscompile in PPMacroExpansion.cpp in clang on x86-64. llvm-svn: 78295
-
Anton Korobeynikov authored
llvm-svn: 78293
-
Douglas Gregor authored
transform, then use the result for template instantiation. The generic transformation fixes a few issues: - It copes better with template template parameters and member templates (when they're implemented). - The logic used to replace template template parameters with their arguments is now centralized in TransformDecl, so that it will apply for other declaration-instantiation steps. - The error-recovery strategy is normalized now, so that any error results in a NULL TemplateName. llvm-svn: 78292
-
Zhongxing Xu authored
merge ExplodedGraphImpl and ExplodedGraph. llvm-svn: 78291
-
Ted Kremenek authored
llvm-svn: 78290
-
Chris Lattner authored
llvm-svn: 78289
-
Daniel Dunbar authored
- This also fixes the ENABLE_EXPENSIVE_CHECKS failure on vmcore.ml. llvm-svn: 78287
-
Douglas Gregor authored
tree transformation. Template instantiation uses this general transformation rather than implementing its own transformation. llvm-svn: 78286
-
-
Ted Kremenek authored
llvm-svn: 78284
-
Douglas Gregor authored
llvm-svn: 78283
-
Sanjiv Gupta authored
llvm-svn: 78282
-
Chris Lattner authored
llvm-svn: 78281
-
Ted Kremenek authored
llvm-svn: 78280
-
Ted Kremenek authored
already been uniqued. llvm-svn: 78279
-
Douglas Gregor authored
this->Base::foo from James Porter! llvm-svn: 78278
-
Andreas Bolka authored
As suggested by Nick Lewycky. llvm-svn: 78277
-
Ryan Flynn authored
llvm-svn: 78276
-
Sanjiv Gupta authored
llvm-svn: 78275
-
John McCall authored
llvm-svn: 78274
-
Zhongxing Xu authored
llvm-svn: 78273
-
Daniel Dunbar authored
- Patch by Carl-Daniel Hailfinger. llvm-svn: 78272
-
Daniel Dunbar authored
current directory. llvm-svn: 78271
-
Zhongxing Xu authored
and their impl base classes. This can greatly simply some code of the core analysis engine. This patch merges ExplodedNodeImpl into ExplodedNode. llvm-svn: 78270
-
Daniel Dunbar authored
llvm-svn: 78269
-
Ted Kremenek authored
RegionStore already lazily abstracted the contents of arrays and structs, when doing an assignment from one array/struct to another we did an explicit element-wise copy, which resulted in a loss of laziness and huge performance problem when analyzing many code bases. Now RegionStoreManager handles such assignments using a new SVal could 'LazyCompoundSVal', which basically means the value of a given struct or array (a MemRegion*) in a specific state (GRState). When we do a load from a field whose encompassing struct binds to a LazyCompoundSVal, we essentially do a field lookup in the original structure. This means we have essentially zero copying of data for structs/arrays and everything stays lazy. llvm-svn: 78268
-
Fariborz Jahanian authored
appropriate. llvm-svn: 78267
-
John McCall authored
make a note of it in the test case. llvm-svn: 78266
-
Mike Stump authored
virtual base layout. llvm-svn: 78265
-
Bob Wilson authored
llvm-svn: 78264
-
Bob Wilson authored
These operations will have to be synthesized from other instructions. llvm-svn: 78263
-
John McCall authored
because I was thinking about it. llvm-svn: 78262
-
Bob Wilson authored
llvm-svn: 78261
-
Owen Anderson authored
llvm-svn: 78260
-
Owen Anderson authored
llvm-svn: 78259
-