summaryrefslogtreecommitdiff
path: root/gcc/alias.cc
AgeCommit message (Expand)Author
2025-02-27alias: Perform offset arithmetics in poly_offset_int rather than poly_int64 [...Jakub Jelinek
2025-01-02Update copyright years.Jakub Jelinek
2024-12-06Support for 64-bit location_t: RTL partsLewis Hyatt
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-05-15Avoid pointer compares on TYPE_MAIN_VARIANT in TBAAJan Hubicka
2024-01-23find_base_value partRichard Biener
2024-01-23rtl-optimization/113255 - base_alias_check vs. pointer differenceRichard Biener
2024-01-03Update copyright years.Jakub Jelinek
2023-10-09tree-optimization/111715 - improve TBAA for access paths with punRichard Biener
2023-05-31alias: Change return type of predicate functions from int to boolUros Bizjak
2023-05-18gcc: use _P() defines from tree.hBernhard Reutner-Fischer
2023-01-02Update copyright years.Jakub Jelinek
2022-10-29Restore RTL alias analysis for hard frame pointerEric Botcazou
2022-08-03cselib: add function to check if SET is redundant [PR106187]Richard Earnshaw
2022-02-21rtl-optimization/104498: Fix comparing symbol referenceAndre Vieira
2022-01-17Rename .c files to .cc files.Martin Liska