]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-chrec.c
tree-ssa.h: New.
[thirdparty/gcc.git] / gcc / tree-chrec.c
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-04-30  Richard Bienerfunction.h (loops_for_fn): New inline function.
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-04  Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-09-24  Lawrence CrowlFinish conversion of uses of double_int to the new...
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-06-27  Richard Guentherre PR middle-end/53676 (empty loop is not always remove...
2012-04-11  Richard Guentherre PR middle-end/52621 (ICE with -O3 -march=opteron...
2011-08-17  Richard Guenthertree.h (convert_to_ptrofftype_loc): New function.
2011-08-16  Richard Guenthertree.h (ptrofftype_p): New helper function.
2011-06-29  Richard Guentherinvoke.texi: Document -scev dump modifier.
2011-04-29  Richard Guenthertree-nested.c (get_trampoline_type): Use size_int.
2011-02-12  Xinliang David LiFix PR47707
2010-12-28  Sebastian PopDo not include unnecessary .h files.
2010-11-19  Michael Matzre PR tree-optimization/46077 (ICE in tree vectorizatio...
2010-08-20  Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-08-11  Sebastian Popchrec_apply should only apply to the specified variable.
2010-08-11  Sebastian PopRemove expand_scalar_variables_ hack.
2010-06-09  Sebastian PopFix comments and indentation.
2010-06-01  Steven Bosschergimplify.c: Do not include except.h and optabs.h.
2010-05-21  Joseph Myersdiagnostic.c: Don't include tm.h, tree.h, tm_p.h, langh...
2010-05-21  Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-04-02  Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-03-13  Sebastian PopFix PR43306: correct evolution_function_right_is_intege...
2010-03-05  Sebastian PopFix PR42326: Handle more carefully convert expressions...
2009-12-16  Jakub Jelinektree-chrec.c (chrec_convert_1): Only fold (T2)(t +...
2009-11-25  H.J. LuRemove trailing white spaces.
2009-07-31  Sebastian PopImplement evolution_function_right_is_integer_cst.
2009-07-31  Sebastian PopMake scev_is_linear_expression return false if the...
2009-07-03  Richard Guentherre PR middle-end/34163 (10% performance regression...
2009-06-17  Richard Guentherre PR middle-end/40460 (Enormous memory usage during...
2009-05-15  Eric Botcazoudbxout.c (dbxout_range_type): Add LOW and HIGH parameters.
2009-02-20  Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-01-07  Jan Sjodinre PR middle-end/38492 ([graphite] segfaulting code...
2008-09-02  Sebastian Popbackport: configure: Regenerate.
2008-08-21  Richard Guentherre PR middle-end/36817 (internal compiler error: in...
2008-07-28  Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-03-03  Sebastian Poptree-scalar-evolution.c (instantiate_parameters_1)...
2007-11-13  Jakub Jelinekre PR tree-optimization/34063 (ICE: build2_stat, at...
2007-08-14  Kaveh R. Ghazialias.c (rtx_equal_for_memref_p): Constify.
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2007-06-16  Andrew Pinski[multiple changes]
2007-05-27  Zdenek Dvoraktree-vrp.c (execute_vrp): Do not check whether current_...
2007-05-21  Andrew Pinskire PR tree-optimization/31995 (can't determine dependen...
2007-05-10  Zdenek Dvorakre PR tree-optimization/31885 (Not removing empty loop...
2007-02-15  Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2007-01-31  Zdenek Dvorakcfgloop.h: Include vec-prim.h.
2007-01-11  Roger Saylebuiltins.c (expand_builtin_pow, [...]): Replace uses...
2006-12-10  Zdenek Dvoraktree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.
2006-08-17  Zdenek Dvorakre PR tree-optimization/27865 (tree check failure build...
2006-07-25  Zdenek Dvoraktree-chrec.c (chrec_convert_aggressive): Return NULL...
2006-07-17  Zdenek Dvoraktree-chrec.c (avoid_arithmetics_in_type_p): New.
2006-05-24  Zdenek Dvorakre PR tree-optimization/27639 (VRP miscompilation of...
2006-04-07  Sebastian Poptree-ssa-loop-niter.c (inverse, [...]): Use build_int_c...
2006-04-02  Sebastian Popre PR tree-optimization/26939 (loop number of iteration...
2006-04-02  Sebastian Poptree-scalar-evolution.c (add_to_evolution_1): Pass...
2006-03-28  Sebastian Poptree-loop-linear.c: Don't include varray.h.
2006-02-28  Jeff Lawtree-chrec.c (chrec_convert_aggressive): Do not elimina...
2006-02-20  Sebastian Poptree-chrec.c (eq_evolutions_p): New.
2006-01-06  Zdenek Dvorakre PR tree-optimization/18527 (cannot determine number...
2005-09-20  Zdenek Dvorakre PR tree-optimization/18463 (suboptimal use of fancy...
2005-09-09  Sebastian Poptree-chrec.c (evolution_function_is_invariant_rec_p...
2005-09-09  Sebastian PopMakefile.in (tree-chrec.o): Depends on SCEV_H.
2005-08-21  Sebastian Popre PR tree-optimization/23433 (ICE: tree check: expecte...
2005-08-15  Sebastian Popre PR tree-optimization/23391 (Tree checking failure...
2005-08-13  Sebastian Popre PR tree-optimization/22236 (wrong code for casts...
2005-07-13  Zdenek Dvorakre PR tree-optimization/22442 (scev cprop causes wrong...
2005-06-25  Kelley CookUpdate FSF address.
2005-06-07  Sebastian PopFixes PR 18403 and meta PR 21861.
2005-06-06  Jakub Jelinektree-chrec.c (reset_evolution_in_loop): Use build3...
2005-06-02  Richard Guenthertree-chrec.c (chrec_fold_plus_1): Ensure we build binar...
2005-06-01  Kaveh R. Ghazibasic-block.h, [...]: Don't include errors.h and includ...
2005-05-16  Roger Sayletree-scalar-evolution.c (set_nb_iterations_in_loop...
2005-04-21  Sebastian PopMakefile.in (tree-chrec.o): Depend on params.h.
2005-04-05  Eric Botcazoure PR tree-optimization/19903 (ACATS cxa4006 cxa4017...
2005-03-01  Roger Saylere PR tree-optimization/20216 (Simple loop runs out...
2004-12-09  Andrew Pinskire PR tree-optimization/18904 (4.0-20041205 regression...
2004-10-13  Sebastian PopMakefile.in (tree-ssa-loop-niter.o): Depends on tree...
2004-10-01  Zdenek Dvoraktree-chrec.c (chrec_fold_plus_poly_poly, [...]): Use...
2004-09-19  Ira Rosentree-vectorizer.h (stmt_vec_info): Add vect_dr_base...
2004-09-17  Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-12  Andrew Pinskitree-chrec.c (initialize_scalar_evolutions_analyzer...
2004-09-09  Giovanni Bajotarghooks.c (default_unwind_emit, [...]): Use gcc_asser...
2004-09-05  Kazu Hiratac-common.c, [...]: Fix comment formatting.
2004-08-25  Nathan Sidwelltree.h (build_int_cst): New, sign extended constant.
2004-08-15  Nathan Sidwelltree.h (build_int_cst): New.
2004-07-12  Sebastian Popcfgloop.h (struct loop): Add nb_iterations field.
2004-06-30  Sebastian PopMakefile.in (OBJS-common): Add tree-chrec.o.