oscar64/oscar64
drmortalwombat 57537cd43a Join common branch code sequences 2023-11-26 15:46:59 +01: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 lambda 2023-09-12 15:36:24 +02:00
CompilationUnits.h Add lambda 2023-09-12 15:36:24 +02:00
Compiler.cpp Add xname attribute to .dbj file 2023-11-20 17:28:48 +01:00
Compiler.h Add global optimizer for parameter/return optimizations 2023-09-23 14:56:04 +02:00
CompilerTypes.h Add global optimizer for parameter/return optimizations 2023-09-23 14:56:04 +02:00
Constexpr.cpp constexpr constructor 2023-10-14 18:50:27 +02:00
Constexpr.h constexpr constructor 2023-10-14 18:50:27 +02:00
Declaration.cpp Add xname attribute to .dbj file 2023-11-20 17:28:48 +01:00
Declaration.h Add xname attribute to .dbj file 2023-11-20 17:28:48 +01:00
Disassembler.cpp Add xname attribute to .dbj file 2023-11-20 17:28:48 +01:00
Disassembler.h Add xname attribute to .dbj file 2023-11-20 17:28:48 +01: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 Optimize struct copies 2023-10-29 17:55:26 +01:00
Errors.h Optimize struct copies 2023-10-29 17:55:26 +01:00
GlobalAnalyzer.cpp Fix for stack virtual call 2023-11-08 15:35:45 +01:00
GlobalAnalyzer.h Optimize simple const ref to value in functions 2023-08-18 13:13:39 +02:00
GlobalOptimizer.cpp Fixed copy with offset 2023-11-20 08:29:23 +01:00
GlobalOptimizer.h Add global optimizer for parameter/return optimizations 2023-09-23 14:56:04 +02:00
Ident.cpp Add lambda 2023-09-12 15:36:24 +02:00
Ident.h Add lambda 2023-09-12 15:36:24 +02:00
InterCode.cpp Join common branch code sequences 2023-11-26 15:46:59 +01:00
InterCode.h Fixed copy with offset 2023-11-20 08:29:23 +01:00
InterCodeGenerator.cpp Fix global array aliasing error 2023-11-20 22:53:12 +01:00
InterCodeGenerator.h Fix compiler crash when using function result in if condition 2023-10-24 14:29:46 +02:00
Linker.cpp Add xname attribute to .dbj file 2023-11-20 17:28:48 +01:00
Linker.h Add xname attribute to .dbj file 2023-11-20 17:28:48 +01:00
MachineTypes.cpp Add charwin library and matching code generator optimizations 2021-11-18 14:57:43 +01:00
MachineTypes.h Change string literal processing to use unsigned chars 2023-11-14 15:02:35 +01:00
NativeCodeGenerator.cpp Join common branch code sequences 2023-11-26 15:46:59 +01:00
NativeCodeGenerator.h Join common branch code sequences 2023-11-26 15:46:59 +01:00
NumberSet.cpp Restart integer range estimation from full state 2023-10-14 13:43:11 +02:00
NumberSet.h Restart integer range estimation from full state 2023-10-14 13:43:11 +02:00
Parser.cpp Fix default constructor with classes in header file 2023-11-20 17:03:34 +01:00
Parser.h Fix default constructor with classes in header file 2023-11-20 17:03:34 +01:00
Preprocessor.cpp Fix per tile color in charpad import 2023-10-27 17:59:37 +02:00
Preprocessor.h Implement #line directive 2023-10-14 15:19:24 +02:00
Scanner.cpp Change string literal processing to use unsigned chars 2023-11-14 15:02:35 +01:00
Scanner.h Change string literal processing to use unsigned chars 2023-11-14 15:02:35 +01:00
oscar64.cpp Bump version number 2023-10-29 17:57:32 +01:00
oscar64.rc Bump version number 2023-10-29 17:57:32 +01:00
oscar64.vcxproj Add global optimizer for parameter/return optimizations 2023-09-23 14:56:04 +02:00
oscar64.vcxproj.filters Add global optimizer for parameter/return optimizations 2023-09-23 14:56:04 +02:00
resource.h Initial commit 2021-09-06 18:34:52 +02:00