aboutsummaryrefslogtreecommitdiff
path: root/gcc/dse.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-19treat argp-based mem as frame related in dseJiufu Guo1-4/+13
2023-11-23DSE: Allow vector type for get_stored_val when read < storePan Li1-1/+8
2023-09-27DSE: Fix ICE when the mode with access_size don't exist on the target[PR111590]Juzhe-Zhong1-1/+2
2023-06-02rtl-optimization: [PR102733] DSE removing address which only differ by addres...Andrew Pinski1-1/+8
2023-04-19dse: Use SUBREG_REG for copy_to_mode_reg in DSE replace_read for WORD_REGISTE...Jakub Jelinek1-1/+13
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-08-03cselib: add function to check if SET is redundant [PR106187]Richard Earnshaw1-6/+1
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-4/+10
2022-06-01DSE: Use the constant store source if possibleH.J. Lu1-0/+8
2022-05-12rtl-optimization/105577 - RTL DSE and non-call EHRichard Biener1-0/+10
2022-05-09Come up with {,UN}LIKELY macros.Martin Liska1-4/+4
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+3795