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

Deduplicate some code between miri and const prop #64419

Merged
merged 15 commits into from
Sep 28, 2019

Commits on Sep 28, 2019

  1. Configuration menu
    Copy the full SHA
    bc17936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86c7c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecc4cc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c219bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    644d4f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11eb91f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ec928c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0c8ce8 View commit details
    Browse the repository at this point in the history
  9. Don't run the ConstProp MIR pass on generators

    This can cause cycles as `ConstProp` uses `layout_of` which, for
    generators, uses `optimized_mir` which runs `ConstProp`.
    wesleywiser committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    fadfd92 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15d2b7a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9333514 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e58e2e View commit details
    Browse the repository at this point in the history
  13. Introduce a ConstPropMachine

    This allows us to avoid changing things directly in the miri engine just
    for const prop.
    wesleywiser committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    dcc6c28 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a99f255 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba2d6c4 View commit details
    Browse the repository at this point in the history