summary refs log tree commit diff
path: root/compiler/stable_mir/src/mir/alloc.rs
AgeCommit message (Collapse)AuthorLines
2024-03-23Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubileeJubilee-2/+2
fix typo of endianness fix typo endianess -> endianness
2024-03-20Update target.rs alloc.rs event.rs simd.rsRoboSchmied-2/+2
fix typos
2024-03-20resolve clippy errorsonur-ozkan-4/+4
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2023-12-07Add instance evaluation and methods to read allocCelina G. Val-2/+34
The instance evaluation is needed to handle intrinsics such as `type_id` and `type_name`. Since we now use Allocation to represent all evaluated constants, provide a few methods to help process the data inside an allocation.
2023-11-21Add allocation test and a bit more documentationCelina G. Val-0/+7
2023-11-21Add support to get virtual table allocationCelina G. Val-0/+7
2023-11-21Add support to global allocation to stable-mirCelina G. Val-0/+37