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
/
BasicStore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename AnonTypedRegion to TypedViewRegion.
Ted Kremenek
2009-03-01
1
-2
/
+2
*
Make SymbolicRegion subclass TypedRegion, for symbols usually have types, so
Zhongxing Xu
2009-02-05
1
-2
/
+4
*
Fix bug in BasicStore::getLValueElement where if the base of an array subscri...
Ted Kremenek
2009-01-27
1
-2
/
+12
*
Static analyzer: Remove a bunch of outdated SymbolData objects and
Ted Kremenek
2009-01-22
1
-3
/
+4
*
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...
Ted Kremenek
2009-01-21
1
-13
/
+13
*
Update some doxygen comments to be more rich. Remove StoreManager::GetRegion...
Ted Kremenek
2009-01-07
1
-16
/
+16
*
Refactor MemRegionManager instance variable into parent class. No functional...
Ted Kremenek
2009-01-07
1
-4
/
+2
*
Use utility method.
Zhongxing Xu
2008-12-21
1
-1
/
+1
*
Use utility methods. No functional change.
Zhongxing Xu
2008-12-21
1
-10
/
+10
*
Remove unused function.
Zhongxing Xu
2008-12-21
1
-6
/
+0
*
Lazy bingding for region-store manager.
Zhongxing Xu
2008-12-20
1
-15
/
+41
*
MemRegion:
Ted Kremenek
2008-12-13
1
-5
/
+24
*
A series of cleanups/fixes motivated by <rdar://problem/6442306>:
Ted Kremenek
2008-12-13
1
-6
/
+17
*
Fix to BasicStoreManager::getElementLValue: If the base region is a symbol, l...
Ted Kremenek
2008-12-09
1
-2
/
+13
*
Have BasicStoreManager::getLValueElement() have logic similar to BasicStoreMa...
Ted Kremenek
2008-12-09
1
-2
/
+37
*
StoreManager::Retrieve and StoreManager::RemoveDeadBindings now take a GRStat...
Ted Kremenek
2008-12-05
1
-10
/
+13
*
Update comment.
Ted Kremenek
2008-12-04
1
-0
/
+3
*
Use std::make_pair instead of std::pair's ctor.
Zhongxing Xu
2008-11-28
1
-1
/
+1
*
Migrate some stuff from NamedDecl::getName() to
Chris Lattner
2008-11-24
1
-1
/
+1
*
Enhance modularization: return a <state,loc> pair to let GRExprEngine modify the
Zhongxing Xu
2008-11-16
1
-3
/
+3
*
Enhances SCA to process untyped region to typed region conversion.
Zhongxing Xu
2008-11-16
1
-0
/
+6
*
Use the allocator of ExplodedGraph. The whole static analysis module uses it.
Zhongxing Xu
2008-11-15
1
-1
/
+4
*
StoreManager::BindDecl now takes an SVal* for the initialization value instea...
Ted Kremenek
2008-11-12
1
-19
/
+8
*
Finish the implementation of VisitCompoundLiteralExpr. As VisitInitListExpr is
Zhongxing Xu
2008-11-07
1
-3
/
+10
*
Rename: AddDecl => BindDecl
Zhongxing Xu
2008-10-29
1
-6
/
+4
*
Added preliminary support for CompoundLiterals in the static analyzer:
Ted Kremenek
2008-10-27
1
-0
/
+5
*
Remove loc::StringLiteralVal. Now we allocate regions for string literals in ...
Zhongxing Xu
2008-10-26
1
-5
/
+0
*
Add code for get the lvalue for string literals. Now we return a StringRegion
Zhongxing Xu
2008-10-25
1
-0
/
+6
*
Added method "getSelfRegion" to Store. This method returns the region associ...
Ted Kremenek
2008-10-24
1
-21
/
+41
*
Let StoreManager do different cast on arrays. BasicStore will just keep it in...
Zhongxing Xu
2008-10-23
1
-0
/
+2
*
Adjust parameter order to more natural one.
Zhongxing Xu
2008-10-22
1
-3
/
+3
*
Preliminary support for function overloading
Douglas Gregor
2008-10-21
1
-2
/
+2
*
Localize the special processing of array variable inside
Zhongxing Xu
2008-10-21
1
-0
/
+1
*
Modify Store interface: GetSVal/SetSVal => Retrieve/Bind.
Zhongxing Xu
2008-10-21
1
-11
/
+11
*
Hack: have BasicStore::getLValueElement return the "Base" lvalue. This resto...
Ted Kremenek
2008-10-17
1
-15
/
+28
*
- constify some uses of MemRegion* (MemRegion should be immutable).
Ted Kremenek
2008-10-17
1
-5
/
+39
*
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-17
1
-61
/
+61
*
Array and struct variables do have lvalue. For example,
Zhongxing Xu
2008-10-17
1
-2
/
+0
*
Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regi...
Ted Kremenek
2008-10-17
1
-41
/
+25
*
Add transfer function support for ObjCIvarRefExpr.
Ted Kremenek
2008-10-17
1
-0
/
+6
*
This is the first step to build a better evaluation model for GRExprEngine. A
Zhongxing Xu
2008-10-16
1
-0
/
+32
*
Migrate MemRegionManager from StateManager to StoreManager.
Zhongxing Xu
2008-10-07
1
-10
/
+18
*
Remove redundant parameter and rename StMgr to StateMgr.
Zhongxing Xu
2008-10-05
1
-14
/
+14
*
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-10-04
1
-140
/
+62
*
Store: (static analyzer)
Ted Kremenek
2008-09-03
1
-28
/
+88
*
Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager.
Ted Kremenek
2008-08-29
1
-0
/
+34
*
Remove BasicStore.h (migrated function prototype for CreateBasicStore() to St...
Ted Kremenek
2008-08-28
1
-1
/
+0
*
Make store "Regions" and "Bindings" more abstract instead of concrete variants.
Ted Kremenek
2008-08-28
1
-12
/
+22
*
Added 'extents' for Regions.
Ted Kremenek
2008-08-25
1
-26
/
+17
*
Simplify interface to Store::AddDecl
Ted Kremenek
2008-08-23
1
-5
/
+9
[next]