rust/compiler/rustc_codegen_ssa
Tomasz Miąsko dff602fc18 Add a pointer to address cast kind
A pointer to address cast are often special-cased.
Introduce a dedicated cast kind to make them easy distinguishable.
2022-05-31 00:00:00 +00:00
..
src Add a pointer to address cast kind 2022-05-31 00:00:00 +00:00
Cargo.toml Fix e_flags for 32-bit MIPS targets in generated object file 2022-05-10 22:48:19 -04: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.