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

fixes for the runtime (interpreted intrinsics) #29721

Merged
merged 4 commits into from
Nov 5, 2018
Merged

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    9707410 View commit details
    Browse the repository at this point in the history
  2. runtime: fix definition of checked-intrinsics

    Handle case where runtime_nbits is not a power of two,
    and be more careful to avoid C compiler undefined behavior
    and tricky promotion rules when defining these.
    vtjnash committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    500d669 View commit details
    Browse the repository at this point in the history
  3. interpreter: in phi node, val may be explicitly null

    previously, we only handled the case where it was implicitly null
    vtjnash committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    abc6654 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    386a8c2 View commit details
    Browse the repository at this point in the history