-
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 #81618
Sync rustc_codegen_cranelift #81618
Commits on Dec 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 77f74ed - Browse repository at this point
Copy the full SHA 77f74edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50a6a84 - Browse repository at this point
Copy the full SHA 50a6a84View commit details
Commits on Jan 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2c41a69 - Browse repository at this point
Copy the full SHA 2c41a69View commit details
Commits on Jan 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1a1cdac - Browse repository at this point
Copy the full SHA 1a1cdacView commit details
Commits on Jan 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3ea8915 - Browse repository at this point
Copy the full SHA 3ea8915View commit details
Commits on Jan 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ea73caa - Browse repository at this point
Copy the full SHA ea73caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c34e165 - Browse repository at this point
Copy the full SHA c34e165View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1952b1f - Browse repository at this point
Copy the full SHA 1952b1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfedad1 - Browse repository at this point
Copy the full SHA cfedad1View commit details
Commits on Jan 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c3d7dc9 - Browse repository at this point
Copy the full SHA c3d7dc9View commit details
Commits on Jan 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c0aefeb - Browse repository at this point
Copy the full SHA c0aefebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f60301 - Browse repository at this point
Copy the full SHA 7f60301View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bf5cb4 - Browse repository at this point
Copy the full SHA 9bf5cb4View commit details -
This implements everything in the new backend necessary for usage with cg_clif
Configuration menu - View commit details
-
Copy full SHA for a19ef67 - Browse repository at this point
Copy the full SHA a19ef67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 173ec34 - Browse repository at this point
Copy the full SHA 173ec34View commit details -
Configuration menu - View commit details
-
Copy full SHA for da4aa92 - Browse repository at this point
Copy the full SHA da4aa92View commit details -
Merge pull request rust-lang#1127 from bjorn3/newbe
Support building with the new Cranelift backends
Configuration menu - View commit details
-
Copy full SHA for 500faf2 - Browse repository at this point
Copy the full SHA 500faf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ced8c0 - Browse repository at this point
Copy the full SHA 2ced8c0View commit details
Commits on Jan 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ae6daf7 - Browse repository at this point
Copy the full SHA ae6daf7View commit details
Commits on Jan 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d6eb4f5 - Browse repository at this point
Copy the full SHA d6eb4f5View commit details
Commits on Jan 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d39b441 - Browse repository at this point
Copy the full SHA d39b441View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6170fc6 - Browse repository at this point
Copy the full SHA 6170fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff33042 - Browse repository at this point
Copy the full SHA ff33042View commit details -
Configuration menu - View commit details
-
Copy full SHA for de713a8 - Browse repository at this point
Copy the full SHA de713a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b58d8c - Browse repository at this point
Copy the full SHA 2b58d8cView commit details
Commits on Jan 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4555737 - Browse repository at this point
Copy the full SHA 4555737View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc595f1 - Browse repository at this point
Copy the full SHA fc595f1View commit details
Commits on Jan 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d263447 - Browse repository at this point
Copy the full SHA d263447View commit details -
This check wasn't very useful and removing it simplifies the code.
Configuration menu - View commit details
-
Copy full SHA for aa23f86 - Browse repository at this point
Copy the full SHA aa23f86View commit details -
Configuration menu - View commit details
-
Copy full SHA for e564a0a - Browse repository at this point
Copy the full SHA e564a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 268d7bc - Browse repository at this point
Copy the full SHA 268d7bcView commit details
Commits on Jan 29, 2021
-
Rollup merge of rust-lang#81333 - RalfJung:const-err-simplify, r=oli-obk
clean up some const error reporting around promoteds These are some error reporting simplifications enabled by rust-lang#80579. Further simplifications are possible but could be blocked on making `const_err` a hard error. r? ``````@oli-obk``````
Configuration menu - View commit details
-
Copy full SHA for e67b72d - Browse repository at this point
Copy the full SHA e67b72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f48e4 - Browse repository at this point
Copy the full SHA e8f48e4View commit details
Commits on Jan 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 139a6d1 - Browse repository at this point
Copy the full SHA 139a6d1View commit details -
Force stack slot size to be a multiple of 16
This ensures that all stack slots are aligned to 16 bytes. Without this linking against crates compiled with cg_llvm may cause a crash due to simd instructions requiring a 16 byte alignment.
Configuration menu - View commit details
-
Copy full SHA for b5ddb76 - Browse repository at this point
Copy the full SHA b5ddb76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d69817 - Browse repository at this point
Copy the full SHA 2d69817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fcf59f - Browse repository at this point
Copy the full SHA 7fcf59fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb649c - Browse repository at this point
Copy the full SHA 3eb649cView commit details -
Merge pull request rust-lang#1132 from Uriopass/master
Don't set RUSTFLAGS when no specific linker is needed
Configuration menu - View commit details
-
Copy full SHA for 6a739b3 - Browse repository at this point
Copy the full SHA 6a739b3View commit details -
Merge pull request rust-lang#1131 from bjorn3/abi_compat
Full abi compatibilty
Configuration menu - View commit details
-
Copy full SHA for 18de1b1 - Browse repository at this point
Copy the full SHA 18de1b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f344768 - Browse repository at this point
Copy the full SHA f344768View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8faae29 - Browse repository at this point
Copy the full SHA 8faae29View commit details -
Configuration menu - View commit details
-
Copy full SHA for d34b5e2 - Browse repository at this point
Copy the full SHA d34b5e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 356d749 - Browse repository at this point
Copy the full SHA 356d749View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7657ebc - Browse repository at this point
Copy the full SHA 7657ebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f24e5 - Browse repository at this point
Copy the full SHA 84f24e5View commit details
Commits on Jan 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1548411 - Browse repository at this point
Copy the full SHA 1548411View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c943bf - Browse repository at this point
Copy the full SHA 9c943bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9384af4 - Browse repository at this point
Copy the full SHA 9384af4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9164653 - Browse repository at this point
Copy the full SHA 9164653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c7ae41 - Browse repository at this point
Copy the full SHA 8c7ae41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0929e37 - Browse repository at this point
Copy the full SHA 0929e37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17cffc1 - Browse repository at this point
Copy the full SHA 17cffc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d556c56 - Browse repository at this point
Copy the full SHA d556c56View commit details
Commits on Feb 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2785533 - Browse repository at this point
Copy the full SHA 2785533View commit details