| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-10 | Add clobber-only register classes for asm! | Amanieu d'Antras | -0/+16 | |
| These are needed to properly express a function call ABI using a clobber list, even though we don't support passing actual values into/out of these registers. | ||||
| 2021-05-13 | Clarify error message when both asm! and global_asm! are unsupported | Amanieu d'Antras | -1/+2 | |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -0/+328 | |
| On x86, the default syntax is also switched to Intel to match asm! | ||||
