aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-harden-conditionals.cc
AgeCommit message (Expand)AuthorFilesLines
2022-09-08Fix some gimple_ctrl_altering_p mistakesRichard Biener1-0/+1
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-6/+14
2022-05-13Avoid visiting newly-created blocks in harden-conditionalsAlexandre Oliva1-197/+220
2022-05-13[PR105455] Set edge probabilities when hardening conditionalsAlexandre Oliva1-0/+2
2022-03-24hardened conditionals: drop copied identifiersAlexandre Oliva1-7/+4
2022-03-24hardcmp: split before dispatch edgeAlexandre Oliva1-3/+9
2022-02-24Copy EH phi args for throwing hardened comparesAlexandre Oliva1-3/+28
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-08[PR103024,PR103530] support throwing compares and non-boolean typesAlexandre Oliva1-4/+70
2021-12-07[PR103149] detach values through mem only if general regs won't doAlexandre Oliva1-6/+61
2021-11-20harden conds: detach without declsAlexandre Oliva1-1/+8
2021-10-28hardened conditionalsAlexandre Oliva1-0/+439