index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Core
/
CoreEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine....
Ted Kremenek
2012-02-16
1
-1
/
+0
*
Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine. Also h...
Ted Kremenek
2012-02-16
1
-0
/
+1
*
Minor cleanup to node data structures in ExplodedGraph. No functionality cha...
Ted Kremenek
2012-02-16
1
-2
/
+2
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-8
/
+8
*
[analyzer] Remove CallEnterNodeBuilder and simplify ExprEngine::processCallEn...
Ted Kremenek
2012-01-07
1
-76
/
+2
*
[analyzer] Remove CallExitNodeBuilder, and have ExprEngine::processCallExit()...
Ted Kremenek
2012-01-07
1
-17
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+6
*
[analyzer] Make sink attribute part of the node profile.
Anna Zaks
2011-11-01
1
-41
/
+30
*
[analyzer] Fix PR11282 - an assert in markAsSink
Anna Zaks
2011-11-01
1
-3
/
+6
*
[analyzer] BranchNodeBuilder should not generate autotransitions.
Anna Zaks
2011-11-01
1
-0
/
+1
*
[analyzer] Move enqueueEndOfFunction into CoreEngine.
Anna Zaks
2011-10-27
1
-0
/
+29
*
[analyzer] Make CoreEngine responsible for enqueueing Stmt Nodes.
Anna Zaks
2011-10-27
1
-3
/
+49
*
[analyzer] GenericNodeBuilder -> NodeBuilder.
Anna Zaks
2011-10-26
1
-38
/
+13
*
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-25
1
-53
/
+2
*
[analyzer] Node builders cleanup + comments
Anna Zaks
2011-10-24
1
-2
/
+1
*
[analyzer] Remove the old StmtNodeBuilder.
Anna Zaks
2011-10-24
1
-44
/
+5
*
[analyzer] Convert ExprEngine::visit() to use short lived builders.
Anna Zaks
2011-10-24
1
-12
/
+2
*
[analyzer] Use a temporary builder in CheckerContext.
Anna Zaks
2011-10-24
1
-1
/
+1
*
[analyzer] Pass external Dst set to NodeBuilder
Anna Zaks
2011-10-24
1
-22
/
+18
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-2
/
+2
*
[analyzer] Remove LocationContext creation methods from AnalysisManager, and ...
Ted Kremenek
2011-10-23
1
-7
/
+9
*
[analyzer] Move predecessor into the NodeBuilder context.
Anna Zaks
2011-10-18
1
-6
/
+4
*
[analyzer] Make NodeBuilder and Pred node loosely coupled
Anna Zaks
2011-10-18
1
-11
/
+4
*
[analyzer] Remove StmtNodeBuilder from CheckerContext
Anna Zaks
2011-10-18
1
-3
/
+2
*
[analyzer] Subclassing StmtBuilder from the NodeBuilder
Anna Zaks
2011-10-18
1
-53
/
+18
*
[analyzer] Modularize builder use in processBranch.
Anna Zaks
2011-10-18
1
-15
/
+0
*
[analyzer] Pull Pred out of NodeBuilderContext.
Anna Zaks
2011-10-18
1
-6
/
+7
*
[analyzer] NodeBuilder Refactoring: Subclass BranchNodeBuilder from NodeBuilder.
Anna Zaks
2011-10-18
1
-54
/
+36
*
[analyzer] Node Builder refactoring: Introduce a simple Node Builder responsi...
Anna Zaks
2011-10-18
1
-5
/
+33
*
[analyzer] Remove an unused member variable.
Anna Zaks
2011-10-11
1
-7
/
+4
*
[analyzer] Teach the static analyzer about CXXForRangeStmt. Patch by Jim Goo...
Ted Kremenek
2011-10-10
1
-0
/
+5
*
ProgramPoint cleanup after the previous commit r141408 (remove the copy const...
Anna Zaks
2011-10-07
1
-27
/
+2
*
Fix crash when analyzing C++ code involving constant enums and switch stateme...
Ted Kremenek
2011-09-30
1
-2
/
+7
*
[analyzer] Add -analyzer-purge option which can take on multiple values, remo...
Anna Zaks
2011-09-30
1
-20
/
+2
*
Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397
David Blaikie
2011-09-26
1
-1
/
+1
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
[analyzer] Remove lingering CFRefCount creation, which would have resulted in...
Jordy Rose
2011-09-02
1
-12
/
+3
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-33
/
+39
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-44
/
+44
*
[analyzer] change "tag" in ProgramPoint from "void*" to a ProgramPointTag*.
Ted Kremenek
2011-08-12
1
-6
/
+9
*
Cleanup: remove CleanedSate member and GetState() wrapper from StmtNodeBuilde...
Anna Zaks
2011-08-11
1
-1
/
+0
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-9
/
+6
*
Simplify passing of CFGBuildOptions around for AnalysisContext. No functiona...
Ted Kremenek
2011-07-21
1
-3
/
+5
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-2
/
+0
*
static analyzer: Add a new ProgramPoint PostCondition to represent the post p...
Ted Kremenek
2011-04-03
1
-0
/
+19
*
static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that ...
Ted Kremenek
2011-04-02
1
-1
/
+1
*
[analyzer] Refactor EndOfFunctionNodeBuilder.
Argyrios Kyrtzidis
2011-02-23
1
-3
/
+4
*
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
1
-1
/
+3
*
[analyzer] Overhauling of the checker registration mechanism.
Argyrios Kyrtzidis
2011-02-14
1
-0
/
+1
[next]