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

Convert all blocks in program into SSAgraphs. #33320

Merged
merged 27 commits into from
Jul 16, 2021
Merged

Convert all blocks in program into SSAgraphs. #33320

merged 27 commits into from
Jul 16, 2021

Commits on Jun 2, 2021

  1. draft for ssa_program to graph with sub_graphs

    levi131 committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    3e2059d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. try add gflags ssa_program

    levi131 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    0c58b91 View commit details
    Browse the repository at this point in the history
  2. use gflags

    levi131 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    69c71ed View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. rename gflag macro and some member of Graph

    levi131 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1ccb8df View commit details
    Browse the repository at this point in the history
  2. use nomal if-else instead of #if

    levi131 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    2495c06 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    4e5ec81 View commit details
    Browse the repository at this point in the history
  2. add unittest for convert_all_blocks

    levi131 committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    a9a55df View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    3f5d561 View commit details
    Browse the repository at this point in the history
  2. use LOG(WARNING)

    levi131 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9dffa5b View commit details
    Browse the repository at this point in the history
  3. modify format

    levi131 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1655150 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. small spell modify

    levi131 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    0229f37 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    86a74dc View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    5f35c3f View commit details
    Browse the repository at this point in the history
  2. ensure GraphTest.TestMultiBlock works and rm WARNINGs in APIs for cla…

    …ss Graph
    levi131 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    98bc7ad View commit details
    Browse the repository at this point in the history
  3. small change to re-start CI

    levi131 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    c0df219 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc4c312 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. enable some TestPass cases

    levi131 committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    0b62f2d View commit details
    Browse the repository at this point in the history
  2. add test for graph interface

    levi131 committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    ec23091 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    5d018fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f7aa28 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    df2c43c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. merge upstream and resolve conflicts

    levi131 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    21a9c9f View commit details
    Browse the repository at this point in the history
  2. format fix

    levi131 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    3af89c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e19a194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa14213 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6e1d7e View commit details
    Browse the repository at this point in the history
  6. small fix

    levi131 committed Jul 15, 2021
    1 Configuration menu
    Copy the full SHA
    e59c6c0 View commit details
    Browse the repository at this point in the history