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
*
fix comment.
Zhongxing Xu
2009-07-07
1
-2
/
+2
*
NewCastRegion: Handle casts *from* pointers to incomplete structs to other ty...
Ted Kremenek
2009-07-06
1
-9
/
+19
*
Fix 80 col violation.
Ted Kremenek
2009-07-06
1
-4
/
+4
*
Restructure NewCastRegion to use a switch statement that dispatches off the
Ted Kremenek
2009-07-06
1
-51
/
+62
*
Fix 80 col violation.
Ted Kremenek
2009-07-06
1
-2
/
+2
*
NewCastRegion: Handle casts to any Objective-C pointer, not just qualified ids.
Ted Kremenek
2009-07-06
1
-2
/
+2
*
Implement FIXME.
Ted Kremenek
2009-07-06
1
-1
/
+1
*
StoreManager::NewCastRegion:
Ted Kremenek
2009-07-06
1
-10
/
+22
*
NewCastRegion:
Ted Kremenek
2009-07-06
1
-12
/
+10
*
Fix loop so that 'continue' statements actually cause the loop to iterate.
Ted Kremenek
2009-07-06
1
-2
/
+1
*
Move the new 'CastRegion' implementation from RegionStoreManager to StoreManager
Ted Kremenek
2009-07-06
1
-2
/
+80
*
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