]> git.ipfire.org Git - people/ms/gcc.git/commit
Changes in CRC code generation v3:
authorMariam Arutunian <mariamarutunian@gmail.com>
Fri, 24 Feb 2023 15:11:29 +0000 (19:11 +0400)
committerJeff Law <jlaw@ventanamicro>
Tue, 21 Mar 2023 15:03:22 +0000 (09:03 -0600)
commitc7401f4934eae26b32f4a943dfcb43734b32383e
tree752f749d78ac26bdbde098a3e4d4ec96c730b612
parent9e5c8fe425ea2e7a1ad88a14bcbc599e59f9f185
Changes in CRC code generation v3:

     - Added polynomial long division in GF (2^n) algorithm (gf2n_poly_long_div_quotient function).

    Changes in  Extract polynomial v3:

     - Split extract_poly_and_create_lfsr function into two functions.
     - Changed extract_poly_and_create_lfsr function's name to extract_polynomial, returnes pair of values,
        one for calculated polynomial, the other for the tree.
gcc/crc_verification.cc
gcc/crc_verification.h
gcc/gimple-crc-optimization.cc