prog8/codeGenIntermediate/src/prog8/codegen/intermediate
Irmen de Jong 2e37f5dee3 IR: support for multi-returnvalue function calls (asmsubs)
note: the VM can't execute these though as it has no CPU hardware registers
2024-03-23 00:30:17 +01:00
..
AssignmentGen.kt IR: support for multi-returnvalue function calls (asmsubs) 2024-03-23 00:30:17 +01:00
BuiltinFuncGen.kt IR: fix some things related to asmsubs 2024-03-22 21:49:01 +01:00
ExpressionGen.kt IR: support for multi-returnvalue function calls (asmsubs) 2024-03-23 00:30:17 +01:00
IRCodeGen.kt IR: support for multi-returnvalue function calls (asmsubs) 2024-03-23 00:30:17 +01:00
IRPeepholeOptimizer.kt remove redundant IR instructions like SNZ 2024-03-02 23:19:39 +01:00
IRRegisterOptimizer.kt IR: wrong attempt at optimizing register usage by reusing registers inside different code chunks 2023-05-18 21:57:21 +02:00
IRUnusedCodeRemover.kt fixed vm problem with branching instructions in global init chunk 2024-03-17 13:22:17 +01:00
PreProcess.kt implementing the array copys 2024-02-10 01:40:36 +01:00
RegisterPool.kt ir syscalls args via stack instead of fixed r65500+ 2023-04-10 18:02:37 +02:00