]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimple-fold.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / gimple-fold.cc
2023-01-02  Jakub JelinekUpdate copyright years.
2022-12-07  Prathamesh KulkarniPR107920: Fix handling of virtual operands and disable...
2022-12-05  Kewen Lingimple-fold: Refine gimple_fold_partial_load_store_mem_...
2022-11-17  Aldy Hernandez[PR68097] Try to avoid recursing for floats in gimple_s...
2022-11-17  Kewen LinFix typo in gimple_fold_partial_load_store_mem_ref
2022-11-11  Richard Bienertree-optimization/105142 - improve maybe_fold_compariso...
2022-11-09  Qing ZhaoChange the name of array_at_struct_end_p to array_ref_f...
2022-11-07  Kewen Linvect: Fold LEN_{LOAD,STORE} if it's for the whole vecto...
2022-09-13  Richard Bienermiddle-end/106909 - CTRL altering flag after folding
2022-06-22  Jason Merrillubsan: default to trap on unreachable at -O0 and -Og...
2022-05-23  Richard BienerForce the selection operand of a GIMPLE COND_EXPR to...
2022-05-16  Richard BienerFinish gimple_build API enhancement
2022-05-13  Richard BienerMake gimple_build main workers more flexible
2022-04-29  Aldy HernandezRemove various deprecated methods in class irange.
2022-04-25  David Malcolmgimple-fold: fix further missing stmt locations [PR104308]
2022-04-07  Jakub Jelinekc++: Handle __builtin_clear_padding on non-trivially...
2022-04-06  Richard Bienertree-optimization/105142 - wrong code with maybe_fold_...
2022-03-31  Richard BienerRevert "gimple: allow more folding of memcpy [PR102125]"
2022-03-28  David Malcolmgimple-fold: fix location of loads for memory ops ...
2022-03-23  Richard Bienertarget/102125 - alternative memcpy folding improvement
2022-02-28  Qing ZhaoSuppress uninitialized warnings for new created uses...
2022-02-15  Jakub Jelinekfold, simplify-rtx: Punt on non-representable floating...
2022-02-11  Jakub Jelinekmiddle-end: Small __builtin_clear_padding improvements
2022-01-27  Jakub Jelinekreassoc: Fix up inter-bb range optimization [PR104196]
2022-01-20  Richard Bienermiddle-end/100786 - constant folding from incompatible...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.