2026-01-11 Philipp Klaus Krause * .version, src/SDCCBBlock.c, src/SDCCcse.c, src/SDCCgenconstprop.cc, src/SDCCglobl.h, src/SDCCloop.c, src/SDCCopt.c, src/mcs51/gen.c: Further improve warnings on semantic dereferences of pointers to _Optional. Fix bugs in CSE and in mcs51 codegen. 2026-01-10 Gabriele Gorla * support/regression/tests/logical_ops.c.in: Add test for logical operations. * src/mos6502/genor.c: Fix bug with logical or. * sdas/linksrc/Makefile.in: Install sdld6808 for mos6502. * src/mos6502/gen.h, src/mos6502/gen.c, src/mos6502/genand.c: Rename canBitOp to aopCanBit(). * src/mos6502/genand.c, src/mos6502/genor.c, src/mos6502/genxor.c: Refactor genAnd(), genOr() and genXor(). 2026-01-09 Gabriele Gorla * src/mos6502/gen.c: Improve storeImmToAop(). 2026-01-08 Philipp Klaus Krause * src/SDCCgenconstprop.cc: Improve warnings on &[] semantic dereferences of pointer to _Optional. 2025-01-07 Philipp Klaus Krause * doc/sdccman.lyx: Remove some index links for #pragma that won't compile with some LaTeX. 2026-01-07 Gabriele Gorla * src/mos6502/gen.c, src/mos6502/gen.h, src/mos6502/ralloc.h, src/mos6502/genrshift.c: Allow signExtend on any register. * src/mos6502/gen.c: improve codegen for stack-auto 2026-01-06 Philipp Klaus Krause * src/SDCC.y, src/SDCCast.c, src/SDCCast.h, src/SDCCcse.c, src/SDCCicode.c, src/SDCCicode.h, src/SDCCopt.c, support/valdiag/tests/_Optional.c: Fix warnings on &* and &[] semantic dereferences of pointer to _Optional. 2026-01-05 Gabriele Gorla * src/mos6502/gen.c, src/mos6502/genminus.c, src/mos6502/genplus.c, src/mos6502/genrshift.c: Cosmetic cleanups. * src/mos6502/gen.c: Small genCmpEQorNE improvemetns. 2025-12-30 Gabriele Gorla * src/mos6502/gen.c: genCmp improvements. Remove unecessay constraint in genCmp. * src/mos6502/genrshift.c: Special case shift XA when X is a constant. Correct typo. * support/regression/tests/lonesha256.c: Enable lonesha256 for mos6502-stack-auto. 2025-12-29 Gabriele Gorla * support/regression/tests/gcc-torture-execute-pr28982a.c: Disable test for mos6502-stack-auto due to stack overflow. * src/mos6502/gen.c: Improve genPCall. 2025-12-28 Philipp Klaus Krause * device/lib/atoll.c, device/lib/strtoimax.c, device/lib/strtoll.c, device/lib/strtoull.c,