oscar64/oscar64
drmortalwombat c926456560 Add simple return type deduction 2023-09-11 17:49:04 +02:00
..
Array.h Fix sample build crash on linux 2023-05-23 11:05:29 +02:00
Assembler.cpp Add or/and/shift to inline assembler 2023-08-20 19:06:24 +02:00
Assembler.h Fix unnamed parameters in function prototype 2021-09-11 16:05:31 +02:00
BitVector.h Add simple return type deduction 2023-09-11 17:49:04 +02:00
ByteCodeGenerator.cpp Added bitfields 2023-09-11 08:04:09 +02:00
ByteCodeGenerator.h Add malloc/free as intrinsic 2023-07-02 12:00:53 +02:00
CompilationUnits.cpp Add templates 2023-08-11 07:41:27 +02:00
CompilationUnits.h Add templates 2023-08-11 07:41:27 +02:00
Compiler.cpp Add simple return type deduction 2023-09-11 17:49:04 +02:00
Compiler.h Added bitfields 2023-09-11 08:04:09 +02:00
CompilerTypes.h Added virtual functions 2023-07-08 18:53:06 +02:00
Constexpr.cpp Add heap support to constexpr 2023-09-09 12:09:05 +02:00
Constexpr.h Add heap support to constexpr 2023-09-09 12:09:05 +02:00
Declaration.cpp Add simple return type deduction 2023-09-11 17:49:04 +02:00
Declaration.h Added bitfields 2023-09-11 08:04:09 +02:00
Disassembler.cpp Optimize simple virtual with const return to table lookup 2023-08-20 12:02:06 +02:00
Disassembler.h Add cartridge bank lookup for lables in asm file 2023-08-07 15:50:01 +02:00
DiskImage.cpp Add simple return type deduction 2023-09-11 17:49:04 +02:00
DiskImage.h Add support for d64 image creation 2022-05-08 15:37:30 +02:00
Emulator.cpp Added bitfields 2023-09-11 08:04:09 +02:00
Emulator.h Unify instruction dependency check in optimizer 2023-05-06 18:28:59 +02:00
Errors.cpp Fix crash on infinite macro expansion 2023-08-06 11:51:11 +02:00
Errors.h Added bitfields 2023-09-11 08:04:09 +02:00
GlobalAnalyzer.cpp Optimize simple const ref to value in functions 2023-08-18 13:13:39 +02:00
GlobalAnalyzer.h Optimize simple const ref to value in functions 2023-08-18 13:13:39 +02:00
Ident.cpp Add list and iterators to opp 2023-08-16 16:16:04 +02:00
Ident.h Add virtual destructor 2023-07-08 22:04:55 +02:00
InterCode.cpp Added bitfields 2023-09-11 08:04:09 +02:00
InterCode.h Add simple return type deduction 2023-09-11 17:49:04 +02:00
InterCodeGenerator.cpp Added bitfields 2023-09-11 08:04:09 +02:00
InterCodeGenerator.h Added bitfields 2023-09-11 08:04:09 +02:00
Linker.cpp Optimize simple const ref to value in functions 2023-08-18 13:13:39 +02:00
Linker.h Optimize simple const ref to value in functions 2023-08-18 13:13:39 +02:00
MachineTypes.cpp Add charwin library and matching code generator optimizations 2021-11-18 14:57:43 +01:00
MachineTypes.h Support of more platforms 2023-07-27 13:00:07 +02:00
NativeCodeGenerator.cpp Add simple return type deduction 2023-09-11 17:49:04 +02:00
NativeCodeGenerator.h Added bitfields 2023-09-11 08:04:09 +02:00
NumberSet.cpp Add simple return type deduction 2023-09-11 17:49:04 +02:00
NumberSet.h Add warning/error for unassigned variable access 2022-10-16 13:33:20 +02:00
Parser.cpp Add simple return type deduction 2023-09-11 17:49:04 +02:00
Parser.h Add simple return type deduction 2023-09-11 17:49:04 +02:00
Preprocessor.cpp Fix warnings 2023-04-12 19:02:27 +02:00
Preprocessor.h Add charpad and spritepad import 2022-08-05 18:08:10 +02:00
Scanner.cpp Add simple return type deduction 2023-09-11 17:49:04 +02:00
Scanner.h First shot implementing constexpr 2023-09-08 20:12:38 +02:00
oscar64.cpp Added bitfields 2023-09-11 08:04:09 +02:00
oscar64.rc Bump version number 2023-09-04 22:23:00 +02:00
oscar64.vcxproj First shot implementing constexpr 2023-09-08 20:12:38 +02:00
oscar64.vcxproj.filters First shot implementing constexpr 2023-09-08 20:12:38 +02:00
resource.h Initial commit 2021-09-06 18:34:52 +02:00