aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.cc
AgeCommit message (Expand)AuthorFilesLines
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-12-14ipa-cp: Leave removal of unused parameters to IPA-SRAMartin Jambor1-1/+24
2022-12-08Fix count comparison in ipa-cpEugene Rozenfeld1-1/+1
2022-11-22ipa-cp: Do not consider useless aggregate constantsMartin Jambor1-1/+5
2022-11-22ipa-cp: Do not be too optimistic about self-recursive edges (PR 107661)Martin Jambor1-7/+11
2022-10-18ipa-cp: Better representation of aggregate values in call contextsMartin Jambor1-143/+91
2022-10-18ipa-cp: Better representation of aggregate values we clone forMartin Jambor1-482/+510
2022-09-27Fix profile count comparison.Eugene Rozenfeld1-2/+2
2022-07-04Remove some deprecated irange methods.Aldy Hernandez1-1/+1
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-2/+2
2022-06-20Add operators / and * for profile_{count,probability}.Martin Liska1-6/+4
2022-05-24ipa: add 'final' and 'override' to call_summary_base vfunc implsDavid Malcolm1-3/+3
2022-05-13Make gimple_build main workers more flexibleRichard Biener1-0/+1
2022-04-29Remove various deprecated methods in class irange.Aldy Hernandez1-1/+1
2022-03-31ipa: Careful processing ANCESTOR jump functions and NULL pointers (PR 103083)Martin Jambor1-24/+51
2022-03-31ipa-cp: Do not create clones for values outside known value range (PR 102513)Martin Jambor1-2/+26
2022-03-10ipa-cp: Avoid adjusting references through self-recursion (PR 104813)Martin Jambor1-10/+10
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-3/+3
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+6639