rust/compiler/rustc_codegen_ssa
Matthias Krüger 4406a92cd1
Rollup merge of #111618 - cjgillot:name-return-place, r=tmiasko
Always name the return place.

MIR opts more and more consider `_0` as just another local, so there is no point in keeping the special case in debug-info logic.
2023-07-09 16:33:35 +02:00
..
src Rollup merge of #111618 - cjgillot:name-return-place, r=tmiasko 2023-07-09 16:33:35 +02:00
Cargo.toml Support rust metadata for AIX. 2023-05-23 16:23:59 +08:00
messages.ftl Add rustc option to output LLVM optimization remarks to YAML files 2023-07-02 13:41:36 +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.