aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-crc-optimization.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-10Fix some memory leaksRichard Biener1-1/+5
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-12crc: Comment spelling fixJakub Jelinek1-2/+2
2024-12-01[PATCH v7 11/12] Replace the original CRC loops with a faster CRC calculationMariam Arutunian1-0/+78
2024-12-01[PATCH v7 10/12] Verify detected CRC loop with symbolic execution and LFSR ma...Mariam Arutunian1-2/+314
2024-12-01[PATCH v7 08/12] Add a new pass for naive CRC loops detectionMariam Arutunian1-0/+1003