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
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Clean up transfer function logic for 'return' statements.
Ted Kremenek
2008-11-21
2
-38
/
+38
*
Add support for symbolicating global structs and arrays in RegionStoreManager...
Zhongxing Xu
2008-11-19
1
-1
/
+78
*
Add SymbolData for array elements and struct fields.
Zhongxing Xu
2008-11-19
2
-0
/
+51
*
rewrite FormatDiagnostic to be less gross and a lot more efficient.
Chris Lattner
2008-11-19
1
-3
/
+6
*
Fix warning about RegionStoreManager::Retrieve() not always returning a value.
Ted Kremenek
2008-11-19
1
-1
/
+1
*
handle the case that the array element is of structure type when bind the who...
Zhongxing Xu
2008-11-18
1
-1
/
+4
*
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
2
-27
/
+31
*
eliminate dependence of strange "Diagnostic::Report" method,
Chris Lattner
2008-11-18
1
-4
/
+6
*
Change the diagnostics interface to take an array of pointers to
Chris Lattner
2008-11-18
1
-1
/
+1
*
cleanups and simplifications.
Chris Lattner
2008-11-18
1
-11
/
+7
*
Fold assertion into second valid else branch. This removes a compiler warning
Ted Kremenek
2008-11-17
1
-3
/
+2
*
Enhance modularization: return a <state,loc> pair to let GRExprEngine modify the
Zhongxing Xu
2008-11-16
3
-15
/
+17
*
Enhances SCA to process untyped region to typed region conversion.
Zhongxing Xu
2008-11-16
4
-2
/
+113
*
Use the allocator of ExplodedGraph. The whole static analysis module uses it.
Zhongxing Xu
2008-11-15
1
-1
/
+4
*
Improve zero value generation.
Zhongxing Xu
2008-11-15
1
-2
/
+1
*
Reduce permissiveness of assertion.
Ted Kremenek
2008-11-15
1
-2
/
+1
*
Reverted part of r59335: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-...
Ted Kremenek
2008-11-15
1
-23
/
+37
*
Re-enable an assertion that I mistakenly removed.
Ted Kremenek
2008-11-15
1
-7
/
+1
*
Use the correct QualType when creating the '0' constant.
Ted Kremenek
2008-11-15
1
-1
/
+1
*
Implement FIXME in GRExprEngine::VisitUnaryOperator() to handle implicit conv...
Ted Kremenek
2008-11-15
4
-16
/
+54
*
Flush llvm::errs() when printing out SVals.
Ted Kremenek
2008-11-15
1
-1
/
+1
*
Minor tweaks to liveness analysis:
Ted Kremenek
2008-11-14
1
-0
/
+7
*
Second attempt at implementation transfer function support for ObjCForCollect...
Ted Kremenek
2008-11-14
1
-35
/
+52
*
Flow-sensitive uninitialized values analysis: properly handle the 'element' e...
Ted Kremenek
2008-11-14
1
-3
/
+10
*
Add a new expression node, CXXOperatorCallExpr, which expresses a
Douglas Gregor
2008-11-14
1
-1
/
+2
*
Improve comments.
Zhongxing Xu
2008-11-14
1
-1
/
+1
*
Handle the case where 'element' in ObjCforCollectionstmt is not a DeclStmt or...
Ted Kremenek
2008-11-14
1
-5
/
+8
*
Rename header file.
Ted Kremenek
2008-11-14
2
-4
/
+4
*
- Revert r59229 and r59232: AllocRegion should be immutable.
Ted Kremenek
2008-11-13
1
-20
/
+0
*
Process array base expression of any type.
Zhongxing Xu
2008-11-13
1
-0
/
+8
*
Array index might be unsigned. We have to generate a temporary signed value for
Zhongxing Xu
2008-11-13
1
-0
/
+12
*
Incomplete struct pointer can be used as a function argument.
Zhongxing Xu
2008-11-13
1
-1
/
+7
*
Lift the pointer to alloca'ed region to the pointer to its first element.
Zhongxing Xu
2008-11-13
1
-1
/
+21
*
Change AllocaRegion to subclass TypedRegion. We need to know ElementRegion's
Zhongxing Xu
2008-11-13
1
-2
/
+12
*
GRExprEngine/CFRefCount/GRSimpleVals: We don't do any special handling (yet) ...
Ted Kremenek
2008-11-13
3
-15
/
+21
*
Fix uninitialized variable.
Ted Kremenek
2008-11-13
1
-1
/
+1
*
GRExprEngine::VisitInitListExpr:
Ted Kremenek
2008-11-13
1
-2
/
+2
*
Update CFGStmtVisitor to recognize that ObjCForCollectionStmts are special bl...
Ted Kremenek
2008-11-12
2
-4
/
+7
*
Shore up transfer function for ObjCForCollectionStmt.
Ted Kremenek
2008-11-12
1
-9
/
+17
*
Use Stmt* instead of Expr* for block-level expression.
Ted Kremenek
2008-11-12
1
-1
/
+1
*
Add (preliminary) transfer function support for ObjCForCollectionStmt. Still...
Ted Kremenek
2008-11-12
2
-8
/
+123
*
Conjured symbols now bind to Stmt* instead of Expr*.
Ted Kremenek
2008-11-12
1
-1
/
+1
*
Update method names involving GRStateRef. No functionality change.
Ted Kremenek
2008-11-12
1
-9
/
+9
*
GRStateRef:
Ted Kremenek
2008-11-12
2
-26
/
+25
*
StoreManager::BindDecl now takes an SVal* for the initialization value instea...
Ted Kremenek
2008-11-12
2
-42
/
+23
*
Flow-sensitive uninitialized values analysis:
Ted Kremenek
2008-11-11
1
-4
/
+27
*
Accesses to a collection within a fast enumeration 'for' statement constitute...
Ted Kremenek
2008-11-11
1
-9
/
+15
*
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...
Sebastian Redl
2008-11-11
3
-45
/
+7
*
Add transfer function support for ObjCForCollectionStmt to LiveVariables.
Ted Kremenek
2008-11-11
1
-1
/
+17
*
Fix StringLiteral print bug.
Zhongxing Xu
2008-11-11
1
-1
/
+17
[next]