Commit Graph
13 Commits
Author SHA1 Message Date
Rerumu 9482438360 Add proper sign extension for integers 2022-06-16 06:33:03 -04:00
Rerumu d654186234 Add population operations to runtime 2022-06-16 06:33:03 -04:00
Rerumu c5f7e386c2 Fix signed remainder assumption 2022-06-16 06:33:03 -04:00
Rerumu 2db51b9b00 Fix realloc failing on no-op 2022-06-16 06:33:03 -04:00
Rerumu 5037ab1ff8 Fix i32 multiplication 2022-06-16 06:33:03 -04:00
Rerumu bc6ac45059 Fix copysign 2022-06-16 06:33:03 -04:00
Rerumu 8d4da9547c Fix initializing memory off by 1 2022-05-26 19:19:16 -04:00
Rerumu 830727d8d4 Add copysign and nearest to runtimes 2022-05-21 15:51:31 -04:00
Rerumu 8d671b99e4 Expand runtimes a bit more 2022-05-21 04:18:29 -04:00
Rerumu ce54d834a5 Add shortcuts for native operations 2022-05-21 04:11:04 -04:00
Rerumu ceed957b12 Remove unneeded truncation 2022-05-18 20:57:29 -04:00
Rerumu a40335ee69 Remove unused runtime functions 2022-04-29 23:33:04 -04:00
Rerumu 22ea8910ad Re-structure and decouple AST from generator 2022-02-08 17:39:14 -05:00