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
/
Analysis
/
ValueState.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header file cleanups: reduce number of includes; move ValueState.h into inclu...
Ted Kremenek
2008-02-27
1
-277
/
+0
*
Fix bug when processing '?' operator: invalidate the old "Uninitialized" valu...
Ted Kremenek
2008-02-26
1
-1
/
+3
*
Major cleanup of the transfer function logic for '&&', '||', and '?'. We
Ted Kremenek
2008-02-26
1
-7
/
+9
*
Major cleanup of path-sensitive analysis engine and the current analysis
Ted Kremenek
2008-02-21
1
-44
/
+39
*
Added "symbol iterators" for RValues, allowing easy iteration over the symbols
Ted Kremenek
2008-02-14
1
-0
/
+8
*
Moved Rvalues.h from "Analysis/" to "include/clang/Analysis/PathSensitive".
Ted Kremenek
2008-02-14
1
-2
/
+1
*
Renamed class GREngine => GRCoreEngine.
Ted Kremenek
2008-02-13
1
-2
/
+2
*
Consolidated use of BumpPtrAllocator shared by various ImmutableSet/ImmutableMap
Ted Kremenek
2008-02-11
1
-1
/
+6
*
Separate bindings for subexpressions to be in a separate map for
Ted Kremenek
2008-02-11
1
-74
/
+68
*
Split off expression-bindings in ValueState from variable-bindings.
Ted Kremenek
2008-02-08
1
-62
/
+31
*
Changed "GetValue" methods to take an
Ted Kremenek
2008-02-08
1
-26
/
+30
*
Moved implementation of "RemoveDeadBindings" from the main
Ted Kremenek
2008-02-08
1
-2
/
+7
*
Removed ability to create symbol bindings
Ted Kremenek
2008-02-08
1
-21
/
+2
*
More variable renamings.
Ted Kremenek
2008-02-08
1
-11
/
+11
*
Added recording of "implicit" NULL dereferences of symbolic pointers.
Ted Kremenek
2008-02-07
1
-1
/
+1
*
Disabled operator= for ValueStateImpl.
Ted Kremenek
2008-02-06
1
-4
/
+9
*
Added some skeleton code for performing "assume" on symbols: e.g. assume($0 !...
Ted Kremenek
2008-02-06
1
-5
/
+25
*
Added "batch" processing versions of Nodify and SetValue. Created typedefs
Ted Kremenek
2008-02-05
1
-7
/
+5
*
Added a "ConstantNotEq" map to ValueState (and added necessary typedefs and f...
Ted Kremenek
2008-02-05
1
-9
/
+28
*
Added some comments.
Ted Kremenek
2008-02-05
1
-2
/
+14
*
Renamed typedef "iterator" in ValueState to "vb_iterator" (for "VariableBindi...
Ted Kremenek
2008-02-05
1
-3
/
+3
*
Reordered fields/methods in ValueState to make it more aesthetically pleasing.
Ted Kremenek
2008-02-05
1
-11
/
+12
*
Overhauling of "ValueState" so that it represents its own functional data
Ted Kremenek
2008-02-05
1
-38
/
+96
*
ValueManager now uses the BumpPtrAllocator owned by the ExplodedGraph.
Ted Kremenek
2008-02-05
1
-1
/
+2
*
Implemented initial transfer function support for '&&', '||', '?', and
Ted Kremenek
2008-02-05
1
-1
/
+2
*
Created ValueStateManager, a full-blown class to manage the states
Ted Kremenek
2008-02-04
1
-0
/
+36
*
Moved RValue code in GRConstants.cpp to RValue.[h,cpp].
Ted Kremenek
2008-01-31
1
-0
/
+162