rust/compiler/rustc_codegen_ssa
Guillaume Gomez 161cf3e25b
Rollup merge of #141448 - bjorn3:codegen_refactors, r=WaffleLapkin
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.
2025-05-29 17:02:59 +02:00
..
src Rollup merge of #141448 - bjorn3:codegen_refactors, r=WaffleLapkin 2025-05-29 17:02:59 +02:00
Cargo.toml Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin 2025-05-19 13:24:54 +10:00
messages.ftl make enabling the neon target feature a FCW 2025-05-22 12:19:25 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.