index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
MemRegion.cpp
Age
Commit message (
Expand
)
Author
2009-02-06
Create ElementRegion when the base is SymbolicRegion. This is like what we do
Zhongxing Xu
2009-02-05
Make SymbolicRegion subclass TypedRegion, for symbols usually have types, so
Zhongxing Xu
2009-01-30
Fix a couple bugs:
Ted Kremenek
2009-01-24
Fix crash ElementRegion::getRValueType() when the RvalueType of the ArrayRegi...
Ted Kremenek
2009-01-23
When getting the element region type, we should get the rvalue type of the super
Zhongxing Xu
2009-01-16
StringRegion::print: Remove copy/paste code and just call Stmt::printPretty()...
Ted Kremenek
2009-01-08
Add isSubRegionOf() method to SubRegion.
Zhongxing Xu
2008-12-20
Lazy bingding for region-store manager.
Zhongxing Xu
2008-12-17
Add pretty-printing for AnonTypedRegion.
Ted Kremenek
2008-12-13
MemRegion:
Ted Kremenek
2008-12-13
A series of cleanups/fixes motivated by <rdar://problem/6442306>:
Ted Kremenek
2008-12-11
Identify AnonPointeeRegion by the symbol that is concretized.
Zhongxing Xu
2008-12-11
AnonPointeeRegions are now identified by the MemRegion of the pointer pointing
Zhongxing Xu
2008-12-05
Add SymbolRef::print() and have SymbolicRegion::print() use this method inste...
Ted Kremenek
2008-12-05
Use trait-based profiling of SymbolRefs, avoiding calling getNumber() (which ...
Ted Kremenek
2008-12-05
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-11-24
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-17
Fold assertion into second valid else branch. This removes a compiler warning
Ted Kremenek
2008-11-16
Enhances SCA to process untyped region to typed region conversion.
Zhongxing Xu
2008-11-13
Change AllocaRegion to subclass TypedRegion. We need to know ElementRegion's
Zhongxing Xu
2008-11-11
Fix StringLiteral print bug.
Zhongxing Xu
2008-11-10
Add pretty printing to StringRegion.
Zhongxing Xu
2008-11-03
- Remove AnonTypedRegion, which is not to be used.
Zhongxing Xu
2008-11-02
Added AllocaRegion, which represents regions created by calls to alloca().
Ted Kremenek
2008-10-27
Pull determination of the super region for a VarRegion into a single getVarRe...
Ted Kremenek
2008-10-27
Added CompoundLiteralRegion to represent the (temporary) memory allocated for...
Ted Kremenek
2008-10-27
An ElementRegion is really a typed region. Its super region's type has to be ...
Zhongxing Xu
2008-10-25
Add StringRegion to MemRegions.
Zhongxing Xu
2008-10-24
Added region ObjCObjectRegion that represents an instance of an Objective-C o...
Ted Kremenek
2008-10-24
Add printing method to ElementRegion.
Zhongxing Xu
2008-10-21
Add ElementRegion to represent memory chunks for array elements.
Zhongxing Xu
2008-10-17
Add pretty-printing support for FieldRegions.
Ted Kremenek
2008-10-17
- constify some uses of MemRegion* (MemRegion should be immutable).
Ted Kremenek
2008-10-08
This is the first step to implement a field-sensitive store model. Other thin...
Zhongxing Xu
2008-10-06
Fix typos.
Zhongxing Xu
2008-10-04
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
[prev]