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

only compute liveness for variables whose types include regions #52115

Merged
merged 16 commits into from
Jul 21, 2018

Commits on Jul 19, 2018

  1. add generic parameter

    Dylan-DPC committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    38c7d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2b5583 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d25231f View commit details
    Browse the repository at this point in the history
  4. generic shuffle continues

    Dylan-DPC committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    4b5f0ba View commit details
    Browse the repository at this point in the history
  5. make liveness generic over set of local variables

    We used to hardcode that we wanted the liveness of *all* variables.
    This can now be configured by selecting an alternative index type
    V and providing a (partial) map from locals to that new type V.
    nikomatsakis authored and Dylan-DPC committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    43b69c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d847ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0819ba9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1951a30 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2255786 View commit details
    Browse the repository at this point in the history
  10. tidy fixes

    Dylan-DPC committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    9910dee View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Configuration menu
    Copy the full SHA
    67685de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e3339e View commit details
    Browse the repository at this point in the history
  3. tidy up

    Dylan-DPC committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    dbb756d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. Configuration menu
    Copy the full SHA
    7db3324 View commit details
    Browse the repository at this point in the history
  2. add docs

    Dylan-DPC committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    a4c0d36 View commit details
    Browse the repository at this point in the history
  3. delete tests

    Dylan-DPC committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    0770ff0 View commit details
    Browse the repository at this point in the history