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
/
RegionStore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add getSize() support for StringRegion.
Zhongxing Xu
2008-11-24
1
-3
/
+2
*
Clean up code by using utility methods.
Zhongxing Xu
2008-11-23
1
-11
/
+7
*
Remove debug code.
Zhongxing Xu
2008-11-22
1
-1
/
+1
*
Initial support for checking out of bound memory access. Only support
Zhongxing Xu
2008-11-22
1
-0
/
+36
*
Add support for symbolicating global structs and arrays in RegionStoreManager...
Zhongxing Xu
2008-11-19
1
-1
/
+78
*
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
*
Enhance modularization: return a <state,loc> pair to let GRExprEngine modify the
Zhongxing Xu
2008-11-16
1
-10
/
+8
*
Enhances SCA to process untyped region to typed region conversion.
Zhongxing Xu
2008-11-16
1
-1
/
+67
*
Improve zero value generation.
Zhongxing Xu
2008-11-15
1
-2
/
+1
*
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
*
StoreManager::BindDecl now takes an SVal* for the initialization value instea...
Ted Kremenek
2008-11-12
1
-23
/
+15
*
Implement RegionStoreManager::RemoveDeadBindings(). This prunes several false...
Zhongxing Xu
2008-11-10
1
-4
/
+20
*
Finish the implementation of VisitCompoundLiteralExpr. As VisitInitListExpr is
Zhongxing Xu
2008-11-07
1
-9
/
+17
*
Make the assertion real.
Zhongxing Xu
2008-11-07
1
-1
/
+1
*
1. When a pointer to struct is used as an argument, GRSimpleVals::EvalCall()
Zhongxing Xu
2008-11-02
1
-18
/
+23
*
Simplify interface. We can get canonical type from the base region directly. ...
Zhongxing Xu
2008-10-31
1
-21
/
+23
*
Implement struct initialization for SCA.
Zhongxing Xu
2008-10-31
1
-1
/
+47
*
Implement array initialization for SCA.
Zhongxing Xu
2008-10-31
1
-6
/
+39
*
Implement BindStruct and fix a bug in RetriveStruct.
Zhongxing Xu
2008-10-31
1
-4
/
+33
*
Implement load from struct region. Instead of returning an UnknownVal(), we c...
Zhongxing Xu
2008-10-31
1
-0
/
+33
*
Rename: AddDecl => BindDecl
Zhongxing Xu
2008-10-29
1
-5
/
+4
*
Added preliminary support for CompoundLiterals in the static analyzer:
Ted Kremenek
2008-10-27
1
-0
/
+9
*
Use ASTContext::getCanonicalType() to get TypedRegion's type.
Zhongxing Xu
2008-10-27
1
-1
/
+1
*
We cannot get precise lvalue for symbolic base array region.
Zhongxing Xu
2008-10-27
1
-0
/
+3
*
Get the canonical type for struct initialization. The original code would cra...
Zhongxing Xu
2008-10-27
1
-1
/
+5
*
Remove loc::StringLiteralVal. Now we allocate regions for string literals in ...
Zhongxing Xu
2008-10-26
1
-4
/
+0
*
Simplify ArrayToPointer conversion. Actually the only thing we need to do is ...
Zhongxing Xu
2008-10-26
1
-29
/
+5
*
Add code for get the lvalue for string literals. Now we return a StringRegion
Zhongxing Xu
2008-10-25
1
-3
/
+16
*
Added method "getSelfRegion" to Store. This method returns the region associ...
Ted Kremenek
2008-10-24
1
-0
/
+8
*
The Decl of an array region can be VarDecl or FieldDecl. Handle this in Regio...
Zhongxing Xu
2008-10-24
1
-2
/
+10
*
Implement struct initialization. Make it into a recursive function. Also make
Zhongxing Xu
2008-10-24
1
-24
/
+63
*
Add printing method to RegionStoreManager.
Zhongxing Xu
2008-10-24
1
-3
/
+11
*
Fix 80-col violation.
Zhongxing Xu
2008-10-24
1
-3
/
+5
*
Add a bunch of dummy methods to make RegionStoreManager non-virtual.
Zhongxing Xu
2008-10-24
1
-3
/
+29
*
Added getLValueElement() to RegionStore. Only handle constant array for now.
Zhongxing Xu
2008-10-24
1
-0
/
+54
*
Make the analyzer store (memory model) a command line option.
Ted Kremenek
2008-10-24
1
-0
/
+5
*
Add a bunch of getLValue* methods to RegionStore.
Zhongxing Xu
2008-10-22
1
-0
/
+54
*
Preliminary support for function overloading
Douglas Gregor
2008-10-21
1
-2
/
+2
*
Modify Store interface: GetSVal/SetSVal => Retrieve/Bind.
Zhongxing Xu
2008-10-21
1
-12
/
+12
*
Process decls in RegionStore. Individual elements of fixed size arrays are
Zhongxing Xu
2008-10-21
1
-2
/
+115
*
- constify some uses of MemRegion* (MemRegion should be immutable).
Ted Kremenek
2008-10-17
1
-1
/
+1
*
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-17
1
-9
/
+9
*
This is the first step to implement a field-sensitive store model. Other thin...
Zhongxing Xu
2008-10-08
1
-0
/
+96
[prev]