1
0
Fork 0
forked from koniifer/ableos
Commit graph

444 commits

Author SHA1 Message Date
mlokr 936359b896 removing hbcb 2024-09-20 07:59:40 +02:00
mlokr e9b5baa900 brah 2024-09-19 19:18:22 +02:00
mlokr 4303cd1aed moving codegen to instrs alongside disasm 2024-09-19 18:27:25 +02:00
mlokr 6b454b2862 merge 2024-09-19 17:15:03 +02:00
mlokr 1a5d77b8f4 reducing dependencies 2024-09-19 17:13:51 +02:00
mlokr 2999a011f5 implementing ableos executable format 2024-09-19 13:40:03 +02:00
mlokr 65c99ff74c removing git support and relative path prefix which did nothing anyway 2024-09-18 10:34:07 +02:00
mlokr 90f623976e improving one particular error message 2024-09-18 10:14:17 +02:00
mlokr b42824b460 triing to turn absolute to relative paths in error messages 2024-09-18 10:07:40 +02:00
mlokr 239852db86 improving parser error messages 2024-09-18 09:47:52 +02:00
mlokr d0d07289be eca now infers the return type 2024-09-17 18:11:07 +02:00
mlokr d1e7bdb012 forcing structs to always be on stack 2024-09-17 18:07:15 +02:00
mlokr 32f1054da5 forgot update 2024-09-17 17:59:32 +02:00
mlokr 06e5e4ec84 forcing structs to always be on stack 2024-09-17 17:59:03 +02:00
mlokr 71683957f8 nah, lets use dummer code 2024-09-17 15:50:45 +02:00
mlokr fe8b478ae7 adding wide return move for wider range of cases 2024-09-17 15:47:23 +02:00
mlokr afd3c2b506 fixing wide return value 2024-09-17 15:25:31 +02:00
mlokr bb32558b74 blah 2024-09-17 15:14:24 +02:00
mlokr e862c3e4f7 initiating cranelift backend 2024-09-17 10:39:56 +02:00
mlokr 74eca58a91 fixing array bug, well actually more serious bug that somehow did not happen until now 2024-09-16 21:46:02 +02:00
mlokr 2104436103 replacing magic zeroes with proper constants 2024-09-16 15:49:27 +02:00
mlokr 5b51e22750 removing comand line parsing library that is used for tool that anybody can read to see how to use it 2024-09-16 15:27:38 +02:00
mlokr 56420ad5c5 making many tests work 2024-09-15 20:14:56 +02:00
mlokr bfeeff52cd adding framerk to add comments to different places 2024-09-14 12:27:53 +02:00
mlokr 3501ae58d8 adding negation 2024-09-14 11:26:54 +02:00
mlokr ad9798d0f5 bratenburg 2024-09-13 20:31:05 +02:00
mlokr b85c93466f brah 2024-09-13 19:30:47 +02:00
mlokr 32e34e4c76 moving op instruction selection to token methods 2024-09-13 18:41:01 +02:00
mlokr 87c8f48c18 updating tests 2024-09-13 18:23:00 +02:00
mlokr 4755cb1ff4 binary no longer contains comptime code and inoptimized impl is grately simplified 2024-09-13 18:22:27 +02:00
mlokr 8b9f6496ff saving 2024-09-13 15:12:20 +02:00
mlokr 44abba0ce1 extracting testing logic 2024-09-13 14:30:23 +02:00
mlokr 850600ef8d accidente 2024-09-13 14:16:34 +02:00
mlokr 2a5605703e instruction scheduling somewhat works now 2024-09-13 14:15:45 +02:00
mlokr 9e9220e884 removing false positives 2024-09-12 18:42:21 +02:00
mlokr f348a1937d blah buh leee 2024-09-10 20:54:11 +02:00
mlokr 71353ea9b1 fixing the compilation eror and maybe breaking the code 2024-09-10 20:50:36 +02:00
mlokr ed81d3f761 fixing the overoptimization 2024-09-10 16:32:15 +02:00
mlokr 1c088e2839 fixing the useles register alloc when loading 2024-09-10 12:16:42 +02:00
mlokr 25807c7281 more oportunities to reduce register copies 2024-09-10 12:13:01 +02:00
mlokr e5e5910402 optimizing accumulation 2024-09-10 01:15:18 +02:00
mlokr aeb5be5f14 prolly fixed 2024-09-09 23:31:22 +02:00
mlokr 149e667ce3 fixing vm bug 2024-09-09 22:52:34 +02:00
mlokr 7f362ba6cb saving 2024-09-09 22:17:54 +02:00
mlokr 601625e43f fixing more bugs and also adding uninig memory and also optimizing cong jumps 2024-09-09 19:36:53 +02:00
mlokr 391638d5b1 fixing the obscure string allocation bug 2024-09-08 17:25:33 +02:00
mlokr 507706ff1c saving 2024-09-08 17:11:33 +02:00
mlokr 4a46318fcb adding global mutatuon to the test 2024-09-08 12:00:07 +02:00
mlokr 214b3cc6b0 switching to more optimal lookup and adding dynamic input array 2024-09-08 04:20:10 +02:00
mlokr a625b5d6c3 not traversing controlfow can save us time 2024-09-08 03:15:05 +02:00