Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add live variable analysis to dataflow framework. #3371

Merged

Commits on Jun 13, 2020

  1. Refactor dataflow framework. Introduce backward analysis.

    Co-authored-by: Charles Chen <Charleszhuochen@gmail.com>
    xingweitian and CharlesZ-Chen committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    737e03e View commit details
    Browse the repository at this point in the history
  2. Add live variable analysis.

    Co-authored-by: Charles Chen <Charleszhuochen@gmail.com>
    xingweitian and CharlesZ-Chen committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    8a9337c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Tweaks.

    xingweitian committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    f4f1ed3 View commit details
    Browse the repository at this point in the history
  2. Resolve comments.

    Reduce the differences between forward and backward analysis implementation.
    xingweitian committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    066c7d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    720123f View commit details
    Browse the repository at this point in the history
  4. Remove unused import.

    xingweitian committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    0d8664d View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/typetools-backward-analysis' int…

    …o typetools-live-variable-analysis
    xingweitian committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    ef4fcb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    741e968 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/typetools-backward-analysis' int…

    …o typetools-live-variable-analysis
    xingweitian committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    8a2940c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Configuration menu
    Copy the full SHA
    9880400 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/typetools-backward-analysis' int…

    …o typetools-live-variable-analysis
    xingweitian committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    80f00db View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    247c6d8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/typetools-backward-analysis' int…

    …o typetools-live-variable-analysis
    xingweitian committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    582f5af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95632cf View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Ready for review.

    xingweitian committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    8e69be7 View commit details
    Browse the repository at this point in the history
  2. Tweaks.

    xingweitian committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    ef29c77 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/typetools-backward-analysis' int…

    …o typetools-live-variable-analysis
    xingweitian committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    f911b4c View commit details
    Browse the repository at this point in the history
  4. Revert "Tweaks."

    This reverts commit ef29c77
    xingweitian committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    0c2faaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d996fd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e8d1d8 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/typetools-live-variable-analysis…

    …' into typetools-live-variable-analysis
    xingweitian committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    3109b5f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Add getLastNode() back.

    xingweitian committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    7845428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7298ee View commit details
    Browse the repository at this point in the history
  3. Pull the latest code.

    Update Expected.txt.
    xingweitian committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    96f10aa View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    c7290ab View commit details
    Browse the repository at this point in the history
  2. Simplify changelog.

    wmdietl committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    3c72292 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e01fec3 View commit details
    Browse the repository at this point in the history
  4. Resolve comments.

    xingweitian committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    01a49af View commit details
    Browse the repository at this point in the history
  5. Tweaks.

    xingweitian committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    d411396 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/typetools-backward-analysis' int…

    …o typetools-live-variable-analysis
    xingweitian committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    33befd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    3d10dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbebd6c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from smillst/typetools-backward-analysis

    Use block instead of bb as parameter name.
    xingweitian authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    77f50df View commit details
    Browse the repository at this point in the history
  4. Resolve comment.

    xingweitian committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    f549ff7 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/typetools-backward-analysis' int…

    …o typetools-backward-analysis
    xingweitian committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    5ab4d76 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/typetools-backward-analysis' int…

    …o typetools-live-variable-analysis
    xingweitian committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    975e04a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c97eb5d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15b652d View commit details
    Browse the repository at this point in the history
  9. Add comments.

    smillst committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    a178ade View commit details
    Browse the repository at this point in the history
  10. Resolve comments.

    xingweitian committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    48bf2b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Resolve comments.

    xingweitian committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e9222b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a8dd98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5adf45a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    164d18a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a088de View commit details
    Browse the repository at this point in the history