prog8/codeGenIntermediate/src/prog8/codegen/intermediate
Irmen de Jong 53df0eb707 cleanups
2024-04-10 22:04:03 +02:00
..
AssignmentGen.kt allow 'void' as dummy assign target in multi-assignment statements 2024-03-31 23:43:26 +02:00
BuiltinFuncGen.kt allow 'void' as dummy assign target in multi-assignment statements 2024-03-31 23:43:26 +02:00
ExpressionGen.kt IR: support for multi-returnvalue function calls (asmsubs) 2024-03-23 00:30:17 +01:00
IRCodeGen.kt fix a problem with const fold optimization in if expressions, and IR compilation of that 2024-04-09 22:09:29 +02:00
IRPeepholeOptimizer.kt cleanups 2024-04-10 22:04:03 +02: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