oscar64/oscar64
drmortalwombat 342634d5e4 Fix datatflow tracking in shift optimization 2021-10-25 21:53:55 +02:00
..
Array.h Fix bugs found by llvm lint 2021-10-17 10:40:33 +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 call/return 2021-10-20 23:03:37 +02:00
ByteCodeGenerator.h Optimize struct member access 2021-10-17 11:54:15 +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 Reduce register spilling on function entry/exit 2021-10-23 22:22:49 +02: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 Added stddef.h 2021-10-23 16:51:27 +02:00
Declaration.h Added stddef.h 2021-10-23 16:51:27 +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 Fix int + pointer operation 2021-10-16 23:07:28 +02: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 Added stddef.h 2021-10-23 16:51:27 +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 array to pointer cast 2021-10-24 14:58:06 +02:00
InterCode.h Fix array to pointer cast 2021-10-24 14:58:06 +02:00
InterCodeGenerator.cpp Fix array to pointer cast 2021-10-24 14:58:06 +02: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 More cartridge hacking 2021-10-19 22:29:23 +02: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 Fix datatflow tracking in shift optimization 2021-10-25 21:53:55 +02:00
NativeCodeGenerator.h Reduce register spilling on function entry/exit 2021-10-23 22:22:49 +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 Added stddef.h 2021-10-23 16:51:27 +02: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 Add #embed preprocessor directive to import binary data 2021-10-24 12:34:44 +02:00
Scanner.h Add #embed preprocessor directive to import binary data 2021-10-24 12:34:44 +02:00
Type.h Initial commit 2021-09-06 18:34:52 +02:00
oscar64.cpp Reduce register spilling on function entry/exit 2021-10-23 22:22:49 +02:00
oscar64.rc Reduce register spilling on function entry/exit 2021-10-23 22:22:49 +02: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