| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
code restructuring. (new files will be introduced shortly)
llvm-svn: 45785
|
|
|
|
| |
llvm-svn: 45728
|
|
|
|
|
|
|
|
|
|
|
|
| |
ExplodedNode, ExplodedGraph (to match the vocabulary in the RHS paper)
ReachabilityEngine
The implementation of the core of the path-sensitive dataflow solver has
been de-templatized and places in ReachabilityEngine.cpp.
The solver is still incomplete.
llvm-svn: 45711
|
|
|
|
|
|
|
| |
"GREngine" (Graph Reachability Engine). The idea is to provide a separation
of concerns between the constant prop. details and the core analysis engine.
llvm-svn: 45555
|
|
|
|
| |
llvm-svn: 45554
|
|
propagation analysis via graph reachability. This analysis (which is incomplete)
will be the basis for later developments on the core engine for path-sensitive
analysis analysis.
llvm-svn: 45552
|