summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.h
AgeCommit message (Expand)Author
2020-03-03sccvn: Improve handling of load masked with integer constant [PR93582]Jakub Jelinek
2020-03-03tree-optimization/93946 - fix bogus redundant store removal in FRE, DSE and DOMRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-09-03tree-ssa-sccvn.h (vn_nary_op_lookup): Remove.Richard Biener
2019-07-29re PR tree-optimization/91257 (Compile-time and memory-hog hog)Richard Biener
2019-07-04tree-ssa-sccvn.h (vn_reference_lookup): Add last_vuse_ptr argument.Richard Biener
2019-06-04re PR fortran/90738 (gfortran.dg/pointer_array_10.f90 etc. FAIL)Richard Biener
2019-06-03tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): Get original full reference...Richard Biener
2019-04-11re PR tree-optimization/90020 (-O2 -Os x86-64 wrong code generated for GNU Em...Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-08-27cfganal.h (rev_post_order_and_mark_dfs_back_seme): Declare.Richard Biener
2018-07-20tree-ssa-sccvn.h (struct vn_nary_op_s): Add next member.Richard Biener
2018-07-19tree-ssa-sccvn.h (struct vn_phi_s): Make phiargs member a trailing array.Richard Biener
2018-06-08Remove MPXMartin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: ao_ref and vn_reference_op_tRichard Sandiford
2017-10-25tree-ssa-sccvn.h (vn_eliminate): Declare.Richard Biener
2017-05-12tree-ssa-sccvn.h (has_VN_INFO): Declare.Richard Biener
2017-04-24tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.Richard Biener
2017-04-20re PR debug/80453 (another compare-debug failure)Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-07-19re PR tree-optimization/71901 (ice in find_or_generate_expression)Richard Biener
2016-07-14re PR tree-optimization/71866 (gcc locks up after fix for PR70159)Richard Biener
2016-07-07tree-ssa-pre.c: Include alias.h.Richard Biener
2016-04-19re PR tree-optimization/70724 (Miscompiles python3 with FDO)Richard Biener
2016-02-15re PR tree-optimization/69776 (Wrong optimization with aliasing)Richard Biener
2016-01-25re PR tree-optimization/69376 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener
2016-01-20re PR target/69345 (459.GemsFDTD regression)Richard Biener
2016-01-15re PR tree-optimization/69117 (wrong code at -O1 -fstrict-aliasing)Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou
2015-10-01gimple-match.h (mprts_hook): Declare.Richard Biener
2015-09-24Additional changes to switch from gimple to gimple *Thomas Schwinge
2015-09-24tree-ssa-sccvn.h (vn_reference_op_struct): Add clique and base members.Richard Biener
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-09-18re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Richard Biener
2015-08-19remove more useless typedefsTrevor Saunders
2015-01-05Update copyright years.Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-11-05ipa-chkp.c: New.Ilya Enkovich
2014-09-01tree-ssa-sccvn.h (copy_reference_ops_from_ref, [...]): Remove.Richard Biener
2014-08-01Convert tree-ssa-sccvn to inchashAndi Kleen
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl
2013-02-19re PR tree-optimization/56384 (ICE in fold_binary_loc, at fold-const.c:10422)Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-10-08re PR tree-optimization/54825 (ICE with vector extension)Richard Guenther
2012-09-13tree-ssa-sccvn.h (enum vn_kind): New.Richard Guenther
2012-07-06re PR tree-optimization/52009 (Another missed tail merging opportunity)Tom de Vries