oscar64/oscar64
drmortalwombat 2ed784ea17 Optimize signed range comparison 2021-11-13 15:05:53 +01:00
..
Array.h Optimize signed range comparison 2021-11-13 15:05:53 +01: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 Byte code generator optimizations 2021-11-06 14:29:12 +01:00
ByteCodeGenerator.h Byte code generator optimizations 2021-11-06 14:29:12 +01: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 Byte code generator optimizations 2021-11-06 14:29:12 +01:00
Compiler.h Add command line options for optimization 2021-10-14 16:51:59 +02:00
CompilerTypes.h More cartridge hacking 2021-10-19 22:29:23 +02:00
Declaration.cpp Fix array type check 2021-11-04 18:28:35 +01:00
Declaration.h Optimize global variable alias analysis 2021-11-01 12:42:03 +01:00
Disassembler.cpp Optimizing byte code generator 2021-11-06 17:57:24 +01:00
Disassembler.h Fixes to get dhrystone.c to compile and run 2021-10-03 20:35:50 +02:00
Emulator.cpp Optimize global variable alias analysis 2021-11-01 12:42:03 +01:00
Emulator.h Exclude bss segment from prg file 2021-10-05 18:24:03 +02:00
Errors.cpp Fix various errors triggered by fuzzing 2021-10-17 18:20:44 +02:00
Errors.h Fix various errors triggered by fuzzing 2021-10-17 18:20:44 +02:00
GlobalAnalyzer.cpp Byte code generator optimizations 2021-11-06 14:29:12 +01: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 Optimize signed range comparison 2021-11-13 15:05:53 +01:00
InterCode.h Optimize signed range comparison 2021-11-13 15:05:53 +01:00
InterCodeGenerator.cpp Fix native code inner loop detection 2021-11-08 08:45:43 +01:00
InterCodeGenerator.h Remove copies from struct function return 2021-10-16 18:17:54 +02:00
Linker.cpp Fixed signed char arrays in linker 2021-10-21 13:32:20 +02:00
Linker.h Remove stores to global variables that are never read 2021-11-01 16:08:37 +01:00
MachineTypes.cpp More cartridge hacking 2021-10-19 22:29:23 +02:00
MachineTypes.h More cartridge hacking 2021-10-19 22:29:23 +02:00
NativeCodeGenerator.cpp Optimize signed range comparison 2021-11-13 15:05:53 +01:00
NativeCodeGenerator.h Optimize signed range comparison 2021-11-13 15:05:53 +01:00
NumberSet.cpp Optimize static and global variable usage 2021-10-31 16:22:11 +01:00
NumberSet.h Optimize static and global variable usage 2021-10-31 16:22:11 +01:00
Parser.cpp Fix array[] parameters in functions 2021-11-04 08:29:54 +01:00
Parser.h More cartridge hacking 2021-10-19 22:29:23 +02:00
Preprocessor.cpp Add #embed preprocessor directive to import binary data 2021-10-24 12:34:44 +02:00
Preprocessor.h Add #embed preprocessor directive to import binary data 2021-10-24 12:34:44 +02:00
Scanner.cpp Remove stores to global variables that are never read 2021-11-01 16:08:37 +01:00
Scanner.h Optimize global variable alias analysis 2021-11-01 12:42:03 +01:00
Type.h Initial commit 2021-09-06 18:34:52 +02:00
oscar64.cpp Update to version 1.1.45 2021-11-06 20:12:28 +01:00
oscar64.rc Update to version 1.1.45 2021-11-06 20:12:28 +01:00
oscar64.vcxproj More cartridge hacking 2021-10-19 22:29:23 +02:00
oscar64.vcxproj.filters More cartridge hacking 2021-10-19 22:29:23 +02:00
resource.h Initial commit 2021-09-06 18:34:52 +02:00