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
*
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