Jakub Doka
|
6d805dc2ec
|
fixing the cli
|
2024-09-28 16:28:05 +02:00 |
|
Jakub Doka
|
02c74a181d
|
making some pointer peepholes
|
2024-09-28 15:13:32 +02:00 |
|
Jakub Doka
|
c0d4464097
|
implementing pointers example
|
2024-09-27 16:53:28 +02:00 |
|
mlokr
|
602249a48a
|
adding packed structs
|
2024-09-22 18:17:30 +02:00 |
|
mlokr
|
338e3f1519
|
fixing compiler errors
|
2024-09-21 14:46:12 +02:00 |
|
mlokr
|
0e9f4402cb
|
fixing hbbytecode having the std mentioned
|
2024-09-21 08:19:27 +02:00 |
|
mlokr
|
6057e88034
|
fixing a bug and preparing form memory manipulation with optimizations
|
2024-09-20 19:01:44 +02:00 |
|
mlokr
|
b8ff503c14
|
fixing report bug
|
2024-09-20 11:01:10 +02:00 |
|
mlokr
|
4d163a2313
|
bruhma
|
2024-09-20 08:09:29 +02:00 |
|
mlokr
|
e4e7f8d5b5
|
implementing ableos executable format
|
2024-09-19 13:40:03 +02:00 |
|
mlokr
|
faf068885a
|
replacing magic zeroes with proper constants
|
2024-09-16 15:49:27 +02:00 |
|
mlokr
|
a2e864360e
|
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
|
79e4cead2d
|
making many tests work
|
2024-09-15 20:14:56 +02:00 |
|
mlokr
|
6968e7d769
|
adding framerk to add comments to different places
|
2024-09-14 12:27:53 +02:00 |
|
mlokr
|
c133c2dbe7
|
adding negation
|
2024-09-14 11:26:54 +02:00 |
|
mlokr
|
da85d91a09
|
moving op instruction selection to token methods
|
2024-09-13 18:41:01 +02:00 |
|
mlokr
|
fbdabd8314
|
binary no longer contains comptime code and inoptimized impl is grately simplified
|
2024-09-13 18:22:27 +02:00 |
|
mlokr
|
39c4526797
|
saving
|
2024-09-13 15:12:20 +02:00 |
|
mlokr
|
2e3fbfa966
|
extracting testing logic
|
2024-09-13 14:30:23 +02:00 |
|
mlokr
|
b177cbe7c7
|
instruction scheduling somewhat works now
|
2024-09-13 14:15:45 +02:00 |
|
mlokr
|
641d344d2d
|
removing false positives
|
2024-09-12 18:42:21 +02:00 |
|
mlokr
|
dc418bd5e0
|
blah buh leee
|
2024-09-10 20:54:11 +02:00 |
|
mlokr
|
8bbc40b9b1
|
fixing the compilation eror and maybe breaking the code
|
2024-09-10 20:50:36 +02:00 |
|
mlokr
|
8928888481
|
fixing the useles register alloc when loading
|
2024-09-10 12:16:42 +02:00 |
|
mlokr
|
73727c2383
|
fixing more bugs and also adding uninig memory and also optimizing cong jumps
|
2024-09-09 19:36:53 +02:00 |
|
mlokr
|
50f3350418
|
saving
|
2024-09-08 17:11:33 +02:00 |
|
mlokr
|
bb41da484f
|
adding global mutatuon to the test
|
2024-09-08 12:00:07 +02:00 |
|
mlokr
|
ee30069195
|
switching to more optimal lookup and adding dynamic input array
|
2024-09-08 04:20:10 +02:00 |
|
mlokr
|
58c1c29293
|
not traversing controlfow can save us time
|
2024-09-08 03:15:05 +02:00 |
|
mlokr
|
49387dbe16
|
if a phy does not depend of different phy in the same loop we can modify it in place saving a register copy
|
2024-09-08 03:12:57 +02:00 |
|
mlokr
|
803095c0c5
|
implementing multiple breaks
|
2024-09-06 22:00:23 +02:00 |
|
mlokr
|
b4f64656fe
|
better error recovery
|
2024-09-06 18:50:28 +02:00 |
|
mlokr
|
73e13bd93c
|
more tests work now
|
2024-09-06 16:16:42 +02:00 |
|
mlokr
|
b404e5b86d
|
more tests work now
|
2024-09-06 16:11:57 +02:00 |
|
mlokr
|
4bcab25231
|
upgraded error messages and inference
|
2024-09-06 02:42:07 +02:00 |
|
mlokr
|
414a07b99a
|
great
|
2024-09-06 02:04:19 +02:00 |
|
mlokr
|
fdf4cccde0
|
making a mess
|
2024-09-06 01:17:54 +02:00 |
|
mlokr
|
1a3b0c2eec
|
implementing optimizations up to is statements
|
2024-09-05 11:16:11 +02:00 |
|
mlokr
|
955e4a5c7a
|
making functions example pass
|
2024-09-04 23:46:32 +02:00 |
|
mlokr
|
a21dee61e7
|
adding disasm option
|
2024-09-04 17:56:59 +02:00 |
|
mlokr
|
894f73ca35
|
adding more type checking
|
2024-09-04 16:54:34 +02:00 |
|
mlokr
|
b956cc78bb
|
adding bfn to ast nodes
|
2024-09-03 17:51:28 +02:00 |
|
mlokr
|
7279ed88e9
|
adding sime ignores
|
2024-09-03 00:27:50 +02:00 |
|
mlokr
|
9500db8764
|
some organization
|
2024-09-03 00:07:20 +02:00 |
|