.. |
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
|
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
|
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
|
add "tan" to intrinsic functions
|
2024-02-13 20:49:11 +01:00 |
Constexpr.h
|
constexpr constructor
|
2023-10-14 18:50:27 +02:00 |
Declaration.cpp
|
Fix unsigned promotion for binary not operator
|
2024-02-17 13:10:14 +01:00 |
Declaration.h
|
Fix struct volatile cast
|
2024-01-08 20:41: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
|
Switch to x64 compiler binary
|
2024-02-13 16:53:44 +01:00 |
DiskImage.h
|
Switch to x64 compiler binary
|
2024-02-13 16:53:44 +01:00 |
Emulator.cpp
|
Fix inc/mov of absolute values
|
2024-01-07 16:13:01 +01:00 |
Emulator.h
|
Improve function placement in linker
|
2023-12-23 10:40:45 +01: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 info message, if object cannot be placed by linker
|
2024-02-12 18:06:30 +01:00 |
GlobalAnalyzer.cpp
|
Fix assert in linux sample build
|
2024-02-28 21:26:25 +01: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
|
Fix infinite loop in move condition out of loop
|
2024-03-13 22:14:29 +01:00 |
InterCode.h
|
Optimized long multiply
|
2024-02-17 12:06:15 +01:00 |
InterCodeGenerator.cpp
|
Fix global aliasing collision with striped data
|
2024-02-25 18:00:10 +01:00 |
InterCodeGenerator.h
|
Add ranges in case statements (gcc extension)
|
2024-01-21 15:17:46 +01:00 |
Linker.cpp
|
Switch to x64 compiler binary
|
2024-02-13 16:53:44 +01:00 |
Linker.h
|
Optimize short wait loop handling
|
2024-01-28 19:09:59 +01: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 infinite loop in move condition out of loop
|
2024-03-13 22:14:29 +01:00 |
NativeCodeGenerator.h
|
Improve constant branch forwarding
|
2024-03-07 13:20:39 +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
|
promote array of const members to be const as well
|
2024-03-11 13:40:54 +01:00 |
Parser.h
|
Fix hex arguments for pragmas
|
2024-02-17 12:53:31 +01:00 |
Preprocessor.cpp
|
Switch to x64 compiler binary
|
2024-02-13 16:53:44 +01:00 |
Preprocessor.h
|
Fix atan2, failed in mathtest.c
|
2023-12-30 09:21:17 +01:00 |
Scanner.cpp
|
Fix parse embed with hex skip or size setting
|
2024-02-19 14:19:15 +01:00 |
Scanner.h
|
Fix parse embed with hex skip or size setting
|
2024-02-19 14:19:15 +01:00 |
oscar64.cpp
|
Bump version number
|
2024-02-24 15:50:47 +01:00 |
oscar64.rc
|
Bump version number
|
2024-02-24 15:50:47 +01:00 |
oscar64.vcxproj
|
Switch to Visual Studio 2022 toolset
|
2024-02-15 15:36:25 +01: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 |