| Age | Commit message (Collapse) | Author |
|
|
|
Closes #24553
|
|
- factor out `loadReg`
- support all general system control registers in inline asm
- fix asserts after iterating field offsets
- fix typo in `slice_elem_val`
- fix translation of argument locations
|
|
|
|
|
|
Ran into a design flaw here which will need to get solved by having
AstGen annotate ZIR with which instructions are closed over.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix typo in `nop` implementation.
Simplify `aarch64` macOS tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks @joachimschmidt557 for pointing out this fix!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add remaining PCS info: param and return registers in procedure calls.
|
|
|