1
Fork 0
rust/compiler/rustc_codegen_ssa/src
Tomasz Miąsko 40c9aaee13 Do not emit alloca for ZST locals with multiple assignments
When rebuilding the standard library with `-Zbuild-std` this reduces the
number of locals that require an allocation from 62315 to 61767.
2021-06-10 14:53:06 +02:00
..
back Rollup merge of #82037 - calavera:strip_debuginfo_osx, r=petrochenkov 2021-06-10 11:02:01 +09:00
coverageinfo Reland - Report coverage 0 of dead blocks 2021-06-01 13:28:59 -07:00
debuginfo Respond to review feedback 2021-06-02 10:23:12 -04:00
mir Do not emit alloca for ZST locals with multiple assignments 2021-06-10 14:53:06 +02:00
traits Provide default MetadataLoader 2021-06-04 13:20:04 +02:00
base.rs Move crate_name field from OngoingCodegen to CrateInfo 2021-06-04 13:20:05 +02:00
common.rs Remove support for floating-point constants in asm! 2021-05-14 14:58:21 +01:00
glue.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
lib.rs Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkor 2021-06-07 02:30:24 +00:00
meth.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mono_item.rs Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00
target_features.rs Add support for BPF inline assembly 2021-05-23 18:03:27 +10:00