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
/
MemRegion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enhances SCA to process untyped region to typed region conversion.
Zhongxing Xu
2008-11-16
1
-1
/
+25
*
Change AllocaRegion to subclass TypedRegion. We need to know ElementRegion's
Zhongxing Xu
2008-11-13
1
-2
/
+12
*
Fix StringLiteral print bug.
Zhongxing Xu
2008-11-11
1
-1
/
+17
*
Add pretty printing to StringRegion.
Zhongxing Xu
2008-11-10
1
-0
/
+4
*
- Remove AnonTypedRegion, which is not to be used.
Zhongxing Xu
2008-11-03
1
-15
/
+9
*
Added AllocaRegion, which represents regions created by calls to alloca().
Ted Kremenek
2008-11-02
1
-2
/
+35
*
Pull determination of the super region for a VarRegion into a single getVarRe...
Ted Kremenek
2008-10-27
1
-2
/
+5
*
Added CompoundLiteralRegion to represent the (temporary) memory allocated for...
Ted Kremenek
2008-10-27
1
-0
/
+41
*
An ElementRegion is really a typed region. Its super region's type has to be ...
Zhongxing Xu
2008-10-27
1
-0
/
+7
*
Add StringRegion to MemRegions.
Zhongxing Xu
2008-10-25
1
-0
/
+27
*
Added region ObjCObjectRegion that represents an instance of an Objective-C o...
Ted Kremenek
2008-10-24
1
-0
/
+21
*
Add printing method to ElementRegion.
Zhongxing Xu
2008-10-24
1
-0
/
+5
*
Add ElementRegion to represent memory chunks for array elements.
Zhongxing Xu
2008-10-21
1
-0
/
+28
*
Add pretty-printing support for FieldRegions.
Ted Kremenek
2008-10-17
1
-0
/
+5
*
- constify some uses of MemRegion* (MemRegion should be immutable).
Ted Kremenek
2008-10-17
1
-7
/
+49
*
This is the first step to implement a field-sensitive store model. Other thin...
Zhongxing Xu
2008-10-08
1
-0
/
+34
*
Fix typos.
Zhongxing Xu
2008-10-06
1
-2
/
+2
*
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-10-04
1
-0
/
+158