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
/
Store.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Further cleanup of region invalidation code. No functionality change.
Zhongxing Xu
2009-07-06
1
-7
/
+18
*
Start to gradually move region invalidation code into store manager.
Zhongxing Xu
2009-07-06
1
-0
/
+57
*
Update old CastRegion logic to not assume that ElementRegion's super region is a
Ted Kremenek
2009-06-30
1
-3
/
+3
*
Use canonical type for building ElementRegion. Otherwise ElementRegions cannot
Zhongxing Xu
2009-06-16
1
-1
/
+2
*
rename: MemRegion:
Zhongxing Xu
2009-05-09
1
-1
/
+1
*
Fix analyzer regression reported in PR 4164:
Ted Kremenek
2009-05-06
1
-12
/
+31
*
Rename 'makeZeroIndex' to 'makeZeroArrayIndex'.
Ted Kremenek
2009-05-04
1
-1
/
+1
*
Zhongxing already implemented this FIXME.
Ted Kremenek
2009-05-04
1
-2
/
+0
*
array indexes are unsigned integers of the same width as pointer.
Zhongxing Xu
2009-05-04
1
-1
/
+1
*
BasicStore: 'ElementRegion' is the new 'TypedViewRegion'.
Ted Kremenek
2009-05-04
1
-1
/
+6
*
Handle 'long x = 0; char *y = (char *) x;' by layering an
Ted Kremenek
2009-05-04
1
-5
/
+20
*
StoreManager::CastRegion:
Ted Kremenek
2009-05-01
1
-4
/
+10
*
This patch is largely due to Zhongxing Xu. I've simply applied it because of
Ted Kremenek
2009-04-21
1
-11
/
+31
*
Refactor 'BasicStoreManager::CastRegion' and 'RegionStoreManager::CastRegion'
Ted Kremenek
2009-04-21
1
-0
/
+47
[prev]