oscar64/oscar64
drmortalwombat 87d2163f2d Fix constant int value function return type coercion 2024-09-21 17:00:34 +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 Add float long conversion 2024-09-19 09:49:16 +02:00
ByteCodeGenerator.h Add float long conversion 2024-09-19 09:49:16 +02: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 Fix constructor call on declaration 2024-09-20 18:10:01 +02: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 Optimize sprite multiplexer 2024-08-08 22:07:44 +02:00
Constexpr.h Pointer arguments in constexpr evaluation 2024-08-05 18:19:54 +02:00
Declaration.cpp Revert address of array type to pointer to array 2024-09-19 07:47:34 +02:00
Declaration.h Avoid inline of functions with missing return statement 2024-09-19 18:02:01 +02:00
Disassembler.cpp Add float long conversion 2024-09-19 09:49:16 +02: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 class member array initialization 2024-09-15 12:13:28 +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 Fix compare pointer to rvalue refs 2024-09-15 16:14:44 +02:00
GlobalAnalyzer.cpp Avoid inline of functions with missing return statement 2024-09-19 18:02:01 +02:00
GlobalAnalyzer.h Improve auto inlining decision with O2 2024-02-18 14:35:41 +01:00
GlobalOptimizer.cpp Fix constant int value function return type coercion 2024-09-21 17:00:34 +02:00
GlobalOptimizer.h Fix loop wrap around aliasing 2024-09-19 21:01:24 +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 Fix direction of constant folded ordered bool comparison 2024-09-21 16:48:22 +02:00
InterCode.h Fix loop wrap around aliasing 2024-09-19 21:01:24 +02:00
InterCodeGenerator.cpp Fix constructor call on declaration 2024-09-20 18:10:01 +02:00
InterCodeGenerator.h Fix constructor call on declaration 2024-09-20 18:10:01 +02:00
Linker.cpp Add breakpoint intrinsic in oscar.h 2024-08-09 18:05:44 +02:00
Linker.h Add breakpoint intrinsic in oscar.h 2024-08-09 18:05:44 +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 Fix immediate coalescing with zero flag loss 2024-09-21 13:06:06 +02:00
NativeCodeGenerator.h Optimize conditional select of const values 2024-09-10 22:26:34 +02:00
NumberSet.cpp Eliminate stores to unused function arguments 2024-08-17 20:55:00 +02:00
NumberSet.h Eliminate stores to unused function arguments 2024-08-17 20:55:00 +02:00
Parser.cpp Avoid infinite recursion when coercing to base class reference 2024-09-21 15:36:05 +02:00
Parser.h Fix constructor call on declaration 2024-09-20 18:10:01 +02:00
Preprocessor.cpp Extended line limit to 32k 2024-08-23 18:16:42 +02:00
Preprocessor.h Extended line limit to 32k 2024-08-23 18:16:42 +02:00
Scanner.cpp Fix constructor call on declaration 2024-09-20 18:10:01 +02:00
Scanner.h Fix flat initializer for stacked arrays 2024-09-18 14:14:11 +02:00
oscar64.cpp Bump version number 2024-08-29 14:36:08 +02:00
oscar64.rc Bump version number 2024-08-29 14:36:08 +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