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

Add hooks for Miri panic unwinding #60026

Merged
merged 29 commits into from
Nov 13, 2019
Merged

Commits on Nov 11, 2019

  1. Add hooks for Miri panic unwinding

    This commits adds in some additional hooks to allow Miri to properly
    handle panic unwinding. None of this should have any impact on CTFE mode
    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    187d05f View commit details
    Browse the repository at this point in the history
  2. Formatting improvements

    Co-Authored-By: Oliver Scherer <[email protected]>
    Aaron1011 and oli-obk committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    1991018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa4f1b7 View commit details
    Browse the repository at this point in the history
  4. Remove old intrinsic check

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    d87e2da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    499eb5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01c11f9 View commit details
    Browse the repository at this point in the history
  7. A few minor tweaks

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    64a43f4 View commit details
    Browse the repository at this point in the history
  8. Add doc comment

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    fe3e1c1 View commit details
    Browse the repository at this point in the history
  9. Some cleanup

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    8df4248 View commit details
    Browse the repository at this point in the history
  10. Fix unwinding logic

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4f25c91 View commit details
    Browse the repository at this point in the history
  11. Don't attempt to get cwd when printing backtrace under Miri

    This allows Miri to print backtraces in isolation mode
    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    8ff4d41 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    caf3cc1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fe88fc0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    848e1d8 View commit details
    Browse the repository at this point in the history
  15. Use proper intrinsic type

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    5553476 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b06c83c View commit details
    Browse the repository at this point in the history
  17. Add comment

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    d5c0aca View commit details
    Browse the repository at this point in the history
  18. Change TODO to FIXME

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    dac3011 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c062afe View commit details
    Browse the repository at this point in the history
  20. Some code cleanup

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    72b555c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2390077 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6eea0ff View commit details
    Browse the repository at this point in the history
  23. Fix tidy

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    607339f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4ecb80d View commit details
    Browse the repository at this point in the history
  25. Fix debug assertion

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    ee2dc4b View commit details
    Browse the repository at this point in the history
  26. Rename to

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    2ed1e89 View commit details
    Browse the repository at this point in the history
  27. Fix rebase fallout

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    68d9853 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c0b972a View commit details
    Browse the repository at this point in the history
  29. Update

    Aaron1011 committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    b4545a4 View commit details
    Browse the repository at this point in the history