summaryrefslogtreecommitdiff
path: root/gcc/tree-chrec.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-02tree-core.h (enum tree_index): Add TI_CHREC_DONT_KNOW and TI_CHREC_KNOWN.Richard Biener
2019-04-23re PR tree-optimization/90021 (ICE in index_in_loop_nest, at tree-data-ref.h:...Bin Cheng
2019-04-08re PR middle-end/89725 (ICE in get_fnname_from_decl, at varasm.c:1723)Bin Cheng
2019-01-01Update copyright years.Jakub Jelinek
2018-04-30tree-chrec.h (evolution_function_is_constant_p): Remove redundant check.Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-10-11tree.def (POLYNOMIAL_CHREC): Remove CHREC_VARIABLE tree operand.Richard Biener
2017-10-09re PR tree-optimization/82449 (code-gen error in get_rename_from_scev)Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-07-21tree-chrec.c (convert_affine_scev): New parameter.Bin Cheng
2016-01-04Update copyright years.Jakub Jelinek
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-06-02re PR testsuite/52563 (FAIL: gcc.dg/tree-ssa/scev-[3,4].c scan-tree-dump-time...Bin Cheng
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod
2013-09-20re PR tree-optimization/58473 (FAIL: ext/random/normal_mv_distribution/cons/d...Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-14re PR tree-optimization/55687 (ICE in hide_evolution_in_other_loops_than_loop...Richard Biener
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-04-12re PR tree-optimization/52943 (likely wrong code bug caused by predictive com...Richard Guenther
2011-08-16tree.h (ptrofftype_p): New helper function.Richard Guenther
2011-07-26Fix PR47046: correct evolution_function_is_affine_pSebastian Pop
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-09-30A function is affine when CHREC_RIGHT is invariant.Sebastian Pop
2010-08-11Remove expand_scalar_variables_ hack.Sebastian Pop
2009-11-25Remove trailing white spaces.H.J. Lu
2009-10-21re PR tree-optimization/41497 (apparent integer wrong code bug)Sebastian Pop
2009-07-31Implement evolution_function_right_is_integer_cst.Sebastian Pop
2009-06-17re PR middle-end/40460 (Enormous memory usage during compilation with -O2 or ...Richard Guenther
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2009-01-07re PR middle-end/38492 ([graphite] segfaulting code when compiled with -fgrap...Jan Sjodin
2008-09-02backport: configure: Regenerate.Sebastian Pop
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener
2008-05-20tree-loop-linear.c (gather_interchange_stats): Look in the access matrix...Jan Sjodin
2008-05-20re PR middle-end/36206 (ice for legal code with -O3)Jan Sjodin
2007-11-14tree-chrec.h (build_polynomial_chrec): RHS of a chrec should not be of pointe...Sebastian Pop
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-06-19re PR tree-optimization/32367 (internal compiler error: in build_polynomial_c...Sebastian Pop
2007-06-15[multiple changes]Andrew Pinski
2007-05-21re PR tree-optimization/31995 (can't determine dependence between p->a[x+i] a...Andrew Pinski
2007-05-10re PR tree-optimization/31885 (Not removing empty loop, scev not finding the ...Zdenek Dvorak
2007-04-11re PR tree-optimization/31343 (ICE in data-refs dependence testing)Sebastian Pop
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak
2006-04-02tree-scalar-evolution.c (add_to_evolution_1): Pass an extra argument at_stmt.Sebastian Pop
2006-02-20tree-chrec.c (eq_evolutions_p): New.Sebastian Pop
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther