oscar64/oscar64
drmortalwombat 19a54432f6 Struct function return value 2021-10-16 16:45:08 +02:00
..
Array.h Code size optimization 2021-10-15 21:52:07 +02:00
Assembler.cpp Add makefile for linux 2021-09-24 16:17:20 +02:00
Assembler.h Fix unnamed parameters in function prototype 2021-09-11 16:05:31 +02:00
BitVector.h Add makefile for linux 2021-09-24 16:17:20 +02:00
ByteCodeGenerator.cpp Fix infinite loop unrolling 2021-10-16 15:11:05 +02:00
ByteCodeGenerator.h Code size optimization 2021-10-15 21:52:07 +02:00
CompilationUnits.cpp Support for long integer with byte code 2021-10-02 10:06:13 +02:00
CompilationUnits.h Support for long integer with byte code 2021-10-02 10:06:13 +02:00
Compiler.cpp Add command line options for optimization 2021-10-14 16:51:59 +02:00
Compiler.h Add command line options for optimization 2021-10-14 16:51:59 +02:00
CompilerTypes.h Add command line options for optimization 2021-10-14 16:51:59 +02:00
Declaration.cpp Add command line options for optimization 2021-10-14 16:51:59 +02:00
Declaration.h Add command line options for optimization 2021-10-14 16:51:59 +02:00
Disassembler.cpp Fix long offset pointer access in byte code 2021-10-14 22:22:31 +02:00
Disassembler.h Fixes to get dhrystone.c to compile and run 2021-10-03 20:35:50 +02:00
Emulator.cpp Some peephole optimizations for native code 2021-10-14 21:22:03 +02:00
Emulator.h Exclude bss segment from prg file 2021-10-05 18:24:03 +02:00
Errors.cpp Add long integer support in native and byte code 2021-10-02 17:22:18 +02:00
Errors.h Add warning for constant out of bound array access 2021-10-14 18:15:04 +02:00
GlobalAnalyzer.cpp Fix infinite loop unrolling 2021-10-16 15:11:05 +02:00
GlobalAnalyzer.h Add command line options for optimization 2021-10-14 16:51:59 +02:00
Ident.cpp Add makefile for linux 2021-09-24 16:17:20 +02:00
Ident.h Initial commit 2021-09-06 18:34:52 +02:00
InterCode.cpp Fix infinite loop unrolling 2021-10-16 15:11:05 +02:00
InterCode.h Fix infinite loop unrolling 2021-10-16 15:11:05 +02:00
InterCodeGenerator.cpp Struct function return value 2021-10-16 16:45:08 +02:00
InterCodeGenerator.h Add binary tree evaluation for large switch statements 2021-10-14 17:52:18 +02:00
Linker.cpp Prepare access to local variables in inline assembler 2021-10-07 10:42:18 +02:00
Linker.h Prepare access to local variables in inline assembler 2021-10-07 10:42:18 +02:00
MachineTypes.h Prepare fastcall 2021-10-07 15:14:23 +02:00
NativeCodeGenerator.cpp Some peephole optimizations for native code 2021-10-14 21:22:03 +02:00
NativeCodeGenerator.h Some peephole optimizations for native code 2021-10-14 21:22:03 +02:00
NumberSet.cpp Using linker objects and sections 2021-09-20 22:36:16 +02:00
NumberSet.h Exclude bss segment from prg file 2021-10-05 18:24:03 +02:00
Parser.cpp Struct function return value 2021-10-16 16:45:08 +02:00
Parser.h Fix petscii characters changed includes and pragmas 2021-10-10 17:30:57 +02:00
Preprocessor.cpp Optimized int shifts ge eight 2021-09-29 16:31:17 +02:00
Preprocessor.h More simple loop optimisations 2021-09-28 16:24:44 +02:00
Scanner.cpp Add command line options for optimization 2021-10-14 16:51:59 +02:00
Scanner.h Fix petscii characters changed includes and pragmas 2021-10-10 17:30:57 +02:00
Type.h Initial commit 2021-09-06 18:34:52 +02:00
oscar64.cpp Add command line options for optimization 2021-10-14 16:51:59 +02:00
oscar64.rc Petscii translation in stdio and conio 2021-10-12 17:54:10 +02:00
oscar64.vcxproj Add command line options for optimization 2021-10-14 16:51:59 +02:00
oscar64.vcxproj.filters Add command line options for optimization 2021-10-14 16:51:59 +02:00
resource.h Initial commit 2021-09-06 18:34:52 +02:00