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
/
ValueState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ValueState.h -> GRState.h
Ted Kremenek
2008-08-13
1
-575
/
+0
*
Rename ValueState -> GRState.
Ted Kremenek
2008-08-13
1
-50
/
+50
*
Added GenericDataMap as a component of ValueState.
Ted Kremenek
2008-08-12
1
-0
/
+1
*
Added AssumeSymGT, AssumeSymGE, AssumeSymLT, AssumeSymLE to add some minor im...
Ted Kremenek
2008-08-07
1
-26
/
+94
*
Added path-sensitive checking for null pointer values passed to function argu...
Ted Kremenek
2008-07-22
1
-0
/
+38
*
Move GRTransferFunc* into ValueStateManager, and move the assumption logic th...
Ted Kremenek
2008-07-17
1
-0
/
+172
*
Moved RemoveDeadBindings logic for the contents of 'Store' to a virtual Remov...
Ted Kremenek
2008-07-17
1
-68
/
+18
*
Refactored most of the "Store" piece of ValueState into a Store type. The
Ted Kremenek
2008-07-10
1
-121
/
+30
*
Move some environment methods from ValueState/ValueStateManager to Environmen...
Ted Kremenek
2008-07-10
1
-119
/
+0
*
Initial work on splitting the ValueState into an Environment, Store, and
Ted Kremenek
2008-07-08
1
-25
/
+16
*
Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead.
Ted Kremenek
2008-07-07
1
-15
/
+15
*
Correctly invalidate reference count state when passing objects by reference ...
Ted Kremenek
2008-05-01
1
-0
/
+6
*
Simplify RemoveDeadBindings.
Ted Kremenek
2008-04-29
1
-17
/
+9
*
Add lval::ArrayOffset, which represent the locations of entries in an array.
Ted Kremenek
2008-04-29
1
-0
/
+1
*
Added lval::FieldOffset, which represents symbolic lvalues for field offsets ...
Ted Kremenek
2008-04-29
1
-0
/
+3
*
Major rewrite/refactoring of static analysis engine. We now use
Ted Kremenek
2008-04-29
1
-56
/
+0
*
Handle dereferences of function pointers (which return a handle to the functi...
Ted Kremenek
2008-04-25
1
-0
/
+3
*
Don't abort on GetRVal when the LVal is a StringLiteralVal.
Ted Kremenek
2008-04-25
1
-0
/
+4
*
Do a better job at computing dead symbols.
Ted Kremenek
2008-04-25
1
-4
/
+12
*
Added initial boilerplate in GRExprEngine to allow checker-specific transfer
Ted Kremenek
2008-04-24
1
-7
/
+23
*
Added lval type (and tracking) for StringLiterals.
Ted Kremenek
2008-04-22
1
-0
/
+3
*
Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers...
Ted Kremenek
2008-04-22
1
-11
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+595