Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glasm: Implement PREC on relevant instructions | ReinUsesLisp | 2021-07-23 | 1 | -6/+12 |
* | glasm: Review all GLASM insts to be aware of register aliasing | ReinUsesLisp | 2021-07-23 | 1 | -4/+4 |
* | glasm: Add MUFU instructions to GLASM | ReinUsesLisp | 2021-07-23 | 1 | -14/+15 |
* | glasm: Properly clamp Fp64 on GLASM | ReinUsesLisp | 2021-07-23 | 1 | -6/+6 |
* | glasm: Fix clamps so the min value has priority on NAN on GLASM | ReinUsesLisp | 2021-07-23 | 1 | -12/+15 |
* | glasm: Add conversion instructions to GLASM | ReinUsesLisp | 2021-07-23 | 1 | -22/+28 |
* | glasm: Add fp min/max insts and fix store for fp64 on GLASM | ReinUsesLisp | 2021-07-23 | 1 | -8/+6 |
* | glasm: Add floating-point comparisons on GLASM | ReinUsesLisp | 2021-07-23 | 1 | -81/+89 |
* | glasm: Initial GLASM fp64 support | ReinUsesLisp | 2021-07-23 | 1 | -8/+8 |
* | glasm: Make GLASM aware of types | ReinUsesLisp | 2021-07-23 | 1 | -164/+135 |
* | glasm: Implement basic GLASM instructions | ReinUsesLisp | 2021-07-23 | 1 | -0/+421 |
* | glasm: Add GLASM backend infrastructure | ReinUsesLisp | 2021-07-23 | 1 | -0/+0 |