drmortalwombat
|
4117c9a553
|
More functions for reu library
|
2023-02-25 21:02:06 +01:00 |
|
drmortalwombat
|
677de2508b
|
Shuffle temp moves to avoid duplicates
|
2023-01-21 08:42:22 +01:00 |
|
drmortalwombat
|
0b30258f80
|
Dataflow optimizations
|
2023-01-17 22:42:02 +01:00 |
|
drmortalwombat
|
02db5b5eb1
|
Static call graph analysis for function arguments
|
2023-01-15 18:38:18 +01:00 |
|
drmortalwombat
|
0bd2ab9e3c
|
Fix global analyzer for global variable arrays of function pointers
|
2022-07-12 13:08:34 +02:00 |
|
drmortalwombat
|
5d51ea13c5
|
Improve register allocator
|
2022-07-08 21:30:22 +02:00 |
|
drmortalwombat
|
beb8d8e6d7
|
Fix crash on error messages with unnamed objects
|
2022-06-06 22:06:57 +02:00 |
|
drmortalwombat
|
3351ee81cc
|
Extend static stack allocation to zero page spilling
|
2022-05-22 13:22:36 +02:00 |
|
drmortalwombat
|
7aec7f5c50
|
Fix crash compiling indexed memcpy size
|
2022-04-25 21:22:25 +02:00 |
|
drmortalwombat
|
8f32b87b18
|
Fix call of function pointers in array
|
2022-04-13 16:29:36 +02:00 |
|
drmortalwombat
|
fc5c9f137a
|
Add indexed const array initializer
|
2022-03-26 10:29:48 +01:00 |
|
drmortalwombat
|
ea09c2aa7b
|
Static stack allocations for complex locals in non recursive calls
|
2022-03-13 15:46:03 +01:00 |
|
drmortalwombat
|
6fe9a4f167
|
Fastcall optimization for 2nd and 3rd level calls
|
2022-03-10 16:35:35 +01:00 |
|
drmortalwombat
|
6bd3ecb689
|
Fix over eager const expression inliner
|
2022-02-19 12:16:33 +01:00 |
|
drmortalwombat
|
3aa142957c
|
Fix pointer comparison and interrupt warning
|
2022-02-16 16:31:03 +01:00 |
|
drmortalwombat
|
1221649a3d
|
Add check for __interrupt attribute on function pointers call from interrupt code
|
2022-02-15 09:49:46 +01:00 |
|
drmortalwombat
|
2f009f129e
|
Add regions replicated in multiple easyflash banks
|
2022-02-07 18:04:17 +01:00 |
|
drmortalwombat
|
2d41edfc97
|
Fix byte limit in #embed
|
2022-01-28 14:13:49 +01:00 |
|
drmortalwombat
|
742866c8c2
|
Enable charmap inside a series of string literals
|
2022-01-22 13:41:24 +01:00 |
|
drmortalwombat
|
cc927d778f
|
Improve C const declaration compatibility
|
2022-01-21 14:42:49 +01:00 |
|
drmortalwombat
|
55affa4de9
|
Add auto inline of functions that trivially compute to a constat with constant arguments
|
2022-01-10 20:05:51 +01:00 |
|
drmortalwombat
|
640007546f
|
Add __assume builtin function
|
2022-01-08 15:51:17 +01:00 |
|
drmortalwombat
|
6d716b9478
|
Optimize 32bit shifts
|
2021-12-18 22:21:39 +01:00 |
|
drmortalwombat
|
4d14cbe3a5
|
Fix function pointer call detection for fast call selection
|
2021-12-10 08:31:57 +01:00 |
|
drmortalwombat
|
12aa385e38
|
Optimize bytecode generator
|
2021-11-22 19:49:02 +01:00 |
|
drmortalwombat
|
4017cc386b
|
Add charwin library and matching code generator optimizations
|
2021-11-18 14:57:43 +01:00 |
|
drmortalwombat
|
417f65e2c2
|
Byte code generator optimizations
|
2021-11-06 14:29:12 +01:00 |
|
drmortalwombat
|
d3cba85efe
|
Optimize global variable alias analysis
|
2021-11-01 12:42:03 +01:00 |
|
drmortalwombat
|
e057e24918
|
Added stddef.h
|
2021-10-23 16:51:27 +02:00 |
|
drmortalwombat
|
6444428489
|
Prepare cartdridge linking
|
2021-10-19 09:36:30 +02:00 |
|
drmortalwombat
|
6481e119e4
|
Fix various errors triggered by fuzzing
|
2021-10-17 18:20:44 +02:00 |
|
drmortalwombat
|
001e50ae08
|
Complete function struct return
|
2021-10-16 19:46:04 +02:00 |
|
drmortalwombat
|
815f64d14c
|
Fix infinite loop unrolling
|
2021-10-16 15:11:05 +02:00 |
|
drmortalwombat
|
e2e6f4ea01
|
Add command line options for optimization
|
2021-10-14 16:51:59 +02:00 |
|
drmortalwombat
|
11af372509
|
More autoinline optimizations
|
2021-10-10 17:14:12 +02:00 |
|