Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-07-23 | glasm: Add Void type to GLASM values | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | glasm: Fix register allocation when moving immediate on GLASM | ReinUsesLisp | 1 | -30/+41 |
2021-07-23 | glasm: Add conversion instructions to GLASM | ReinUsesLisp | 1 | -0/+4 |
2021-07-23 | glasm: Initial GLASM fp64 support | ReinUsesLisp | 1 | -19/+47 |
2021-07-23 | glasm: Make GLASM aware of types | ReinUsesLisp | 1 | -27/+35 |
2021-07-23 | glasm: Implement more logical ops | ameerj | 1 | -1/+1 |
2021-07-23 | glasm: Use BitField instead of C bitfields | ReinUsesLisp | 1 | -5/+5 |
2021-07-23 | glasm: Changes to GLASM register allocator and emit context | ReinUsesLisp | 1 | -16/+21 |
2021-07-23 | glasm: Add GLASM backend infrastructure | ReinUsesLisp | 1 | -0/+82 |