| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-21 | rename src-self-hosted/ to src/ | Andrew Kelley | |
| 2020-08-23 | stage2: Implement setReg, call, ret, asm for ARM | joachimschmidt557 | |
| These changes enable a Hello World example. However, all implemented codegen is not yet feature-complete. - asm only supports 'svc #0' at the moment - call only supports leaf functions at the moment - setReg uses a naive method at the moment | |||
| 2020-08-23 | stage2: Implement genBreakpoint for ARM | joachimschmidt557 | |
| 2020-08-23 | Start working on stage2 ARM backend | joachimschmidt557 | |
| - add codegen/arm.zig with some basic functionality (load/store, data processing, branching, software interrupts) | |||
