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
*
Finally nuke loc::SymbolVal.
Zhongxing Xu
2009-04-10
1
-40
/
+5
*
- Move ownership of MemRegionManager into ValueManager.
Ted Kremenek
2009-04-09
1
-7
/
+5
*
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-09
1
-2
/
+4
*
This is the first step to gradually remove the use of loc::SymbolVal. Now
Zhongxing Xu
2009-04-03
1
-11
/
+32
*
Re-apply 68028. The code had drifted enough that the tests would fail without
Ted Kremenek
2009-03-30
1
-5
/
+14
*
Revert 68028.
Ted Kremenek
2009-03-30
1
-14
/
+5
*
Make SymbolicRegion untyped.
Zhongxing Xu
2009-03-30
1
-5
/
+14
*
Implement a FIXME.
Zhongxing Xu
2009-03-30
1
-7
/
+2
*
remove dead code.
Zhongxing Xu
2009-03-27
1
-4
/
+0
*
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-03-26
1
-9
/
+5
*
Use a work list to recursively build up the subregion mapping, and mark live
Zhongxing Xu
2009-03-18
1
-9
/
+17
*
Updated comment.
Ted Kremenek
2009-03-13
1
-0
/
+2
*
Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target
Ted Kremenek
2009-03-13
1
-6
/
+7
*
Use getAsRecordType() to get around sugar types.
Zhongxing Xu
2009-03-12
1
-1
/
+1
*
Do not stipulate the record type is a definition in BindStruct().
Zhongxing Xu
2009-03-11
1
-1
/
+3
*
Fix crash when LHS of pointer arithmetic is not ElementRegion.
Zhongxing Xu
2009-03-11
1
-3
/
+15
*
RegionStore::getLValueElement: Handle the case where the signedness of the
Ted Kremenek
2009-03-11
1
-2
/
+6
*
RegionStore::getElementLValue(): Handle the case where the base is a null poi...
Ted Kremenek
2009-03-09
1
-1
/
+5
*
Only track integer and pointer values.
Zhongxing Xu
2009-03-09
1
-2
/
+5
*
Now we do not retrieve untyped regions.
Zhongxing Xu
2009-03-09
1
-8
/
+7
*
Fix a serious bug in RegionStore: we got the new state with new store from
Zhongxing Xu
2009-03-09
1
-4
/
+2
*
Add initial support for tracking ivars, with special handling for ivars of 's...
Ted Kremenek
2009-03-05
1
-8
/
+33
*
RegionStore: Handle implicit parameters.
Ted Kremenek
2009-03-04
1
-3
/
+5
*
RegionStore::RemoveDeadBindings needs to check all the symbols of the super r...
Ted Kremenek
2009-03-04
1
-0
/
+20
*
Don't use std::auto_ptr with getSubRegionMap().
Ted Kremenek
2009-03-03
1
-4
/
+3
*
Implement FIXME: GRStateManager::scanReachableSymbols now supports scanning M...
Ted Kremenek
2009-03-03
1
-8
/
+9
*
Add StoreManager::getSubRegionMap(). This method returns an opaque mapping f...
Ted Kremenek
2009-03-03
1
-0
/
+45
*
remove an implemented fixme.
Zhongxing Xu
2009-03-02
1
-2
/
+0
*
Initial support for pointer arithmetic. Only support concrete indexes and
Zhongxing Xu
2009-03-02
1
-0
/
+29
*
Rename AnonTypedRegion to TypedViewRegion.
Ted Kremenek
2009-03-01
1
-3
/
+3
*
Fix <rdar://problem/6611677>: Add basic transfer function support in the static
Ted Kremenek
2009-02-24
1
-2
/
+8
*
Add an example in comments.
Zhongxing Xu
2009-02-20
1
-1
/
+6
*
only track integer and pointer values for now.
Zhongxing Xu
2009-02-19
1
-2
/
+7
*
Convert the offset to signed before making an ElementRegion with it. It seems
Zhongxing Xu
2009-02-19
1
-1
/
+11
*
SymbolicRegions really have unknown sizes.
Zhongxing Xu
2009-02-06
1
-3
/
+1
*
Create ElementRegion when the base is SymbolicRegion. This is like what we do
Zhongxing Xu
2009-02-06
1
-3
/
+14
*
Make SymbolicRegion subclass TypedRegion, for symbols usually have types, so
Zhongxing Xu
2009-02-05
1
-2
/
+4
*
Fix a couple bugs:
Ted Kremenek
2009-01-30
1
-11
/
+18
*
Correct size assumption; fixes a crash on amd64.
Sebastian Redl
2009-01-26
1
-1
/
+2
*
Implement retrieval of the default value of element and field regions.
Zhongxing Xu
2009-01-23
1
-0
/
+9
*
Now this comment should be resolved. See the comments for the KillSet.
Zhongxing Xu
2009-01-23
1
-6
/
+0
*
For now, return UnknownVal() in RegionStore::getElementsSize() for AnonTypedR...
Ted Kremenek
2009-01-22
1
-0
/
+10
*
Add RegionStore support for the implicit object region that 'self' references...
Ted Kremenek
2009-01-22
1
-5
/
+24
*
Fix RegionStore::getLValueElement() to handle the case when the base region i...
Ted Kremenek
2009-01-22
1
-37
/
+50
*
Static analyzer: Remove a bunch of outdated SymbolData objects and
Ted Kremenek
2009-01-22
1
-6
/
+3
*
Combine two branches into one. No functionality change.
Ted Kremenek
2009-01-21
1
-3
/
+1
*
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...
Ted Kremenek
2009-01-21
1
-20
/
+15
*
Get RegionStore to work with the retain/release checker and its test cases.
Ted Kremenek
2009-01-21
1
-20
/
+16
*
add a fixme.
Zhongxing Xu
2009-01-13
1
-0
/
+2
*
Add KillStruct to region store.
Zhongxing Xu
2009-01-13
1
-10
/
+62
[next]