about summary refs log tree commit diff
path: root/compiler/rustc_target/src/asm/s390x.rs
AgeCommit message (Expand)AuthorLines
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