2025-12-27 Philipp Klaus Krause * device/include/wchar.h: Fix pic14 library compilation. 2025-12-25 Gabriele Gorla * src/mos6502/gen.c: Refactor of genCmpEqNeq() for ifx==false. Add m6502 prefix to several functions. 2025-12-26 Philipp Klaus Krause * support/regression/tests/funcptrcmp.c.in: Disable a test for -mmcs51 --model-large, where it fails due to known bug #3903. * device/include/stdlib.h, device/include/wchar.h, support/regression/tests/ato.c: Cleanup some leftover __SDCC_LONGLONG, which is no longer relevant, since all maintained ports now support long long. 2025-12-25 Gabriele Gorla * src/mos6502/gen.c: Partial refactor of genCmpEqNeq(). * src/mos6502/tempops.c: Fix bug in instruction cycle count. * src/mos6502/peeph.def: Additional peephole rules for new codegen paths. * src/mos6502/gen.c: Small genPackBits() improvement. * src/mos6502/genlshift.c, support/regression/tests/stack-restore.c.in: Fix typos. * src/mos6502/tempops.c, src/mos6502/gen.h: Enable tracking of tsxaop in the tempstack. 2025-12-21 Gabriele Gorla * src/mos6502/gen.c: Optimize compare with zero. 2025-12-20 Gabriele Gorla * support/regression/tests/bug-3410.c.in, support/regression/tests/bug-3385.c, support/regression/tests/bug-2767.c, support/regression/tests/bigreturn-remat.c.in: Enable several additional tests for mos6502. * src/mos6502/gen.c, src/mos6502/genplus.c, src/mos6502/genminus.c: Allow inc/dec on objects on the stack. 2025-12-16 Gabriele Gorla * src/mos6502/gen.c: genFunction cleanup. refactor stack offset code. 2025-12-16 Philipp Klaus Krause * support/regression/tests/funcptrcmp.c.in: Test for function pointer comparison semantics. * src/SDCCopt.c, support/valdiag/tests/_Optional.c: A bit of _Optional code cleanup and additional testing. 2025-12-14 Gabriele Gorla * src/mos6502/gen.c: genPointerSet improvements. * src/mos6502/gen.c: genFunction improvements. * src/mos6502/stackops.c: debugging logs improvements. * src/mos6502/gen.c: Fix most of the stack-auto regression failures. * support/regression/test/bug-2663.c Fix typo that disabled the test. 2025-12-13 Gabriele Gorla * src/mos6502/gen.c: Improve restoring registers from DPTR. * src/mos6502/gen.c: Fix structparam regressions failures in stack-auto. * src/mos6502/gen.c: Additional stack pointer tracking. 2025-12-13 Philipp Klaus Krause * src/z80/gen.c, src/z80/peeph.def, support/regression/tests/far_rabbit_fields.c, support/regression/tests/far_rabbits.c.in: Fixes for TLCS-90 and Rabbit __far support. 2025-12-13 Gabriele Gorla