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

Sync rustc_codegen_cranelift #99769

Merged
merged 7 commits into from
Jul 27, 2022
Merged

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    640c3f7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sync_from_rust'

    bjorn3 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    3deceed View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Start moving away from the intrinsic_match macro

    It isn't clear most people other than me and it blocks formatting by
    rustfmt.
    bjorn3 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e151964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54eb0d9 View commit details
    Browse the repository at this point in the history
  3. Outline a bug! invocation

    This reduces the amount of llvm ir lines for intrinsic related code from
    23801 to 20478.
    bjorn3 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    d3099a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3a2366 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30a5eb0 View commit details
    Browse the repository at this point in the history