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
/
DataflowSolver.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved "DataflowSolver.h" to the "include/" subtree. Adjusted client
Ted Kremenek
2007-09-25
1
-267
/
+0
*
Comment formatting changes. No real content changes.
Ted Kremenek
2007-09-25
1
-14
/
+14
*
Minor comment changes.
Ted Kremenek
2007-09-25
1
-6
/
+10
*
Further refactored DataflowSolver. Now most code for the solver is shared
Ted Kremenek
2007-09-25
1
-115
/
+105
*
Updated VC++ project files.
Hartmut Kaiser
2007-09-20
1
-4
/
+4
*
DataflowSolver now acccepts an "_Equal" template parameter that allows the user
Ted Kremenek
2007-09-18
1
-2
/
+4
*
Changed solver to use "==" operator when comparing dataflow values
Ted Kremenek
2007-09-18
1
-1
/
+1
*
Add overloaded versions of DataflowSolver::runOnBlock to simplify
Ted Kremenek
2007-09-18
1
-0
/
+9
*
Moved TransferFunction object within DataflowSolver to be a instance
Ted Kremenek
2007-09-18
1
-18
/
+10
*
Modified DataFlowValues and DataflowSolver to associate dataflow value
Ted Kremenek
2007-09-18
1
-64
/
+88
*
Bug fix to merging of data flow values (merge incorrectly made values
Ted Kremenek
2007-09-17
1
-13
/
+32
*
UninitialuzedValues now only tracks BlockVarDecls; obviating false positives ...
Ted Kremenek
2007-09-17
1
-3
/
+11
*
Removed "ObserverTy" from core DataflowValues types. The observer
Ted Kremenek
2007-09-17
1
-6
/
+4
*
Prototype implementation of new template-based dataflow solver.
Ted Kremenek
2007-09-14
1
-0
/
+221