clang-1/lib/Analysis
Ted Kremenek 5fe4d9deb5 Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding malloc() traffic when adding successors/predecessors to a node. This was done by introducing BumpVector, which is essentially SmallVector with all memory being BumpPtrAllocated (this can certainly be cleaned up or moved into llvm/ADT).
This change yields a 1.8% speed increase when running the analyzer (with -analyzer-store=region) on a small benchmark file.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83439 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-07 00:42:52 +00:00
..
AnalysisContext.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
AnalysisManager.cpp Fix 'clang-cc -analyzer-display-progress' by flushing standard error after printing the name of the analyzed function. 2009-10-06 03:49:25 +00:00
BasicConstraintManager.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
BasicObjCFoundationChecks.cpp Change all the Type::getAsFoo() methods to specializations of Type::getAs(). 2009-09-21 23:43:11 +00:00
BasicObjCFoundationChecks.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
BasicStore.cpp Fix: 2009-09-27 20:45:21 +00:00
BasicValueFactory.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
BugReporter.cpp Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding malloc() traffic when adding successors/predecessors to a node. This was done by introducing BumpVector, which is essentially SmallVector with all memory being BumpPtrAllocated (this can certainly be cleaned up or moved into llvm/ADT). 2009-10-07 00:42:52 +00:00
BugReporterVisitors.cpp Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way 2009-09-11 22:07:28 +00:00
CFG.cpp When building CFGs, no longer reverse the statements in the CFGBlock. Instead 2009-09-24 18:45:41 +00:00
CFRefCount.cpp Fix bad grammar in static analyzer diagnostic. Reported by Robert Purves! 2009-10-01 17:31:50 +00:00
CMakeLists.txt Update CMakeLists. 2009-09-11 11:28:30 +00:00
CallGraph.cpp Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: 2009-09-29 19:44:27 +00:00
CallInliner.cpp Start to add a new transfer function that inlines callee. To be continued. 2009-09-11 04:13:42 +00:00
CheckDeadStores.cpp Make AnalysisManager stateless. Now other analyzer components only depends on 2009-09-10 05:44:00 +00:00
CheckNSError.cpp Change all the Type::getAsFoo() methods to specializations of Type::getAs(). 2009-09-21 23:43:11 +00:00
CheckObjCDealloc.cpp Fix checking for a null pointer constant when the expression itself is 2009-09-25 04:25:58 +00:00
CheckObjCInstMethSignature.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
CheckObjCUnusedIVars.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
CheckSecuritySyntaxOnly.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Environment.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ExplodedGraph.cpp Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding malloc() traffic when adding successors/predecessors to a node. This was done by introducing BumpVector, which is essentially SmallVector with all memory being BumpPtrAllocated (this can certainly be cleaned up or moved into llvm/ADT). 2009-10-07 00:42:52 +00:00
GRBlockCounter.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
GRCoreEngine.cpp Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding malloc() traffic when adding successors/predecessors to a node. This was done by introducing BumpVector, which is essentially SmallVector with all memory being BumpPtrAllocated (this can certainly be cleaned up or moved into llvm/ADT). 2009-10-07 00:42:52 +00:00
GRExprEngine.cpp Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when 2009-10-06 01:39:48 +00:00
GRExprEngineInternalChecks.cpp Shorten the static analyzer diagnostic for 'use of garbage value'. 2009-09-24 00:44:26 +00:00
GRState.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
LiveVariables.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Makefile Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
MemRegion.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
PathDiagnostic.cpp Reintroduce FoldingSet profiling for PathDiagnostics. 2009-09-18 22:33:39 +00:00
RangeConstraintManager.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
RegionStore.cpp Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when 2009-10-06 01:39:48 +00:00
SVals.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
SValuator.cpp Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when 2009-10-06 01:39:48 +00:00
SimpleConstraintManager.cpp Fix <rdar://problem/7249327> by allowing silent conversions between signed and unsigned integer values for symbolic values. This is an intermediate solution (i.e. hack) until we support extension/truncation of symbolic integers. 2009-09-25 00:18:15 +00:00
SimpleConstraintManager.h Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way 2009-09-11 22:07:28 +00:00
SimpleSValuator.cpp Fix crash introduced by r83358 where a symbol could be eagerly 2009-10-06 03:44:49 +00:00
Store.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
SymbolManager.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
UninitializedValues.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ValueManager.cpp Fix: 2009-09-27 20:45:21 +00:00