Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-12-18 | ifcombine field merge: handle masks with sign extensions | Alexandre Oliva | 1 | -2/+3 |
2024-12-18 | noncontiguous ifcombine: skip marking of non-SSA_NAMEs [PR117915] | Alexandre Oliva | 1 | -3/+2 |
2024-12-12 | fold fold_truth_andor field merging into ifcombine | Alexandre Oliva | 1 | -1/+13 |
2024-11-29 | ifcombine: avoid unsound forwarder-enabled combinations [PR117723] | Alexandre Oliva | 1 | -18/+98 |
2024-11-27 | ifcombine: skip fallback conjunction on noncontiguous blocks | Alexandre Oliva | 1 | -0/+4 |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 1 | -1/+0 |
2024-11-07 | ifcombine: For short circuit case, allow 2 convert defining statements [PR85605] | Andrew Pinski | 1 | -2/+35 |
2024-11-07 | limit ifcombine stmt moving and adjust flow info | Alexandre Oliva | 1 | -25/+89 |
2024-11-07 | handle TRUTH_ANDIF cond exprs in ifcombine_replace_cond | Alexandre Oliva | 1 | -0/+11 |
2024-11-07 | ifcombine across noncontiguous blocks | Alexandre Oliva | 1 | -29/+123 |
2024-11-07 | extend ifcombine_replace_cond to handle noncontiguous ifcombine | Alexandre Oliva | 1 | -5/+170 |
2024-11-07 | adjust update_profile_after_ifcombine for noncontiguous ifcombine | Alexandre Oliva | 1 | -24/+85 |
2024-11-07 | introduce ifcombine_replace_cond | Alexandre Oliva | 1 | -72/+65 |
2024-11-07 | drop redundant ifcombine_ifandif parm | Alexandre Oliva | 1 | -11/+7 |
2024-11-07 | allow vuses in ifcombine blocks | Alexandre Oliva | 1 | -1/+1 |
2024-10-25 | gcc: Remove trailing whitespace | Jakub Jelinek | 1 | -2/+2 |
2024-10-24 | Use unique_ptr in more places in pretty_printer/diagnostics [PR116613] | David Malcolm | 1 | -0/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-11-02 | tree-optimization/112320 - bougs debug IL after SCCP | Richard Biener | 1 | -1/+1 |
2023-08-21 | tree-optimization/111070 - fix ICE with recent ifcombine fix | Richard Biener | 1 | -3/+6 |
2023-08-17 | tree-optimization/111039 - abnormals and bit test merging | Richard Biener | 1 | -0/+7 |
2023-07-04 | tree-optimization/110228 - avoid undefs in ifcombine more thoroughly | Richard Biener | 1 | -1/+7 |
2023-04-26 | More last_stmt removal | Richard Biener | 1 | -13/+5 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-06-27 | Add 'final' and 'override' to opt_pass vfunc impls | David Malcolm | 1 | -1/+1 |
2022-05-13 | Make gimple_build main workers more flexible | Richard Biener | 1 | -1/+1 |
2022-05-05 | rewrite undefined overflow to defined in ifcombine | Richard Biener | 1 | -0/+29 |
2022-04-29 | Fix is_gimple_condexpr vs is_gimple_condexpr_for_cond | Richard Biener | 1 | -2/+14 |
2022-04-06 | tree-optimization/105142 - wrong code with maybe_fold_{and,or}_comparisons | Richard Biener | 1 | -1/+2 |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -0/+852 |