-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #114666
Sync rustc_codegen_cranelift #114666
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e8168ce - Browse repository at this point
Copy the full SHA e8168ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f533f4 - Browse repository at this point
Copy the full SHA 3f533f4View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a0c174 - Browse repository at this point
Copy the full SHA 9a0c174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1a9d7 - Browse repository at this point
Copy the full SHA 0b1a9d7View commit details -
Switch the build system from super:: to crate::
This was a left over from when build_system/main.rs was at ./y.rs.
Configuration menu - View commit details
-
Copy full SHA for e5197cf - Browse repository at this point
Copy the full SHA e5197cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6641b3a - Browse repository at this point
Copy the full SHA 6641b3aView commit details
Commits on Jul 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92fb9c6 - Browse repository at this point
Copy the full SHA 92fb9c6View commit details -
Merge pull request rust-lang#1388 from Kobzol/preserve-frame-pointer
Pass `preserve_frame_pointers` to Cranelift
Configuration menu - View commit details
-
Copy full SHA for 85a99b3 - Browse repository at this point
Copy the full SHA 85a99b3View commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 68f7b82 - Browse repository at this point
Copy the full SHA 68f7b82View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2876bb8 - Browse repository at this point
Copy the full SHA 2876bb8View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80f2b01 - Browse repository at this point
Copy the full SHA 80f2b01View commit details -
Rollup merge of rust-lang#114450 - chenyukang:yukang-fix-114435, r=co…
…mpiler-errors Fix ICE failed to get layout for ReferencesError Fixes rust-lang#114435 r? `@compiler-errors`
Configuration menu - View commit details
-
Copy full SHA for 88a79c6 - Browse repository at this point
Copy the full SHA 88a79c6View commit details
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3f92261 - Browse repository at this point
Copy the full SHA 3f92261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e958a5 - Browse repository at this point
Copy the full SHA 4e958a5View commit details -
Apply suggestions from code review
Co-authored-by: Ralf Jung <post@ralfj.de>
Configuration menu - View commit details
-
Copy full SHA for 659fabd - Browse repository at this point
Copy the full SHA 659fabdView commit details
Commits on Aug 7, 2023
-
Rollup merge of rust-lang#114382 - scottmcm:compare-bytes-intrinsic, …
…r=cjgillot Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly As discussed in rust-lang#113435, this lets the backends be the place that can have the "don't call the function if n == 0" logic, if it's needed for the target. (I didn't actually *add* those checks, though, since as I understood it we didn't actually need them on known targets?) Doing this also let me make it `const` (unstable), which I don't think `extern "C" fn memcmp` can be. cc `@RalfJung` `@Amanieu`
Configuration menu - View commit details
-
Copy full SHA for 5dd98a4 - Browse repository at this point
Copy the full SHA 5dd98a4View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8298811 - Browse repository at this point
Copy the full SHA 8298811View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3deb6c6 - Browse repository at this point
Copy the full SHA 3deb6c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 716dcb7 - Browse repository at this point
Copy the full SHA 716dcb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f9ac9c - Browse repository at this point
Copy the full SHA 8f9ac9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3775189 - Browse repository at this point
Copy the full SHA 3775189View commit details