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
/
Checker
/
GRCoreEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
1
-806
/
+0
*
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-22
1
-3
/
+3
*
Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.
Ted Kremenek
2010-12-20
1
-8
/
+8
*
Start migration of static analyzer to using the
Ted Kremenek
2010-12-16
1
-1
/
+1
*
Let StackFrameContext represent if the call expr is evaluated as lvalue.
Zhongxing Xu
2010-11-24
1
-1
/
+1
*
Use StackFrameContext directly in CallEnter program point. Then we don't need
Zhongxing Xu
2010-11-24
1
-5
/
+4
*
Add comments.
Zhongxing Xu
2010-11-20
1
-1
/
+2
*
Handle member initializer in C++ ctor.
Zhongxing Xu
2010-11-16
1
-6
/
+11
*
Add skeleton for handling other kinds of CFGElements.
Zhongxing Xu
2010-11-15
1
-2
/
+2
*
Add GRWorkList::VisitItemsInWorkList() to allow a client to introspect the co...
Ted Kremenek
2010-11-13
1
-8
/
+40
*
Remove unused variable.
Ted Kremenek
2010-10-21
1
-1
/
+0
*
Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely su...
Ted Kremenek
2010-10-20
1
-6
/
+2
*
Convert GRSimpleAPIChecks in BasicObjCFoundationChecks to be Checkers.
Ted Kremenek
2010-10-20
1
-7
/
+1
*
Added two new command line arguments:
Marcin Swiderski
2010-09-30
1
-1
/
+3
*
Change -analyzer-max-nodes to allow 0 as a parameter. This allows the analyze...
Tom Care
2010-09-29
1
-2
/
+10
*
Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...
Tom Care
2010-09-14
1
-1
/
+1
*
More PCH -> AST renaming.
Sebastian Redl
2010-08-18
1
-1
/
+1
*
Have GRCoreEngine record the blocks where analysis was aborted because we vis...
Ted Kremenek
2010-08-11
1
-3
/
+4
*
Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis...
Ted Kremenek
2010-08-03
1
-1
/
+2
*
Make a bunch of new data structures for the new analysis
Zhongxing Xu
2010-07-22
1
-4
/
+73
*
Move some methods inline.
Zhongxing Xu
2010-07-21
1
-34
/
+0
*
Constify all references to Stmt* and CFGBlock* in libChecker.
Zhongxing Xu
2010-07-20
1
-16
/
+17
*
Constify.
Zhongxing Xu
2010-07-20
1
-1
/
+1
*
Reapply r108617.
Zhongxing Xu
2010-07-19
1
-2
/
+8
*
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
1
-8
/
+2
*
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-07-17
1
-2
/
+8
*
Tweaker Checker::VisitEndAnalysis to have 'hasWorkRemaining' also
Ted Kremenek
2010-06-29
1
-2
/
+5
*
Add 'VisitEndAnalysis' callback to Checker class. This callback is called by...
Ted Kremenek
2010-06-23
1
-0
/
+1
*
Move GRStmtNodeBuilder::MakeNode() out of line. No functionality change.
Zhongxing Xu
2010-04-14
1
-0
/
+27
*
Since we now may have basicblocks with the same block is in different function,
Zhongxing Xu
2010-03-23
1
-4
/
+6
*
Remove reference to AnalysisContext in Environment. We already have LocationC...
Zhongxing Xu
2010-03-05
1
-1
/
+0
*
When profiling Environment, also profile with AnalysisContext*, bacause
Zhongxing Xu
2010-03-04
1
-0
/
+1
*
Remove derelict GRStmtNodeBuilder::LastNode.
Zhongxing Xu
2010-02-26
1
-4
/
+2
*
Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted d...
Douglas Gregor
2010-02-25
1
-1
/
+97
*
Revert patches r97122 r97127 r97129 r97131.
Jakob Stoklund Olesen
2010-02-25
1
-97
/
+1
*
Move the GenerateCallExitNode logic completely into GREndPathNodeBuilder.
Zhongxing Xu
2010-02-25
1
-1
/
+7
*
Move the dead bindings removal logic from CallInliner to GRExprEngine::Proces...
Zhongxing Xu
2010-02-25
1
-2
/
+2
*
Add comments.
Zhongxing Xu
2010-02-25
1
-1
/
+3
*
Call inliner improvements:
Zhongxing Xu
2010-02-25
1
-0
/
+88
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-0
/
+599