about summary refs log tree commit diff
path: root/compiler/rustc_target/src/asm/s390x.rs
AgeCommit message (Expand)AuthorLines
2024-11-24Make s390x non-clobber-only vector register support unstableTaiki Endo-4/+12
2024-11-22Support input/output in vector registers of s390x inline assemblyTaiki Endo-1/+4
2024-09-21Support clobber_abi and vector/access registers (clobber-only) in s390x inlin...Taiki Endo-11/+100
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
2024-01-03Support reg_addr register class in s390x inline assemblyTaiki Endo-14/+15
2022-01-17Use Symbol for target features in asm handlingbjorn3-1/+2
2021-08-23Fix: made suggested changelinux1-1/+1
2021-08-23Refactor: disabled frame pointer; consolidated unsupported register errors; a...linux1-68/+18
2021-08-22Fix: appeased x.py test tidy --blesslinux1-1/+1
2021-08-22Feat: further testing & support for i64 general register uselinux1-1/+1
2021-08-22Feat: added s390x reg-definitions, constraint codes, and testslinux1-5/+5
2021-08-22Feat: added inline asm support for s390xlinux1-0/+156