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
/
Analysis
/
GRCoreEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a new method to GRStmtNodeBuilder to build nodes using an arbitrary
Ted Kremenek
2009-02-19
1
-4
/
+7
*
Add new GRWorkList class that uses two queues:
Ted Kremenek
2008-12-16
1
-5
/
+63
*
Add (preliminary) transfer function support for ObjCForCollectionStmt. Still...
Ted Kremenek
2008-11-12
1
-3
/
+18
*
Fixed an elusive caching bug in ExplodedGraph construction when a PostStmtKin...
Ted Kremenek
2008-10-17
1
-0
/
+3
*
ProgramPoint now takes the space of two pointers instead of one. This change was
Ted Kremenek
2008-09-16
1
-12
/
+8
*
Remove default value for 'Pred' argument to GRCoreEngineImpl::GenerateNode().
Ted Kremenek
2008-08-26
1
-1
/
+1
*
Fix memory leak found by Sam Bishop: delete WList in the dstor of GRCoreEngin...
Ted Kremenek
2008-08-13
1
-0
/
+3
*
Refactored most of the "Store" piece of ValueState into a Store type. The
Ted Kremenek
2008-07-10
1
-8
/
+10
*
Modified the dead stores checker to...
Ted Kremenek
2008-06-20
1
-13
/
+0
*
Added a new ProgramPoint: PostPurgeDeadSymbols. This new program point disti...
Ted Kremenek
2008-06-18
1
-2
/
+20
*
Major rewrite/refactoring of static analysis engine. We now use
Ted Kremenek
2008-04-29
1
-4
/
+7
*
Fixed more caching bugs related to the one fixed in r49914. Silence
Ted Kremenek
2008-04-18
1
-3
/
+1
*
Fixed bug in GREndPathNodeBuilder: only return a node if it wasn't in the nod...
Ted Kremenek
2008-04-18
1
-1
/
+2
*
Bug fix in GREndPathNodeBuilderImpl: Use the specified state to construct
Ted Kremenek
2008-04-16
1
-1
/
+1
*
Added "GREndPathNodeBuilder", a new node builder that will be used for
Ted Kremenek
2008-04-11
1
-9
/
+27
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+444