summaryrefslogtreecommitdiff
path: root/gcc/convert.cc
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-01-25convert: Fix test for out of bounds shift count [PR113574]Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-12-12Only allow (int)trunc(x) to (int)x simplification with -ffp-int-builtin-inexa...Xi Ruoyao
2023-11-20middle-end/112622 - convert and vector-to-floatRichard Biener
2023-10-23Use error_mark_node after error in convertAndrew Pinski
2023-10-23convert_to_complex vs invalid_conversion [PR111903]Andrew Pinski
2023-09-06Middle-end _BitInt support [PR102989]Jakub Jelinek
2023-01-04ubsan: Avoid narrowing of multiply for -fsanitize=signed-integer-overflow [PR...Jakub Jelinek
2023-01-02Update copyright years.Jakub Jelinek
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm
2022-01-17Rename .c files to .cc files.Martin Liska