Eduard Urbach ed
ed pushed to main at cli/q 2025-07-04 17:06:53 +00:00
0ece1b092e Implemented liveness analysis
ed pushed to main at cli/q 2025-07-04 10:20:54 +00:00
f357285045 Added expression index method
ed pushed to main at cli/q 2025-07-04 09:36:46 +00:00
7a8cb43e9f Added sum test
ed pushed to main at cli/q 2025-07-04 07:09:31 +00:00
36f76170f5 Reduced executable size on Linux
ed pushed to main at cli/q 2025-07-03 20:54:39 +00:00
ca9595d1fb Simplified ssa package
ed pushed to main at cli/q 2025-07-03 18:12:19 +00:00
b77d876ebb Reduced interface bloat
ed pushed to main at cli/q 2025-07-03 17:46:31 +00:00
ba2314db4a Added types tests
ed pushed to main at cli/q 2025-07-03 17:25:15 +00:00
0eaeb726b9 Reduced the number of IR methods
ed pushed to main at cli/q 2025-07-03 15:41:36 +00:00
72ace483e4 Made error types public
ed pushed to main at cli/q 2025-07-03 15:24:49 +00:00
85cea5cbee Simplified build struct
ed pushed to main at cli/q 2025-07-03 14:57:49 +00:00
3f481d0bd3 Added separate value type for extern calls
ed pushed to main at cli/q 2025-07-03 14:47:04 +00:00
4aa4d613a1 Removed duplicate debug code
ed pushed to main at cli/q 2025-07-03 13:12:20 +00:00
bdb1b9595f Simplified verbose output for the IR
ed pushed to main at cli/q 2025-07-03 11:45:49 +00:00
cfc0f87c49 Improved consistency of number literals
ed pushed to main at cli/q 2025-07-02 20:02:44 +00:00
47b4b1f1dd Added Windows support for the hello example
ed pushed to main at cli/q 2025-07-02 15:37:54 +00:00
e833268061 Added register move for syscall returns
ed pushed to main at cli/q 2025-07-02 14:55:37 +00:00
3301cf5542 Improved ssa compiler
ed pushed to main at ed/home 2025-07-01 14:23:41 +00:00
24645dcdfe Updated config
ed pushed to main at cli/q 2025-07-01 14:13:20 +00:00
c9c6b94c18 Refactored ssa to asm compilation
ed pushed to main at cli/q 2025-07-01 11:41:38 +00:00
562c839835 Added Windows support