1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-30 21:29:36 +00:00
Commit Graph

576 Commits

Author SHA1 Message Date
Karol Stasiak
adc93aeb74 Z80: Fix optimizations near stack variables 2019-07-26 14:15:35 +02:00
Karol Stasiak
4b25ce2d8c Pointers to fields of array elements 2019-07-24 00:14:27 +02:00
Karol Stasiak
b873030b29 6502: More optimizations 2019-07-23 23:17:03 +02:00
Karol Stasiak
a25f6ca3f6 6502: Fix optimizations involving the zeropage pseudoregister 2019-07-23 23:16:37 +02:00
Karol Stasiak
45c137e2c0 6502: more possible comparisons for 16-bit words 2019-07-19 15:48:08 +02:00
Karol Stasiak
ed6d96f3f5 Fix for-downto 2019-07-19 15:47:46 +02:00
Karol Stasiak
49d176fb3c Extra message if a constant is not yet constant 2019-07-19 15:47:36 +02:00
Karol Stasiak
07a29643a8 Fix text literals as expressions 2019-07-19 15:47:19 +02:00
Karol Stasiak
12d32594d1 Allow a line break after an operator 2019-07-19 15:46:19 +02:00
Karol Stasiak
09f5ab269d 6502: fix invalid short jumps 2019-07-19 15:45:57 +02:00
Karol Stasiak
20f4baf2b2 Allow setting segments for multiple declarations at once 2019-07-17 20:51:34 +02:00
Karol Stasiak
8d8859b55f Be more helpful for C users 2019-07-17 20:49:36 +02:00
Karol Stasiak
11825c43e1 Check if all segment exist right after parsing 2019-07-17 20:48:31 +02:00
Karol Stasiak
1d024eae76 Add LITTLE_ENDIAN and BIG_ENDIAN features 2019-07-15 14:15:38 +02:00
Karol Stasiak
e0cd000b99 Documentation tweaks 2019-07-15 14:15:05 +02:00
Karol Stasiak
f3dcfc78ba Dijkstra wept 2019-07-15 02:06:23 +02:00
Karol Stasiak
98f35937e3 Improve text encodings on Atari 2019-07-12 13:29:59 +02:00
Karol Stasiak
6d499f3623 Arrays with elements larger than one byte 2019-07-10 16:51:12 +02:00
Karol Stasiak
a29b2a994b Improve passing of register parameters to assembly functions 2019-07-09 22:40:14 +02:00
Karol Stasiak
c5135423f8 Fix: don't swap BC and DE if jumping outside the function 2019-07-09 22:39:57 +02:00
Karol Stasiak
7766ba932b Fix variable coercing 2019-07-09 22:39:20 +02:00
Karol Stasiak
62f79388bd Slowly move towards removing the farword alias 2019-07-09 22:03:53 +02:00
Karol Stasiak
4ab45aba2e 8080: Fix certain bulk array operations 2019-07-09 21:59:02 +02:00
Karol Stasiak
8a5672c2dc Allow declaring multiple variables in one line 2019-07-08 19:24:11 +02:00
Karol Stasiak
769f410767 Fix detection of local duplicate names 2019-07-08 19:10:21 +02:00
Karol Stasiak
56c1ab008d 6502: optimize special cases of bulk memory modifications 2019-07-08 19:02:42 +02:00
Karol Stasiak
d64d0b5f96 6502: Fix expressions like p[i] <<= 1 2019-07-08 18:51:49 +02:00
Karol Stasiak
767f0da703 Placeholder for future expansion 2019-07-08 09:26:51 +02:00
Karol Stasiak
1e4b5acfba Fix some edge cases with large variables 2019-06-29 16:22:27 +02:00
Karol Stasiak
8af2cb6da2 6502: Make zeropage registers more detectable by the optimizer 2019-06-29 00:08:12 +02:00
Karol Stasiak
bcb2e362b2 Restrict subroutine extraction to make exponential runtime less likely 2019-06-29 00:07:32 +02:00
Karol Stasiak
3e0dad4cb0 Few more optimizations 2019-06-28 23:19:58 +02:00
Karol Stasiak
e1b2b7f2c9 Let's hope this doesn't break anything 2019-06-28 21:45:12 +02:00
Karol Stasiak
13c23c1bd1 Java 11 compatibility 2019-06-28 17:54:08 +02:00
Karol Stasiak
0af9bc4696 Better error reporting in arithmetic tests 2019-06-28 17:53:42 +02:00
Karol Stasiak
39b07a8bae Fix init_rw_memory on Atari 2600 2019-06-28 16:44:41 +02:00
Karol Stasiak
674f8d1983 Allow initializing writable variables on cartridge targets 2019-06-28 16:28:49 +02:00
Karol Stasiak
3d68d4f990 mapValues is lazy what the fuck 2019-06-28 16:24:49 +02:00
Karol Stasiak
4d59edbe51 6502: Better error messages 2019-06-28 16:23:24 +02:00
Karol Stasiak
7d051eb5e0 Don't modify macro invocations 2019-06-27 00:50:21 +02:00
Karol Stasiak
efe69eb5a9 Fix performance regressions and some bugs 2019-06-27 00:18:05 +02:00
Karol Stasiak
261486b3cd Don't enable -fsubroutine-extraction when using -Os or -Of 2019-06-26 19:07:25 +02:00
Karol Stasiak
14d6cf4d5c Fix stack overflow 2019-06-26 19:06:45 +02:00
Karol Stasiak
51599c9615 Allow defining free zeropage bytes instead of pointers 2019-06-26 18:33:59 +02:00
Karol Stasiak
c580ba33ea Fix nested #ifs 2019-06-26 18:31:45 +02:00
Karol Stasiak
c9a65d5971 Added #define directive 2019-06-26 13:43:15 +02:00
Karol Stasiak
22cdd1c768 Z80: Fix stack variable optimizations when addresses of stack variables are taken (2) 2019-06-26 10:46:59 +02:00
Karol Stasiak
afa871abcf Z80: Fix stack variable optimizations when addresses of stack variables are taken 2019-06-26 02:11:53 +02:00
Karol Stasiak
a3b21c4810 8080: Use pointers instead of indexing when traversing an array in a loop 2019-06-26 01:56:32 +02:00
Karol Stasiak
8304650b3e 6502: Fix summing for-loops 2019-06-26 01:47:43 +02:00