summaryrefslogtreecommitdiff
path: root/gcc/tree-chrec.c
Commit message (Expand)AuthorAgeFilesLines
* Finish conversion of uses of double_int to the new API.Lawrence Crowl2012-09-241-34/+16
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+1
* re PR middle-end/53676 (empty loop is not always removed now)Richard Guenther2012-06-271-0/+17
* re PR middle-end/52621 (ICE with -O3 -march=opteron in initialize_matrix_A, a...Richard Guenther2012-04-111-0/+6
* tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther2011-08-171-5/+9
* tree.h (ptrofftype_p): New helper function.Richard Guenther2011-08-161-3/+3
* invoke.texi: Document -scev dump modifier.Richard Guenther2011-06-291-2/+2
* tree-nested.c (get_trampoline_type): Use size_int.Richard Guenther2011-04-291-2/+1
* Fix PR47707Xinliang David Li2011-02-121-3/+5
* Do not include unnecessary .h files.Sebastian Pop2010-12-281-6/+0
* re PR tree-optimization/46077 (ICE in tree vectorization when compiling towns...Michael Matz2010-11-191-0/+10
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* chrec_apply should only apply to the specified variable.Sebastian Pop2010-08-111-14/+31
* Remove expand_scalar_variables_ hack.Sebastian Pop2010-08-111-0/+17
* Fix comments and indentation.Sebastian Pop2010-06-091-2/+4
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* Fix PR43306: correct evolution_function_right_is_integer_cst.Sebastian Pop2010-03-131-7/+5
* Fix PR42326: Handle more carefully convert expressions in chrec_fold_plus and...Sebastian Pop2010-03-051-0/+24
* tree-chrec.c (chrec_convert_1): Only fold (T2)(t +- x) to (T2)t +- (T2)x if o...Jakub Jelinek2009-12-161-0/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-176/+176
* Implement evolution_function_right_is_integer_cst.Sebastian Pop2009-07-311-0/+30
* Make scev_is_linear_expression return false if the evolution is not affine mu...Sebastian Pop2009-07-311-2/+7
* re PR middle-end/34163 (10% performance regression since Nov 1 on Polyhedron'...Richard Guenther2009-07-031-1/+14
* re PR middle-end/40460 (Enormous memory usage during compilation with -O2 or ...Richard Guenther2009-06-171-5/+5
* dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou2009-05-151-23/+0
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* re PR middle-end/38492 ([graphite] segfaulting code when compiled with -fgrap...Jan Sjodin2009-01-071-0/+61
* backport: configure: Regenerate.Sebastian Pop2008-09-021-0/+23
* re PR middle-end/36817 (internal compiler error: in compare_values_warnv)Richard Guenther2008-08-211-2/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-10/+10
* tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME defined in a ...Sebastian Pop2008-03-031-2/+3
* re PR tree-optimization/34063 (ICE: build2_stat, at tree.c:3115)Jakub Jelinek2007-11-131-3/+3
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-13/+12
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* [multiple changes]Andrew Pinski2007-06-151-19/+47
* tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak2007-05-271-7/+1
* re PR tree-optimization/31995 (can't determine dependence between p->a[x+i] a...Andrew Pinski2007-05-211-6/+6
* re PR tree-optimization/31885 (Not removing empty loop, scev not finding the ...Zdenek Dvorak2007-05-101-3/+4
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-54/+24
* cfgloop.h: Include vec-prim.h.Zdenek Dvorak2007-01-311-17/+42
* builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle2007-01-111-5/+2
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-3/+2
* re PR tree-optimization/27865 (tree check failure building FreePOOMA)Zdenek Dvorak2006-08-171-2/+8
* tree-chrec.c (chrec_convert_aggressive): Return NULL on failure.Zdenek Dvorak2006-07-251-1/+1
* tree-chrec.c (avoid_arithmetics_in_type_p): New.Zdenek Dvorak2006-07-171-21/+24
* re PR tree-optimization/27639 (VRP miscompilation of simple loop)Zdenek Dvorak2006-05-241-47/+149
* tree-ssa-loop-niter.c (inverse, [...]): Use build_int_cst instead of build_in...Sebastian Pop2006-04-071-4/+4