| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-11-29 | Support floats in input/output in vector registers of PowerPC inline assembly | Taiki Endo | -2/+2 | |
| 2024-11-29 | Support #[repr(simd)] types in input/output of PowerPC inline assembly | Taiki Endo | -1/+5 | |
| 2024-11-02 | Support clobber_abi and vector registers (clobber-only) in PowerPC inline ↵ | Taiki Endo | -3/+75 | |
| assembly | ||||
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+4 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -1/+0 | |
| 2024-03-03 | Mention Register Size in `#[warn(asm_sub_register)]` | Veera | -3/+3 | |
| Fixes #121593 | ||||
| 2022-01-17 | Use Symbol for target features in asm handling | bjorn3 | -1/+2 | |
| This saves a couple of Symbol::intern calls | ||||
| 2021-08-25 | add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC | Jacob Lifshay | -9/+60 | |
| Fixes #88315 | ||||
| 2021-05-13 | Add asm!() support for PowerPC64 | Dr. Chat | -2/+8 | |
| 2021-05-11 | Add initial asm!() support for PowerPC | Dr. Chat | -0/+146 | |
| This includes GPRs and FPRs only | ||||
