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:
Zhongxing Xu
2009-05-09
1
-2
/
+2
*
As discussed with Ted, rename TypedRegion::getObjectType() to
Zhongxing Xu
2009-05-09
1
-1
/
+1
*
rename: MemRegion:
Zhongxing Xu
2009-05-09
1
-3
/
+3
*
Fix unused variable warning
Ted Kremenek
2009-05-05
1
-1
/
+1
*
Remove possibly incorrect assertion that doesn't matter.
Ted Kremenek
2009-05-05
1
-3
/
+0
*
Add array index assertion: BasicStore should not expect any fancy
Ted Kremenek
2009-05-04
1
-1
/
+4
*
array indexes are unsigned integers of the same width as pointer.
Zhongxing Xu
2009-05-04
1
-5
/
+4
*
BasicStore: 'ElementRegion' is the new 'TypedViewRegion'.
Ted Kremenek
2009-05-04
1
-9
/
+10
*
Per conversations with Zhongxing, add an 'element type' to
Ted Kremenek
2009-05-04
1
-4
/
+7
*
Basic Store: Always convert a non::LocAsInteger to a Loc when storing to a po...
Ted Kremenek
2009-05-01
1
-17
/
+16
*
Add corner case logic to BasicStoreManager and GRSimpleVals::EvalBinOp to enable
Ted Kremenek
2009-04-29
1
-5
/
+36
*
Refactor 'BasicStoreManager::CastRegion' and 'RegionStoreManager::CastRegion'
Ted Kremenek
2009-04-21
1
-29
/
+1
*
Remove loc::FuncVal.
Zhongxing Xu
2009-04-20
1
-5
/
+0
*
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-18
1
-1
/
+1
*
Implement analyzer support for OSCompareAndSwap. This required pushing "tagged"
Ted Kremenek
2009-04-11
1
-0
/
+31
*
Finally nuke loc::SymbolVal.
Zhongxing Xu
2009-04-10
1
-23
/
+0
*
- Move ownership of MemRegionManager into ValueManager.
Ted Kremenek
2009-04-09
1
-7
/
+4
*
This is the first step to gradually remove the use of loc::SymbolVal. Now
Zhongxing Xu
2009-04-03
1
-5
/
+9
*
Simplify more code by using SVal::getAsSymbol().
Ted Kremenek
2009-03-30
1
-1
/
+1
*
Implement a FIXME.
Zhongxing Xu
2009-03-30
1
-1
/
+1
*
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-03-26
1
-4
/
+3
*
analyzer: Fix embarrassing regression in BasicStore when invalidating struct
Ted Kremenek
2009-03-23
1
-0
/
+4
*
Fix crash reported in <rdar://problem/6695527>. We now have
Ted Kremenek
2009-03-18
1
-13
/
+9
*
Retrofit some basic tracking of ivars (for the current object) into BasicStore.
Ted Kremenek
2009-03-05
1
-30
/
+85
*
Minor code compaction. No functionality change.
Ted Kremenek
2009-03-05
1
-11
/
+5
*
Rename VarBindings -> Bindings.
Ted Kremenek
2009-03-05
1
-15
/
+15
*
BasicStore:
Ted Kremenek
2009-03-05
1
-14
/
+16
*
Don't use std::auto_ptr with getSubRegionMap().
Ted Kremenek
2009-03-03
1
-2
/
+2
*
Implement FIXME: GRStateManager::scanReachableSymbols now supports scanning M...
Ted Kremenek
2009-03-03
1
-1
/
+2
*
Add StoreManager::getSubRegionMap(). This method returns an opaque mapping f...
Ted Kremenek
2009-03-03
1
-0
/
+13
*
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
[next]