mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 12:16:22 +00:00

A variety of improvements to the codegen backends Some are just general improvements to cg_ssa or cg_llvm, while others will make it slightly easier to use cg_ssa in cg_clif in the future.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.