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
/
AnalysisContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start migration of static analyzer to using the
Ted Kremenek
2010-12-16
1
-5
/
+4
*
Let StackFrameContext represent if the call expr is evaluated as lvalue.
Zhongxing Xu
2010-11-24
1
-5
/
+6
*
Added two new command line arguments:
Marcin Swiderski
2010-09-30
1
-1
/
+6
*
Add CFG::BuildOptions class to pass in CFG builder options under on parameter...
Ted Kremenek
2010-09-14
1
-3
/
+7
*
Delete the relaxedLiveness object in the dtor of AnalysisContext.
Ted Kremenek
2010-08-28
1
-0
/
+1
*
Add alternate version of LiveVariables analysis that does not kill liveness a...
Tom Care
2010-08-27
1
-0
/
+14
*
Several small changes to PseudoConstantAnalysis and the way IdempotentOperati...
Tom Care
2010-08-23
1
-3
/
+3
*
Added psuedo-constant analysis and integrated it into the false positive redu...
Tom Care
2010-08-18
1
-0
/
+8
*
Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis...
Ted Kremenek
2010-08-03
1
-1
/
+4
*
Add 'AnalysisContext::getUnoptimizedCFG()' to allow clients to get access to ...
Ted Kremenek
2010-08-02
1
-1
/
+13
*
Make a bunch of new data structures for the new analysis
Zhongxing Xu
2010-07-22
1
-1
/
+1
*
Reapply r108617.
Zhongxing Xu
2010-07-19
1
-2
/
+3
*
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
1
-3
/
+2
*
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-07-17
1
-2
/
+3
*
Only perform CFG-based warnings on 'static inline' functions that
Ted Kremenek
2010-03-23
1
-12
/
+16
*
When computing in AnalysisContext the variables referenced
Ted Kremenek
2010-03-10
1
-6
/
+20
*
Add a utility method.
Zhongxing Xu
2010-02-17
1
-0
/
+12
*
Teach RegionStore::InvalidateRegions() to also invalidate static variables re...
Ted Kremenek
2010-02-06
1
-2
/
+20
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-23
/
+3
*
Speed up compilation by avoiding generating exceptional edges from
Mike Stump
2010-01-21
1
-1
/
+1
*
Add infrastructure to add base initializers and member initializers to
Mike Stump
2010-01-21
1
-1
/
+1
*
Add an unreachable code checker.
Mike Stump
2010-01-13
1
-0
/
+4
*
As Ted suggested, record the callsite information with the StackFrameContext.
Zhongxing Xu
2009-12-24
1
-3
/
+13
*
Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave
Jeffrey Yasskin
2009-12-12
1
-1
/
+1
*
Enhance understanding of VarRegions referenced by a block whose declarations ...
Ted Kremenek
2009-12-11
1
-0
/
+13
*
Add analysis support for blocks. This includes a few key changes:
Ted Kremenek
2009-12-07
1
-0
/
+14
*
Teach AnalysisContext::getBody() about BlockDecls.
Ted Kremenek
2009-12-04
1
-0
/
+2
*
Allow BlockInvocationContext to wrap either a BlockDecl* or a BlockDataRegion...
Ted Kremenek
2009-12-04
1
-3
/
+16
*
Refactor LocationContext creation logic into a single member template.
Ted Kremenek
2009-12-04
1
-48
/
+50
*
Refactor FoldingSet profiling code for LocationContexts, and add a new BlockI...
Ted Kremenek
2009-12-04
1
-8
/
+25
*
Enhance LiveVariables to understand that blocks can extend the liveness of a ...
Ted Kremenek
2009-11-26
1
-12
/
+75
*
Add destructor and cleanup code to LocationContext (fixing some leaks). Along...
Ted Kremenek
2009-10-20
1
-0
/
+21
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-9
/
+9
*
Remove 'AnalysisContext::setDecl()', as we the Decl associated with an
Ted Kremenek
2009-08-21
1
-10
/
+13
*
Constify LocationContext* (parent) and Stmt* fields in LocationContext.
Ted Kremenek
2009-08-21
1
-6
/
+10
*
Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager.
Ted Kremenek
2009-08-21
1
-0
/
+7
*
add a bunch of routine methods to AnalysisContext.
Zhongxing Xu
2009-08-03
1
-0
/
+50
*
Fix build warnings.
Mike Stump
2009-07-31
1
-1
/
+2
*
This patch collects all analysis context data into a new class
Zhongxing Xu
2009-07-30
1
-0
/
+73