• Joined on 2024-01-31
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-17 11:44:28 -06:00
fe5a8631f6 fixed a bug of not marking idents as used
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-17 11:16:02 -06:00
8892dd729a fixing the false return location
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-17 10:14:48 -06:00
a7718e1220 cleaning up some code
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-17 09:31:04 -06:00
e079bbd312 forgot to support explicit enum type
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-17 09:25:44 -06:00
12b9d43754 adding minimal enums
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-17 03:06:17 -06:00
397b2a4b1b fixed a stack prelude postlude being needlesly generated + struct can now be compared
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-16 14:38:15 -06:00
12bb7029b4 fixed float comparison in the vm
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-16 13:53:40 -06:00
a64383e72b saving
2034152c83 added syntax highlighting to depell
Compare 2 commits »
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-16 10:41:45 -06:00
13714eb513 removing stable feature supression
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-16 10:29:35 -06:00
4088bd18b1 fixing compilation error for ableos
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-16 07:22:38 -06:00
e94b812b3b removing the regalloc dependency
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-16 06:42:22 -06:00
e5d6b35f66 removing needless copies to zero register for unused values
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-16 04:47:05 -06:00
e6df9b6b01 cleanup
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-16 03:16:40 -06:00
baa70d3f12 removing needless copy into ret register
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-16 03:06:00 -06:00
ec4499e519 removing duplicate un instruction
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-16 03:03:17 -06:00
085c593add removing needless truncation of zeroth register
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-15 16:18:46 -06:00
867a750d8f hopefully this is less of a mess now
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-15 15:53:27 -06:00
b1b6d9eba1 fix the inference on itf
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-15 15:35:11 -06:00
12be64965f maybe fixed mandelbrot
mlokis pushed to trunk at AbleOS/holey-bytes 2024-11-15 12:32:09 -06:00
7058efe75c reverting phi transformation