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
*
First step toward fixing <rdar://problem/6613046> refactor clang objc type re...
Steve Naroff
2009-06-17
1
-1
/
+1
*
Start moving in the direction of removing GRStateRef. Now each
Ted Kremenek
2009-06-17
1
-188
/
+208
*
RegionStoreManager:
Ted Kremenek
2009-06-16
1
-198
/
+272
*
Use canonical type for building ElementRegion. Otherwise ElementRegions cannot
Zhongxing Xu
2009-06-16
1
-10
/
+13
*
Stop tracking non-compound value for struct. It may be caused by imprecise cast
Zhongxing Xu
2009-06-13
1
-2
/
+4
*
use getAsPointerType() method.
Zhongxing Xu
2009-06-12
1
-1
/
+1
*
Bind the mistakenly generated nonloc::SymbolVal to struct correctly. See the
Zhongxing Xu
2009-06-11
1
-0
/
+3
*
Use more robust getAsRecordType() method.
Zhongxing Xu
2009-06-11
1
-1
/
+1
*
Treat AllocaRegion as SymbolicRegion in RegionStore::Retrieve().
Zhongxing Xu
2009-05-20
1
-2
/
+5
*
* API change: we need to pass GRState to GRExprEngine::EvalBinOp() because
Zhongxing Xu
2009-05-20
1
-5
/
+18
*
Silence a Release-Asserts warning.
Daniel Dunbar
2009-05-18
1
-0
/
+1
*
Add logic for invalidating array region to CFRefCount.cpp. When invalidating
Zhongxing Xu
2009-05-12
1
-3
/
+14
*
When retrieving an ElementRegion, if its super region is a StringRegion,
Zhongxing Xu
2009-05-11
1
-0
/
+18
*
Fix a bug that leads to infinite loop. Set the correct element type to
Zhongxing Xu
2009-05-11
1
-4
/
+2
*
When casting VarRegion, if the var type is aggregate type and the cast-to
Zhongxing Xu
2009-05-09
1
-1
/
+2
*
Remove the rest TypedViewRegion processing code. There should be no
Zhongxing Xu
2009-05-09
1
-53
/
+0
*
When evaluating pointer arithmetic, if the base location is a symbolic region,
Zhongxing Xu
2009-05-09
1
-18
/
+15
*
Do not create a TypedViewRegion when the base struct region is a symbolic
Zhongxing Xu
2009-05-09
1
-4
/
+0
*
Do not layer a TypedViewRegion when casting symbolic or alloca regions.
Zhongxing Xu
2009-05-09
1
-13
/
+9
*
Remove the case for casting to compatible type in
Zhongxing Xu
2009-05-09
1
-10
/
+2
*
Rename:
Zhongxing Xu
2009-05-09
1
-3
/
+3
*
As discussed with Ted, rename TypedRegion::getObjectType() to
Zhongxing Xu
2009-05-09
1
-13
/
+13
*
rename: MemRegion:
Zhongxing Xu
2009-05-09
1
-20
/
+15
*
Fix PR4182.
Zhongxing Xu
2009-05-08
1
-2
/
+2
*
Region store: when casting VarRegions, if the cast-to pointee type is
Zhongxing Xu
2009-05-08
1
-0
/
+8
*
Replace the heuristic isSmallerThan with ASTContext::getTypeSize().
Zhongxing Xu
2009-05-08
1
-9
/
+5
*
Replace getTypeWidth() with ASTContext::getTypeSize().
Zhongxing Xu
2009-05-08
1
-44
/
+5
*
Revert r71079.
Zhongxing Xu
2009-05-08
1
-2
/
+2
*
Improve RegionStoreManager::getSizeInElements()
Zhongxing Xu
2009-05-06
1
-2
/
+53
*
Add a GDM for recording the cast type of regions.
Zhongxing Xu
2009-05-06
1
-2
/
+25
*
Implement a heuristic type size comparison method for now.
Zhongxing Xu
2009-05-06
1
-3
/
+19
*
remove commented code.
Zhongxing Xu
2009-05-06
1
-8
/
+0
*
Make StoreManager::CastRegion() virtual and implement a new CastRegion() for
Zhongxing Xu
2009-05-06
1
-0
/
+80
*
Per conversations with Zhongxing, add an 'element type' to
Ted Kremenek
2009-05-04
1
-17
/
+27
*
region store: make Retrieve() can retrieve embedded array correctly. Also
Zhongxing Xu
2009-05-03
1
-19
/
+30
*
SymbolicRegions may also be live roots.
Zhongxing Xu
2009-04-29
1
-0
/
+4
*
Refactor 'BasicStoreManager::CastRegion' and 'RegionStoreManager::CastRegion'
Ted Kremenek
2009-04-21
1
-34
/
+2
*
Remove loc::FuncVal.
Zhongxing Xu
2009-04-20
1
-6
/
+0
*
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
[next]