drmortalwombat
|
4423837888
|
fixed varadic function inlining
|
2024-09-15 20:18:33 +02:00 |
|
drmortalwombat
|
723f407757
|
FIx unary not for unsigned const long
|
2024-09-15 19:54:00 +02:00 |
|
drmortalwombat
|
f2338f1d13
|
Allow "long unsigned" type
|
2024-09-15 18:38:53 +02:00 |
|
drmortalwombat
|
235cbbc227
|
Add list expressions in for statement
|
2024-09-15 18:31:10 +02:00 |
|
drmortalwombat
|
a2ca0de809
|
Fix compare pointer to rvalue refs
|
2024-09-15 16:14:44 +02:00 |
|
drmortalwombat
|
f7b00eff95
|
Fix object array member init regression
|
2024-09-15 13:00:33 +02:00 |
|
drmortalwombat
|
163354b33e
|
Merge pull request #94 from jadziamd/main
Adds Diagnostic Directives & Fixes comparison between different enumeration types
|
2024-09-15 12:16:24 +02:00 |
|
drmortalwombat
|
7efd512ee9
|
Fix class member array initialization
|
2024-09-15 12:13:28 +02:00 |
|
John Schneiderman
|
7b7fe6c5a9
|
Adds the warning diagnositc directive.
|
2024-09-15 10:49:33 +02:00 |
|
John Schneiderman
|
7abd615a18
|
Adds support for the error diagnostic directive.
|
2024-09-15 10:28:25 +02:00 |
|
John Schneiderman
|
14e5896e37
|
Fixes comparison between different enumeration types.
|
2024-09-15 08:53:38 +02:00 |
|
drmortalwombat
|
381aaa1509
|
Fix compiler crash with empty switch statement
|
2024-09-11 13:13:40 +02:00 |
|
drmortalwombat
|
f0f174e439
|
Optimize conditional select of const values
|
2024-09-10 22:26:34 +02:00 |
|
drmortalwombat
|
1f9226255a
|
Fix default member constructor for single sized member arrays
|
2024-09-04 12:17:58 +02:00 |
|
drmortalwombat
|
dcfa50e36e
|
Fix float fast parameter aliasing
|
2024-09-02 22:01:50 +02:00 |
|
drmortalwombat
|
759a701df8
|
Add kernal banking for plus/4 kernalio.c
|
2024-08-30 18:40:48 +02:00 |
|
drmortalwombat
|
17ec90cfe7
|
Bump version number
|
2024-08-29 14:36:08 +02:00 |
|
drmortalwombat
|
e7ec859dfc
|
Fix unused parameter optimization for deep call stacks
|
2024-08-29 14:18:01 +02:00 |
|
drmortalwombat
|
da93410468
|
Fix cascaded type casts
|
2024-08-29 13:34:55 +02:00 |
|
drmortalwombat
|
f38b366d81
|
Fix error message for undefined identifier in case statement
|
2024-08-27 08:05:28 +02:00 |
|
drmortalwombat
|
b48b8b836d
|
Extended line limit to 32k
|
2024-08-23 18:16:42 +02:00 |
|
drmortalwombat
|
967b315be5
|
Add qualified constructor invocation
|
2024-08-23 17:53:58 +02:00 |
|
drmortalwombat
|
ca995bf342
|
Fix zero delimiter on opp::string for fixed range string constructor
|
2024-08-21 19:28:40 +02:00 |
|
drmortalwombat
|
c58bb46e7e
|
Fix invalid abs,y to abs,x propagation
|
2024-08-18 13:26:35 +02:00 |
|
drmortalwombat
|
122dc12d40
|
Eliminate stores to unused function arguments
|
2024-08-17 20:55:00 +02:00 |
|
drmortalwombat
|
cc576bd640
|
Fix name space pollution in __asm sections
|
2024-08-17 17:03:57 +02:00 |
|
drmortalwombat
|
09641d16f5
|
Add PLx and PHx to non simple asm instructions
|
2024-08-17 16:08:36 +02:00 |
|
drmortalwombat
|
552c4945bf
|
Fix template expansion of out of class constructor/destructor
|
2024-08-16 18:03:32 +02:00 |
|
drmortalwombat
|
9ecf1546cc
|
Fix invalid "ldx abs,x" code generation when propagating 16bit values in merge tree
|
2024-08-14 22:53:14 +02:00 |
|
drmortalwombat
|
7ffa623d92
|
Fix clrscr() for VIC20
|
2024-08-13 19:16:19 +02:00 |
|
drmortalwombat
|
62cede95ce
|
Optimize right shift with small 16 bit values
|
2024-08-11 14:11:07 +02:00 |
|
John Schneiderman
|
f9afb3edb7
|
Fixes being unable to use the compiler when
installed in the system.
|
2024-08-11 13:41:55 +02:00 |
|
drmortalwombat
|
f9b7dd8418
|
Fix breakpoint to tail jmp conversion
|
2024-08-09 20:14:45 +02:00 |
|
drmortalwombat
|
8a6e3eb924
|
Add breakpoint intrinsic in oscar.h
|
2024-08-09 18:05:44 +02:00 |
|
drmortalwombat
|
932c7ec222
|
Fix static stack in recursion
Fix static stack allocation and placement for non recursive sub trees in a recursive call tree
|
2024-08-09 16:18:38 +02:00 |
|
drmortalwombat
|
e4e997fef2
|
Fix gcc build autotest
|
2024-08-08 22:47:18 +02:00 |
|
drmortalwombat
|
d98c4b760f
|
Optimize sprite multiplexer
|
2024-08-08 22:07:44 +02:00 |
|
drmortalwombat
|
6f069946ba
|
Pointer arguments in constexpr evaluation
|
2024-08-05 18:19:54 +02:00 |
|
drmortalwombat
|
3df85b09fc
|
Align heap allocation on four byte boundaries
|
2024-08-04 18:02:04 +02:00 |
|
drmortalwombat
|
f49027b2d7
|
Fix loss of carry when moving shift up to store
|
2024-08-04 11:53:26 +02:00 |
|
drmortalwombat
|
d24e666f92
|
Fix left shift 1ul for upper 16 bits
|
2024-08-03 19:18:17 +02:00 |
|
drmortalwombat
|
2ba46283b2
|
Optimize line draw for vertical/horizontal lines
|
2024-08-02 19:56:38 +02:00 |
|
drmortalwombat
|
65b9c58504
|
Move zero page shift up to previous store
|
2024-08-01 22:19:16 +02:00 |
|
drmortalwombat
|
02a2874a19
|
Bump version number
|
2024-08-01 15:49:51 +02:00 |
|
drmortalwombat
|
60868c71d3
|
Fix single tail loop opt for search loops (e.g. strlen)
|
2024-07-31 21:11:13 +02:00 |
|
drmortalwombat
|
9013952431
|
Fix missing int range adaption on complex address optimization
|
2024-07-31 17:59:20 +02:00 |
|
drmortalwombat
|
0b8304b40d
|
More cross block const pointer forwarding
|
2024-07-28 17:52:07 +02:00 |
|
drmortalwombat
|
1bc5a2ad7e
|
Add compile time error for undefined labels
|
2024-07-28 14:41:29 +02:00 |
|
drmortalwombat
|
5bb8ca0b89
|
Improve fix point arithmetic
|
2024-07-28 14:41:17 +02:00 |
|
drmortalwombat
|
7ecd6adb20
|
Improve global address in register reuse
|
2024-07-24 15:31:23 +02:00 |
|