rust/compiler/rustc_codegen_ssa/src/traits
Guillaume Gomez dfd30d7b70
Rollup merge of #86652 - nagisa:nagisa/non-leaf-fp, r=petrochenkov
Add support for leaf function frame pointer elimination

This PR adds ability for the target specifications to specify frame
pointer emission type that's not just “always” or “whatever cg decides”.

In particular there's a new mode that allows omission of the frame
pointer for leaf functions (those that don't call any other functions).

We then set this new mode for Aarch64-based Apple targets.

Fixes #86196
2021-07-01 11:15:41 +02:00
..
abi.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
asm.rs Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00
backend.rs Provide default MetadataLoader 2021-06-04 13:20:04 +02:00
builder.rs rustc_codegen_ssa: append blocks to functions w/o creating a builder. 2021-05-17 00:04:09 +03:00
consts.rs Update other codegens to use tcx managed vtable allocations. 2021-06-28 19:39:48 +08:00
coverageinfo.rs Changes from review comments 2021-03-23 17:02:10 -07:00
debuginfo.rs rustc_codegen_llvm: add support for inlined function debuginfo. 2020-10-21 04:43:57 +03:00
declare.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
intrinsic.rs Remove the -Zinsert-sideeffect 2021-03-10 12:21:43 +02:00
misc.rs Add support for leaf fn frame pointer elimination 2021-06-30 19:45:17 +03:00
mod.rs Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00
statics.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
type_.rs rustc_target: Rename some target options to avoid tautology 2020-11-08 17:29:13 +03:00
write.rs Support -C passes in NewPM 2021-05-08 10:58:08 +02:00