Age | Commit message (Expand) | Author |
---|---|---|
2025-03-07 | make code a bit more robust | Kimplul |
2024-07-14 | add relative args | Kimplul |
2024-07-14 | jit tests pass (kind of) on x86_64 | Kimplul |
2024-07-14 | add float + double instead of just double | Kimplul |
2024-07-13 | implement some more jit instructions | Kimplul |
2024-07-13 | bytecode tests pass | Kimplul |
2024-06-30 | work through loads and stores | Kimplul |
2024-06-30 | continue working through test cases | Kimplul |
2024-06-29 | work through branching instructions | Kimplul |
2024-06-29 | continue working through bytecode ops | Kimplul |
2024-06-29 | add flag for using 64 bit values on 32 machines | Kimplul |
2024-06-29 | clear up some semantics | Kimplul |
2024-06-29 | start adding tests | Kimplul |
2024-06-28 | implement enough for fibonacci | Kimplul |
2024-06-26 | allow toggling between jit and bytecode | Kimplul |
2024-06-26 | enough functionality to implement posthaste | Kimplul |
2024-06-25 | fix some names | Kimplul |
2024-06-25 | move branches to have the dest in r0 | Kimplul |
2024-06-23 | initial interpeter testing | Kimplul |