oscar64/oscar64
drmortalwombat 1fa4c39a20 Add more math intrinsics 2025-05-21 16:59:52 +02:00
..
Array.h Optimize compilation time 2025-04-18 12:55:10 +02:00
Assembler.cpp Add experimental native code outliner 2025-01-19 17:28:20 +01:00
Assembler.h Add experimental native code outliner 2025-01-19 17:28:20 +01:00
BitVector.h Add warning pragma, improved token concatenation in preprocessing 2025-04-24 09:05:57 +02:00
ByteCodeGenerator.cpp Add __forceinline storage specifier 2024-10-02 18:27:20 +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 Optimize shift code generation 2025-05-12 20:09:57 +02:00
Compiler.h Add experimental native code outliner 2025-01-19 17:28:20 +01:00
CompilerTypes.h Add optimization -Ox to simplify pointer arithmetic by non page crossing 2025-05-11 12:41:40 +02:00
Compression.cpp Optimize enums in bitfield usage 2025-02-12 15:12:06 +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 Add more math intrinsics 2025-05-21 16:59:52 +02:00
Constexpr.h Pointer arguments in constexpr evaluation 2024-08-05 18:19:54 +02:00
Declaration.cpp Add more math intrinsics 2025-05-21 16:59:52 +02:00
Declaration.h Fix array member packing strategy 2025-05-18 18:41:37 +02:00
Disassembler.cpp Improve size optimization 2024-10-03 20:57:01 +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 Fix disabled warning bitset size 2025-04-29 14:26:55 +02:00
Errors.h Fix crash in profile generation 2025-05-04 13:12:14 +02:00
GlobalAnalyzer.cpp Add more math intrinsics 2025-05-21 16:59:52 +02:00
GlobalAnalyzer.h Fix array member packing strategy 2025-05-18 18:41:37 +02:00
GlobalOptimizer.cpp Add more math intrinsics 2025-05-21 16:59:52 +02:00
GlobalOptimizer.h Fix loop wrap around aliasing 2024-09-19 21:01:24 +02:00
Ident.cpp Some cascading store optimization 2025-05-19 17:23:28 +02:00
Ident.h Add lambda 2023-09-12 15:36:24 +02:00
InterCode.cpp Some cascading store optimization 2025-05-19 17:23:28 +02:00
InterCode.h Add optimization -Ox to simplify pointer arithmetic by non page crossing 2025-05-11 12:41:40 +02:00
InterCodeGenerator.cpp Add more math intrinsics 2025-05-21 16:59:52 +02:00
InterCodeGenerator.h Fix array member packing strategy 2025-05-18 18:41:37 +02:00
Linker.cpp Improve cross compilation unit template matching 2025-05-14 18:18:13 +02:00
Linker.h Add optimization -Ox to simplify pointer arithmetic by non page crossing 2025-05-11 12:41:40 +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 Optimize signed long compare 2025-05-20 16:05:09 +02:00
NativeCodeGenerator.h Fix inline assembler optimzier for JSR returning result in X and Y 2025-05-10 13:13:27 +02:00
NativeCodeOutliner.cpp Optimize outliner compile time performance 2025-01-19 18:10:02 +01:00
NativeCodeOutliner.h Optimize outliner compile time performance 2025-01-19 18:10:02 +01: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 Fix static const member qualification with dot 2025-05-19 08:16:58 +02:00
Parser.h Fix more function overloads with const 2025-05-08 15:21:59 +02:00
Preprocessor.cpp CTT file import 2025-05-15 17:50:59 +02:00
Preprocessor.h Add sprite pad tile import 2024-10-10 16:12:35 +02:00
Scanner.cpp Fix use of hash character in preprocessor defines 2025-05-08 08:18:57 +02:00
Scanner.h Add bounded integer class 2024-12-26 14:57:23 +01:00
oscar64.cpp Add -ii option to change default include path 2025-05-11 18:29:57 +02:00
oscar64.rc Improve conditional branch integer range propagation 2025-05-01 20:23:13 +02:00
oscar64.vcxproj Add experimental native code outliner 2025-01-19 17:28:20 +01:00
oscar64.vcxproj.filters Add experimental native code outliner 2025-01-19 17:28:20 +01:00
resource.h Initial commit 2021-09-06 18:34:52 +02:00