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

Miri api refactor #50967

Merged
merged 42 commits into from
May 25, 2018
Merged

Miri api refactor #50967

merged 42 commits into from
May 25, 2018

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    9cc5d92 View commit details
    Browse the repository at this point in the history
  2. Rename PrimVal to Scalar

    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    1606e13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef2177c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6436de8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03a92b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d732463 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bbf2fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64a75ec View commit details
    Browse the repository at this point in the history
  9. Floats are scalars!

    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    bf39c7f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4ca169c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9456ba6 View commit details
    Browse the repository at this point in the history
  12. Rebase fallout

    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    ea8f544 View commit details
    Browse the repository at this point in the history
  13. Formatting nit

    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    edbdf3d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1550fd2 View commit details
    Browse the repository at this point in the history
  15. primval -> scalar rename

    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    f82256e View commit details
    Browse the repository at this point in the history
  16. Update outdated comment

    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    ff652b8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0da702a View commit details
    Browse the repository at this point in the history
  18. Get rid of scalar_size

    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    cc60a22 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c420531 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    97da01f View commit details
    Browse the repository at this point in the history
  21. Better variable naming

    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    98e5129 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    09a996b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bc3ba91 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ca8c27e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1a2964a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c6d25dc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    50628b7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cfd5fb5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    879d8f7 View commit details
    Browse the repository at this point in the history
  30. Remove ty_to_primitive

    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    f1ea9ef View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1f9fa53 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    569ae80 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    bdd23bf View commit details
    Browse the repository at this point in the history
  34. Add missing newlines

    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    d0610fd View commit details
    Browse the repository at this point in the history
  35. Remove dead code

    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    6d513f7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    80a1488 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5c8741f View commit details
    Browse the repository at this point in the history
  38. Rename amt variables to shift

    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    85de4ef View commit details
    Browse the repository at this point in the history
  39. Revert "Ensure llvm doesn't trigger an assert for crazy transmutes"

    This reverts commit 776c632e2a9a044fd134321a9d561e28994ff3ff.
    oli-obk committed May 24, 2018
    Configuration menu
    Copy the full SHA
    fb9060a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Update comment

    oli-obk committed May 25, 2018
    Configuration menu
    Copy the full SHA
    eceeb63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50d3783 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f599bb View commit details
    Browse the repository at this point in the history