summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/glue.rs
AgeCommit message (Collapse)AuthorLines
2021-12-05Attach range metadata to alignment loads from vtablesErik Desjardins-7/+11
...because alignment is always nonzero. This helps eliminate redundant runtime alignment checks, when a DST is a field of a struct whose remaining fields have alignment 1.
2021-06-15Refactor to make interpreter and codegen backend neutral to vtable internal ↵Charles Lew-1/+6
representation.
2020-09-04Change ty.kind to a methodLeSeulArtichaut-2/+2
2020-08-30mv compiler to compiler/mark-0/+109