about summary refs log tree commit diff
path: root/compiler/rustc_target/src/asm/powerpc.rs
AgeCommit message (Expand)AuthorLines
2024-11-29Support floats in input/output in vector registers of PowerPC inline assemblyTaiki Endo-2/+2
2024-11-29Support #[repr(simd)] types in input/output of PowerPC inline assemblyTaiki Endo-1/+5
2024-11-02Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass...Taiki Endo-3/+75
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-1/+0
2024-03-03Mention Register Size in `#[warn(asm_sub_register)]`Veera-3/+3
2022-01-17Use Symbol for target features in asm handlingbjorn3-1/+2
2021-08-25add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPCJacob Lifshay-9/+60
2021-05-13Add asm!() support for PowerPC64Dr. Chat-2/+8
2021-05-11Add initial asm!() support for PowerPCDr. Chat-0/+146