summary refs log tree commit diff
path: root/compiler/stable_mir/src/abi.rs
AgeCommit message (Expand)AuthorLines
2024-12-18make no-variant types a dedicated Variants variantRalf Jung-1/+3
2024-12-18Variants::Single: do not use invalid VariantIdx for uninhabited enumsRalf Jung-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-21add `C-cmse-nonsecure-entry` ABIFolkert de Vries-0/+1
2024-09-02chore: Fix typos in 'compiler' (batch 3)Alexander Cyon-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+7
2024-06-26add serde derive Serialize to stable_mirStephen Skeirik-17/+18
2024-05-08Use generic `NonZero`.Markus Reiter-2/+2
2024-03-13Fix StableMIR is_full computationCelina G. Val-1/+1
2024-03-01Add support to new float typesCelina G. Val-4/+24
2024-03-01Implement missing ABI structures in StableMIRCelina G. Val-4/+155
2024-01-30Remove the `abi_amdgpu_kernel` featureclubby789-1/+0
2023-12-19Fix c_variadic flag and add opaque info to PassModeCelina G. Val-9/+6
2023-12-18Add function ABI and type layout to StableMIRCelina G. Val-0/+286