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

[Relay] Pass manager #2546

Merged
merged 32 commits into from
Mar 12, 2019
Merged

[Relay] Pass manager #2546

merged 32 commits into from
Mar 12, 2019

Commits on Mar 6, 2019

  1. initial commit

    Zhi Chen authored and zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    ebf4c29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4630afc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c894f04 View commit details
    Browse the repository at this point in the history
  4. add ExprPass

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    0880027 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4122079 View commit details
    Browse the repository at this point in the history
  6. add required_passes

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    49ae421 View commit details
    Browse the repository at this point in the history
  7. return module

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    b1adacc View commit details
    Browse the repository at this point in the history
  8. remove move

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    42a3227 View commit details
    Browse the repository at this point in the history
  9. fix minor reviews

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    c1c6d07 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd22d34 View commit details
    Browse the repository at this point in the history
  11. remove deleted files

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    4cf5843 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    04ef13e View commit details
    Browse the repository at this point in the history
  13. add todo

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    4cd4bd1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d98af5a View commit details
    Browse the repository at this point in the history
  15. fix minor

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    ccb5197 View commit details
    Browse the repository at this point in the history
  16. fix currying doc

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    e5da540 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c021126 View commit details
    Browse the repository at this point in the history
  18. remove pass kind from test

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    42c5619 View commit details
    Browse the repository at this point in the history
  19. fix doc

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    7cfd1b6 View commit details
    Browse the repository at this point in the history
  20. fix per @tqchen's comments

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    8c4d548 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    15e1d6c View commit details
    Browse the repository at this point in the history
  22. simplify pass_func

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    02d7de7 View commit details
    Browse the repository at this point in the history
  23. inline using passfunc

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    550ad63 View commit details
    Browse the repository at this point in the history
  24. update doc

    zhiics committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    699e5b3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dc2b30c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    49df272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    810cbac View commit details
    Browse the repository at this point in the history
  3. retrigger ci

    zhiics committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    ee359fb View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. remove required method

    zhiics committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    a0863b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. make Pass python class lighter

    zhiics committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    c8fb6b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. create pass -> decorator

    zhiics committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    6df5c7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e78f4e2 View commit details
    Browse the repository at this point in the history