drmortalwombat
|
7e340cc816
|
Optimize static and global variable usage
|
2021-10-31 16:22:11 +01:00 |
|
drmortalwombat
|
640477f88d
|
Add peephole size optimizations
|
2021-10-30 10:42:41 +02:00 |
|
drmortalwombat
|
480270f4c9
|
Fix array to pointer cast
|
2021-10-24 14:58:06 +02:00 |
|
drmortalwombat
|
33433403b1
|
Fix optimizer errors
|
2021-10-23 00:33:09 +02:00 |
|
drmortalwombat
|
ed52725a01
|
Remove copies from struct function return
|
2021-10-16 18:17:54 +02:00 |
|
drmortalwombat
|
815f64d14c
|
Fix infinite loop unrolling
|
2021-10-16 15:11:05 +02:00 |
|
drmortalwombat
|
438a926b88
|
Code size optimization
|
2021-10-15 21:52:07 +02:00 |
|
drmortalwombat
|
11af372509
|
More autoinline optimizations
|
2021-10-10 17:14:12 +02:00 |
|
drmortalwombat
|
60489bb79e
|
Refactor inter instrction operator handling
|
2021-10-08 09:07:01 +02:00 |
|
drmortalwombat
|
e7231e27e0
|
Prepare fastcall
|
2021-10-07 15:14:23 +02:00 |
|
drmortalwombat
|
df152c2f9b
|
Prepare more than 3 operands per inter instruction
|
2021-10-06 17:46:42 +02:00 |
|
drmortalwombat
|
15743d3115
|
Refactor temp handling in inter code
|
2021-10-06 17:30:41 +02:00 |
|
drmortalwombat
|
330e022a43
|
Exclude bss segment from prg file
|
2021-10-05 18:24:03 +02:00 |
|
drmortalwombat
|
4a822facaa
|
Optimize inline expansion
|
2021-10-03 11:36:26 +02:00 |
|
drmortalwombat
|
9dfbe405a5
|
Avoid frame pointer in native code if simple stack frame
|
2021-09-29 19:48:57 +02:00 |
|
drmortalwombat
|
bc4aea064a
|
Add missing mac include
|
2021-09-29 08:02:20 +02:00 |
|
drmortalwombat
|
e713dc5940
|
Direct embedding of inline assembler in native code
|
2021-09-28 18:35:23 +02:00 |
|
drmortalwombat
|
9eb5412848
|
Merge changes for Mac build
|
2021-09-27 13:38:45 +02:00 |
|
drmortalwombat
|
fd10525780
|
Add makefile for linux
|
2021-09-24 16:17:20 +02:00 |
|
drmortalwombat
|
27d7baaac2
|
Using linker objects and sections
|
2021-09-20 22:36:16 +02:00 |
|
drmortalwombat
|
d3d20bee26
|
Prepare section based linker
|
2021-09-19 22:22:16 +02:00 |
|
drmortalwombat
|
1d761886b5
|
Refactor intermediate instructions from value to pointer type
|
2021-09-15 12:01:14 +02:00 |
|
drmortalwombat
|
37828f2baf
|
More byte and long preparations
|
2021-09-14 21:38:24 +02:00 |
|
drmortalwombat
|
e2e20581a6
|
Prepare byte level optimisations
|
2021-09-14 16:34:48 +02:00 |
|
drmortalwombat
|
45360a26e7
|
Forward temp moves across non looping basic blocks
|
2021-09-13 17:19:53 +02:00 |
|
drmortalwombat
|
9647cdb828
|
Added global constant propagation
|
2021-09-13 09:26:58 +02:00 |
|
drmortalwombat
|
8de4bef436
|
Improved value forwarding across conditiona branches
|
2021-09-12 22:32:31 +02:00 |
|
drmortalwombat
|
3a94be4a35
|
Use caller saved registers for temps not overlapping calls
|
2021-09-12 17:28:02 +02:00 |
|
drmortalwombat
|
f08d847a64
|
More native code optimisations
|
2021-09-09 20:23:59 +02:00 |
|
drmortalwombat
|
056df56eef
|
First shot native code generator
Implements basic load, store compare and add/sub/shift for native compiled functions
|
2021-09-07 22:35:11 +02:00 |
|
drmortalwombat
|
16aa0ac315
|
Renamed non conforming member variables
|
2021-09-06 21:36:45 +02:00 |
|
drmortalwombat
|
7af458832b
|
Initial commit
|
2021-09-06 18:34:52 +02:00 |
|