Skip to content
  1. Jul 28, 2020
    • Carlos Galindo's avatar
      Improve parameter and global variables handling, and summary · 6809040f
      Carlos Galindo authored
      * Migrated `NodeType`s to specific `GraphNode` child classes.
      * Revamped creation of SDG
      * Added ASDG and PSDG, based on the APDG and PPDG.
      * Improved handling of variable usages, definitions and declarations.
      * Added movable variable actions, that can be placed in a CFG node and
        then relocated to their own PDG node.
      * Added fix-point and specific slicing algorithm to summary arc
        generation.
      * Documentation of most methods (public and private).
      * Removed unused elements.
      * Fix possible errors by migrating all maps whose key is an AST node
        to IdentityHashMap.
      6809040f
  2. Jul 24, 2020
  3. Jul 23, 2020
  4. Jul 22, 2020
  5. Jun 23, 2020
  6. Jun 14, 2020
  7. Jun 11, 2020
  8. Jun 10, 2020
  9. Jun 08, 2020
  10. Jun 07, 2020
  11. Jun 06, 2020
  12. Jun 03, 2020
  13. Jun 02, 2020
  14. Jun 01, 2020
    • Carlos Galindo's avatar
      Organize NodeType enum · d2ded147
      Carlos Galindo authored
      * Added METHOD_EXIT
      * Renamed METHOD to METHOD_ENTER
      * Split VARIABLE_IN into FORMAL_IN and ACTUAL_IN.
      * Split VARIABLE_OUT into FORMAL_OUT and ACTUAL_OUT.
      * Removed exitNode from CFG and corresponding methods.
      d2ded147
  15. May 17, 2020
  16. May 16, 2020
  17. May 11, 2020
  18. May 10, 2020
  19. May 09, 2020
  20. May 03, 2020
  21. May 02, 2020
  22. May 01, 2020
  23. Apr 19, 2020
Loading