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
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-2015
/
+0
*
Add support for computing size in elements for symbolic regions obtained from
Zhongxing Xu
2010-01-18
1
-4
/
+21
*
Switch RegionStore over to using <BaseRegion+raw offset> to store
Ted Kremenek
2010-01-11
1
-22
/
+58
*
Preliminary reworking of value-binding logic in RegionStore:
Ted Kremenek
2010-01-11
1
-31
/
+110
*
Make static analysis support for C++ 'this' expression context-sensitive. Es...
Ted Kremenek
2010-01-05
1
-9
/
+7
*
Add comments.
Zhongxing Xu
2009-12-21
1
-0
/
+1
*
Completely remove ObjCObjectRegion (tests pass this time).
Ted Kremenek
2009-12-16
1
-4
/
+1
*
Add a new kind of region: CXXObjectRegion. Currently it has only one
Zhongxing Xu
2009-12-16
1
-0
/
+2
*
Add (initial?) static analyzer support for handling C++ references.
Ted Kremenek
2009-12-16
1
-1
/
+7
*
Remove ValueManager::getRegionValueSymbolValOrUnknown(). It was just extra v...
Ted Kremenek
2009-12-15
1
-7
/
+6
*
Enhance understanding of VarRegions referenced by a block whose declarations ...
Ted Kremenek
2009-12-11
1
-1
/
+4
*
Add analysis support for blocks. This includes a few key changes:
Ted Kremenek
2009-12-07
1
-28
/
+17
*
Replace SymbolReaper::isLive(VarDecl) with SymbolReaper::isLive(VarRegion).
Ted Kremenek
2009-12-04
1
-1
/
+1
*
constify MemRegion* returned by MemRegionManager::getXXXRegion() methods.
Ted Kremenek
2009-12-04
1
-11
/
+7
*
Tweak handling of BlockDataRegions in RegionStoreManager::RemoveDeadBindings(...
Ted Kremenek
2009-12-03
1
-4
/
+6
*
Add value invalidation logic for block-captured variables. Conceptually invo...
Ted Kremenek
2009-12-03
1
-0
/
+13
*
Add batch version of 'StoreManager::InvalidateRegion()' for invalidating mult...
Ted Kremenek
2009-12-03
1
-11
/
+21
*
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-28
1
-7
/
+6
*
Teach RegionStoreManager::RemoveDeadBindings() about BlockDataRegions. Any V...
Ted Kremenek
2009-11-26
1
-4
/
+17
*
Refine MemRegions for blocks. Add a new region called
Ted Kremenek
2009-11-25
1
-0
/
+2
*
Remove recently added FIXME. The appropriate FIXME is already in MemRegionMa...
Ted Kremenek
2009-11-25
1
-2
/
+0
*
Add FIXME.
Ted Kremenek
2009-11-25
1
-0
/
+2
*
Split CodeTextRegion into FunctionTextRegion and BlockTextRegion. This a pre...
Ted Kremenek
2009-11-25
1
-2
/
+4
*
Fix crash when using --analyzer-store=region when handling initializers with ...
Ted Kremenek
2009-11-19
1
-11
/
+39
*
* Do the same thing to the basicstore as in r84163.
Zhongxing Xu
2009-11-16
1
-4
/
+8
*
Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal.
Zhongxing Xu
2009-11-12
1
-3
/
+4
*
Rename: StripCasts describes what it does better.
Zhongxing Xu
2009-11-10
1
-1
/
+1
*
Fix clang's use of DenseMap iterators after r86636 fixed their constness.
Jeffrey Yasskin
2009-11-10
1
-1
/
+1
*
Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of
Douglas Gregor
2009-11-09
1
-1
/
+1
*
Refactor StoreManager::BindDecl() to take a VarRegion* instead of a VarDecl*,...
Ted Kremenek
2009-11-04
1
-8
/
+6
*
Fix an insidious bug in RegionStore::RemoveDeadBindings() pointed out
Ted Kremenek
2009-10-29
1
-2
/
+23
*
RegionStore: Use the *default* binding (instead of the *direct* binding) of a...
Ted Kremenek
2009-10-20
1
-3
/
+3
*
use DenseSet instead of SmallSet.
Zhongxing Xu
2009-10-18
1
-2
/
+2
*
Minor cleanup: move typedef out of anonymous namespace (which now contains no...
Ted Kremenek
2009-10-17
1
-4
/
+2
*
Per discussion with Ted, the 'FromSuper'/'FromSub' logic is invalid. Simplify
Zhongxing Xu
2009-10-17
1
-72
/
+33
*
Actually all regions whose super region is not MemSpaceRegion are of these 3
Zhongxing Xu
2009-10-17
1
-5
/
+4
*
retain/release checker: Stop tracking reference counts for any symbols touche...
Ted Kremenek
2009-10-16
1
-4
/
+18
*
Per an astute observation from Zhongxing Xu, remove a "special case" logic in
Ted Kremenek
2009-10-15
1
-22
/
+0
*
* Remove unused GRState* parameter
Zhongxing Xu
2009-10-14
1
-25
/
+18
*
Add an initial implementation of EnterStackFrame() to the StoreManager.
Zhongxing Xu
2009-10-13
1
-0
/
+22
*
Introduces a new BindingVal which combines direct and
Zhongxing Xu
2009-10-11
1
-190
/
+165
*
Make the behavior explicit by not using the method call.
Zhongxing Xu
2009-10-09
1
-2
/
+2
*
Remove unused code.
Zhongxing Xu
2009-10-09
1
-7
/
+0
*
Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when
Ted Kremenek
2009-10-06
1
-10
/
+23
*
Desugaring optimizations. Add single-step desugaring methods to all
John McCall
2009-09-29
1
-1
/
+1
*
Fix: <rdar://problem/7261075> [RegionStore] crash when handling load: '*((uns...
Ted Kremenek
2009-09-29
1
-1
/
+8
*
Fix really insidious bug in RegionStoreManager::RemoveDeadBindings()
Ted Kremenek
2009-09-29
1
-155
/
+161
*
Reapply most of r82939, but add a guard that FieldRegions and friends
Ted Kremenek
2009-09-29
1
-4
/
+9
*
Revert r82939. We can only not special case FieldRegions when the super regi...
Ted Kremenek
2009-09-29
1
-9
/
+5
*
Specially handle fields, elements, and ivars in
Ted Kremenek
2009-09-27
1
-5
/
+9
[next]