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][RFC] Relay IR Text Format #1781

Merged
merged 64 commits into from
Dec 2, 2018
Merged

Commits on Dec 1, 2018

  1. squashed first 30 commits

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    4f37853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4717f68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a38b9bf View commit details
    Browse the repository at this point in the history
  4. comment out failing test

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    07ec0ed View commit details
    Browse the repository at this point in the history
  5. ifelse and bool_lit

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    c6c9f09 View commit details
    Browse the repository at this point in the history
  6. funcType -> callType

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    00e79e0 View commit details
    Browse the repository at this point in the history
  7. scientific notation tests

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    dfd2954 View commit details
    Browse the repository at this point in the history
  8. parens and op associativity

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    959e8ab View commit details
    Browse the repository at this point in the history
  9. use alpha_equal for tests

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    efe648a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4438d44 View commit details
    Browse the repository at this point in the history
  11. identType, callType, tupleType, comment out unimplemented portions of…

    … grammar, other minor details
    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    b8bb3a7 View commit details
    Browse the repository at this point in the history
  12. function annotations

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    d4fb940 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e6e2bf8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    390dbea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2174b6a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8a9c41e View commit details
    Browse the repository at this point in the history
  17. switch parser to use None instead of IncompleteType. revise alpha_eq …

    …to check for empty types everywhere
    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    41bb1ed View commit details
    Browse the repository at this point in the history
  18. refactor for new commits

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    20f1add View commit details
    Browse the repository at this point in the history
  19. restore tests

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    0657f4c View commit details
    Browse the repository at this point in the history
  20. restore def test

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    ba61579 View commit details
    Browse the repository at this point in the history
  21. python linting

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    445a622 View commit details
    Browse the repository at this point in the history
  22. change sequence parsing

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    080df42 View commit details
    Browse the repository at this point in the history
  23. remove compiler options

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    a12bc17 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9a34108 View commit details
    Browse the repository at this point in the history
  25. op test

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    a20a68d View commit details
    Browse the repository at this point in the history
  26. tensor type

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    32f644b View commit details
    Browse the repository at this point in the history
  27. fix some rebase issues

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    7742e0c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    720af91 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1069677 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    703673c View commit details
    Browse the repository at this point in the history
  31. semver

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    2a1de38 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    becedbf View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    955fc4e View commit details
    Browse the repository at this point in the history
  34. rm unused code

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    5de44c7 View commit details
    Browse the repository at this point in the history
  35. linting

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    8715a7e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4301600 View commit details
    Browse the repository at this point in the history
  37. cmake config

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    c1db228 View commit details
    Browse the repository at this point in the history
  38. delete alpha_eq

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    f6991fc View commit details
    Browse the repository at this point in the history
  39. use scalar_type

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    96960bd View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d640525 View commit details
    Browse the repository at this point in the history
  41. towards parser script tests

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    e33b425 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    7d956fb View commit details
    Browse the repository at this point in the history
  43. fix bad imports

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    a396cf7 View commit details
    Browse the repository at this point in the history
  44. ImportError -> Exception

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    e04dfa5 View commit details
    Browse the repository at this point in the history
  45. linting

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    3fd20b1 View commit details
    Browse the repository at this point in the history
  46. linting

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    9f03684 View commit details
    Browse the repository at this point in the history
  47. linting

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    98e44c5 View commit details
    Browse the repository at this point in the history
  48. ci bump

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    ac74b91 View commit details
    Browse the repository at this point in the history
  49. exit earlier

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    fe8a7a6 View commit details
    Browse the repository at this point in the history
  50. dependencies

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    bac7c19 View commit details
    Browse the repository at this point in the history
  51. delete separate script

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    fcd220b View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0cf7594 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    30bbbfc View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    4eaca59 View commit details
    Browse the repository at this point in the history
  55. rebase

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    3199d1e View commit details
    Browse the repository at this point in the history
  56. fix ci (please)

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    081a907 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    f837861 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    7eefbf3 View commit details
    Browse the repository at this point in the history
  59. enable antlr on gpu

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    f3abc5d View commit details
    Browse the repository at this point in the history
  60. trigger parser tests

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    3e2244f View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    ce72502 View commit details
    Browse the repository at this point in the history
  62. revert source

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    f092434 View commit details
    Browse the repository at this point in the history
  63. use ENV

    joshpoll committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    5653528 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

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