oscar64/oscar64
drmortalwombat 2ba46283b2 Optimize line draw for vertical/horizontal lines 2024-08-02 19:56:38 +02:00
..
Array.h Switch to x64 compiler binary 2024-02-13 16:53:44 +01: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 Change memset and memclr to intrinsic functions 2024-03-24 11:22:13 +01:00
ByteCodeGenerator.h Change memset and memclr to intrinsic functions 2024-03-24 11:22:13 +01:00
CompilationUnits.cpp Switch to x64 compiler binary 2024-02-13 16:53:44 +01:00
CompilationUnits.h Add lambda 2023-09-12 15:36:24 +02:00
Compiler.cpp Switch to x64 compiler binary 2024-02-13 16:53:44 +01:00
Compiler.h Add warning for out of bounds accesses 2024-01-24 17:30:03 +01:00
CompilerTypes.h Improve compatibility with some C quirks 2024-02-16 21:39:35 +01:00
Compression.cpp Add BIT instruction for sign check, add inlay sections in linker 2023-12-12 11:08:59 +01:00
Compression.h Add BIT instruction for sign check, add inlay sections in linker 2023-12-12 11:08:59 +01:00
Constexpr.cpp Make log and exp intrinsics for const evaluation 2024-07-17 12:42:15 +02:00
Constexpr.h constexpr constructor 2023-10-14 18:50:27 +02:00
Declaration.cpp Make log and exp intrinsics for const evaluation 2024-07-17 12:42:15 +02:00
Declaration.h Add goto and labels in C code 2024-06-25 20:45:44 +02:00
Disassembler.cpp Change memset and memclr to intrinsic functions 2024-03-24 11:22:13 +01:00
Disassembler.h Add xname attribute to .dbj file 2023-11-20 17:28:48 +01:00
DiskImage.cpp Add interleave option for sectors in disk image 2024-06-05 22:21:21 +02:00
DiskImage.h Add interleave option for sectors in disk image 2024-06-05 22:21:21 +02:00
Emulator.cpp Fix emulator cycle count 2024-06-30 12:29:41 +02:00
Emulator.h Fix emulator cycle count 2024-06-30 12:29:41 +02:00
Errors.cpp Changed error format to "oscar64:" when error outside of source file 2024-01-23 15:58:47 +01:00
Errors.h Add goto and labels in C code 2024-06-25 20:45:44 +02:00
GlobalAnalyzer.cpp Optimize line draw for vertical/horizontal lines 2024-08-02 19:56:38 +02:00
GlobalAnalyzer.h Improve auto inlining decision with O2 2024-02-18 14:35:41 +01:00
GlobalOptimizer.cpp Fix error message when propagating invalid function parameter to const 2024-01-08 18:20:55 +01:00
GlobalOptimizer.h Add global optimizer for parameter/return optimizations 2023-09-23 14:56:04 +02:00
Ident.cpp Switch to x64 compiler binary 2024-02-13 16:53:44 +01:00
Ident.h Add lambda 2023-09-12 15:36:24 +02:00
InterCode.cpp Optimize line draw for vertical/horizontal lines 2024-08-02 19:56:38 +02:00
InterCode.h Improve fix point arithmetic 2024-07-28 14:41:17 +02:00
InterCodeGenerator.cpp Add compile time error for undefined labels 2024-07-28 14:41:29 +02:00
InterCodeGenerator.h Fix goto to label connection in inlined functions 2024-06-25 21:56:36 +02:00
Linker.cpp Optimize small inline function calls 2024-05-30 17:51:34 +02:00
Linker.h Optimize small inline function calls 2024-05-30 17:51:34 +02:00
MachineTypes.cpp Add charwin library and matching code generator optimizations 2021-11-18 14:57:43 +01:00
MachineTypes.h Switch to x64 compiler binary 2024-02-13 16:53:44 +01:00
NativeCodeGenerator.cpp Move zero page shift up to previous store 2024-08-01 22:19:16 +02:00
NativeCodeGenerator.h Move zero page shift up to previous store 2024-08-01 22:19:16 +02: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 literal string concatenation in parser 2024-07-07 21:18:17 +02:00
Parser.h Add opp::function 2024-05-25 21:25:02 +02:00
Preprocessor.cpp Add support for charpad 9 format 2024-06-11 22:26:10 +02:00
Preprocessor.h Add spritepad version 1 file parsing 2024-04-23 17:51:42 +02:00
Scanner.cpp Allow defines for #embed arguments 2024-07-21 11:12:34 +02:00
Scanner.h Fix literal string concatenation in parser 2024-07-07 21:18:17 +02:00
oscar64.cpp Bump version number 2024-08-01 15:49:51 +02:00
oscar64.rc Bump version number 2024-08-01 15:49:51 +02:00
oscar64.vcxproj Reduce stack usage when compiled with MSVC due to optimizer function size limit 2024-06-21 12:04:39 +02:00
oscar64.vcxproj.filters Add BIT instruction for sign check, add inlay sections in linker 2023-12-12 11:08:59 +01:00
resource.h Initial commit 2021-09-06 18:34:52 +02:00