| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -36/+0 | |
| 2022-05-17 | fix clobber_abi tests | Connor Horman | -4/+4 | |
| 2022-04-19 | asm: Add a kreg0 register class on x86 which includes k0 | Amanieu d'Antras | -4/+4 | |
| Previously we only exposed a kreg register class which excludes the k0 register since it can't be used in many instructions. However k0 is a valid register and we need to have a way of marking it as clobbered for clobber_abi. Fixes #94977 | ||||
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -1/+2 | |
| They are also removed from the prelude as per the decision in https://github.com/rust-lang/rust/issues/87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros. | ||||
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -0/+35 | |
