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
/
ExplodedGraph.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Remove isa<> followed by dyn_cast<>.
Jordan Rose
2012-12-06
1
-7
/
+6
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
[analyzer] Use the CallEnter node to get a value for tracked null arguments.
Jordan Rose
2012-10-29
1
-2
/
+2
*
[analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval.
Jordan Rose
2012-10-23
1
-8
/
+6
*
[analyzer] Allow a BugReport to be marked "invalid" during path generation.
Jordan Rose
2012-09-22
1
-2
/
+2
*
[analyzer] Explain why we need condition 8.
Anna Zaks
2012-09-07
1
-1
/
+4
*
ExplodedGraph::shouldCollectNode() should not collect nodes for non-Expr Stmts
Ted Kremenek
2012-09-07
1
-3
/
+3
*
[analyzer] Rename CallEvent::mayBeInlined to CallEvent::isCallStmt.
Jordan Rose
2012-08-28
1
-1
/
+1
*
[analyzer] Add comments to ExplodedNode::NodeGroup.
Jordan Rose
2012-08-20
1
-0
/
+12
*
[analyzer] Use PointerUnion to implement ExplodedNode::NodeGroup.
Jordan Rose
2012-08-18
1
-51
/
+57
*
[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.
Jordan Rose
2012-07-26
1
-1
/
+1
*
[analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints.
Jordan Rose
2012-07-10
1
-3
/
+2
*
[analyzer] Move the last bits of CallOrObjCMessage over to CallEvent.
Jordan Rose
2012-07-02
1
-3
/
+3
*
[analyzer] Remove a statistic - it's too expensive.
Anna Zaks
2012-06-22
1
-6
/
+0
*
[analyzer]scan-build: report the total number of steps analyzer performs
Anna Zaks
2012-06-22
1
-0
/
+7
*
[analyzer] Rely on canBeInlined utility instead of checking CallExpr
Anna Zaks
2012-06-02
1
-1
/
+2
*
[analyzer] Fix a spurious undef value warning.
Anna Zaks
2012-06-01
1
-1
/
+9
*
[analyzer] Run remove dead bindings right before leaving a function.
Anna Zaks
2012-04-20
1
-2
/
+3
*
Revert "Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine....
Ted Kremenek
2012-02-16
1
-10
/
+16
*
Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine. Also h...
Ted Kremenek
2012-02-16
1
-16
/
+10
*
Minor cleanup to node data structures in ExplodedGraph. No functionality cha...
Ted Kremenek
2012-02-16
1
-34
/
+15
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Minor refactor within ExplodedGraph::reclaimRecentlyAllocatedNodes(). No fun...
Ted Kremenek
2012-01-31
1
-64
/
+76
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-3
/
+3
*
Reduce peak memory usage of the static analyzer on sqlite3 (when using inlini...
Ted Kremenek
2012-01-25
1
-3
/
+23
*
Remove '#if 0' from ExprEngine::InlineCall(), and start fresh by wiring up in...
Ted Kremenek
2012-01-11
1
-1
/
+2
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
[analyzer] Make sink attribute part of the node profile.
Anna Zaks
2011-11-01
1
-8
/
+6
*
[analyzer] Remove PostStmtCustom ProgramPoint. It can be represented using t...
Ted Kremenek
2011-08-16
1
-2
/
+1
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-4
/
+4
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-10
/
+10
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Change 'StoreRef' back to 'Store' in GRState, shrinking the size of GRState b...
Ted Kremenek
2011-02-19
1
-1
/
+1
*
static analyzer: Make GRStates reference counted, with reference counts manag...
Ted Kremenek
2011-02-10
1
-0
/
+2
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-2
/
+2
*
static analyzer: Further reduce the analyzer's memory usage when analyzing sq...
Ted Kremenek
2011-02-09
1
-2
/
+110
*
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
1
-0
/
+282