• Joined on 2024-01-31
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-25 09:34:01 -05:00
faa8dd2e6f adding pointer checks on ecas
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-25 09:08:24 -05:00
d23d010917 fixing eror message
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-25 08:45:04 -05:00
b1da36ecde fixing upcasting signed to unsigned
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-25 08:40:30 -05:00
e62aab9b4b adding better binaro operator errors positions
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-25 08:31:55 -05:00
423361a80e forgottend typecheck on a struct
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-25 08:29:22 -05:00
62a7c61cdc properly selecting li instructions for integer sizes
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-25 08:14:36 -05:00
2bab16d3ce making never type cause less errors
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-25 08:07:43 -05:00
c88daa4800 adding better negative number inference
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-25 07:51:39 -05:00
6988d8893f changing uint to be the default
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-25 04:30:05 -05:00
64e228450f little cleanup and fixing error recovery
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-24 12:57:41 -05:00
897e121eeb fixing stack alloc overoptimization
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-24 09:26:32 -05:00
648bd24d0d forgot to mul by 8
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-24 08:49:45 -05:00
aefa7e6405 forgot
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-24 08:45:20 -05:00
026f6141e6 forgot
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-24 08:39:43 -05:00
cb88edea1f fixing overoptimization of load -> store
127e8dcb38 fixing @as misbehaving
Compare 2 commits »
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-24 07:08:23 -05:00
9c43dafcf5 fixing @as misbehaving
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-24 06:59:03 -05:00
e65dbcfcbe fixing bitcasts
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-24 06:25:37 -05:00
e0d4955bd5 fixing small struct return
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-24 05:28:27 -05:00
78ebc3292c removing useless clobbers
mlokis pushed to trunk at AbleOS/holey-bytes 2024-10-24 03:21:14 -05:00
0c2db878f0 adding the stack optimizations