2026-02-10 Philipp Klaus Krause * Merge pqc branch. 2026-02-09 Philipp Klaus Krause * src/z80/gen.c: Prepare for future rotation codegen improvement for r4k/r5k/r6k port. 2026-02-08 Philipp Klaus Krause * src/f8/gen.c, support/regression/tests/sha3-256.c: Bitwise and code generation improvement, inspired by sha3-256 regression test. 2026-02-08 Philipp Klaus Krause * device/lib/ez80/__mulsint2slong.s, device/lib/ez80/__muluint2ulong.s, device/lib/z180/__mulsint2slong.s, device/lib/z180/__muluint2ulong.s, device/lib/z80/__muluint2ulong.s, device/lib/ez80/Makefile.in, device/lib/r800/__mulsint2slong.s, device/lib/z180/Makefile.in, device/lib/z80/Makefile.in, src/SDCCopt.c, src/z80/gen.c, src/z80/main.c: Multiplication improvements inspired by kyber-ntt regression test. 2026-02-08 Gabriele Gorla * src/mos6502/gen.c: Refactor genCmp(). * src/mos6502/gen.c, src/mos6502/peeph.def: Improve genCpl(). * src/mos6502/gen.c: Improve genCmp(). 2026-02-07 Gabriele Gorla * src/mos6502/gen.c, device/mos6502/lib/__sdcc_indirect_jsr.s, device/mos6502-stack-auto/lib/__sdcc_indirect_jsr.s, device/mos65c02/lib/__sdcc_indirect_jsr.s: Make sdcc_indirect_jsr use DPTR. 2026-02-07 Philipp Klaus Krause * src/z80/gen.c: Fix an issue in multiplication codegen affecting kyber-ntt regression test. 2026-02-07 Philipp Klaus Krause * src/z80/gen.c: Rotation / shift codegen improvement inspired by asconaead128 and asconhash256 regression tests. 2026-02-06 Philipp Klaus Krause * src/f8/gen.c, src/f8/main.c: Rotation codegen improvements inspired by asconaead128 and asconhash256 regression tests. 2026-02-05 Philipp Klaus Krause * .version, doc/sdccman.lyx, src/SDCCsymt.c: Make plain int bit-fields signed. 2026-02-05 Philipp Klaus Krause * src/SDCCsalloc.hpp, src/stm8/gen.c, src/stm8/main.c, support/regression/tests/rotate.c.in, support/regression/tests/rotate_left.c.in, support/regression/tests/rotate_right.c.in: Rotation codegen improvements inspired by asconaead128 and asconhash256 regression tests. 2026-02-02 Philipp Klaus Krause * support/regression/tests/bug-3920.c, support/regression/tests/gcrypt-serpent.c.in: Fix missing non-inline definition in regression tests. 2026-01-27 Philipp Klaus Krause * device/lib/f8/Makefile.in, src/f8/gen.c, src/f8/main.c, device/lib/f8/__mulsint2slong.s, device/lib/f8/__muluint2ulong.s: Multiplication support function improvements inspired by kyber-ntt regression test. 2026-01-27 Philipp Klaus Krause * src/SDCCopt.c,