- Feb 04, 2020
-
-
Carlos Galindo authored
-
- Jan 27, 2020
-
-
Javier Costa authored
Add more graphs and generalize CFG and control dependence creation
-
- Jan 24, 2020
-
-
Carlos Galindo authored
-
Carlos Galindo authored
-
Carlos Galindo authored
-
Carlos Galindo authored
-
Carlos Galindo authored
-
- Jan 23, 2020
-
-
Javier Costa authored
-
Javier Costa authored
-
Carlos Galindo authored
* Tests creates the root node of the PDG * Data dependency ignores nonexecutable edges * Non-executable edges are displayed as dashed * Small bug in the implementation of `CFGBuilder`
-
Carlos Galindo authored
-
Carlos Galindo authored
Switch from edg.graphlib to JGraphT
-
Carlos Galindo authored
Deleted copy of readme.md in ./src/main/java/tfm
-
Carlos Galindo authored
Also optimized imports
-
- Jan 22, 2020
-
-
Javier Costa authored
-
Javier Costa authored
-
- Jan 20, 2020
-
-
Carlos Galindo authored
-
Carlos Galindo authored
* Adds API `asXArc` and `isXArc` to Arc. * Adds Sliceable interface for graphs. * Removed old DOT methods (toGraphvizRepresentation) * Removed representation-related methods from graphs. * Removed unnecessary methods.
-
Carlos Galindo authored
-
Javier Costa authored
-
- Jan 19, 2020
-
-
Javier Costa authored
-
Javier Costa authored
Remove guru.nidi.graphviz-java library
-
- Jan 15, 2020
-
-
Carlos Galindo authored
-
Carlos Galindo authored
-
- Jan 14, 2020
-
-
Carlos Galindo authored
Each method is graphed, and then all possible slices are compared.
-
- Jan 13, 2020
-
-
Carlos Galindo authored
Renamed graphs to remove redundant `Graph` at end of class names.
-
Carlos Galindo authored
API changed from returning a graph to returning a set of `GraphNode#id`s.
-
Carlos Galindo authored
-
- Jan 10, 2020
-
-
Carlos Galindo authored
Includes documentation for the updated classes.
-
Carlos Galindo authored
-
Carlos Galindo authored
Covers statements, loops, `if`, `switch`, jumps (`break`, `return`...). Does not include elements from the ACFG.
-
Carlos Galindo authored
-
- Jan 08, 2020
-
-
Carlos Galindo authored
Fixes #8
-
- Jan 04, 2020
-
-
Javier Costa authored
Escape quotations in statements (fixes #4)
-
Javier Costa authored
Generalized image generation and opening
-
Javier Costa authored
-
- Dec 27, 2019
-
-
Carlos Galindo authored
-
- Dec 24, 2019
-
-
Carlos Galindo authored
-
- Dec 21, 2019
-
-
Javier Costa authored
-
Javier Costa authored
-