summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.c
Commit message (Expand)AuthorAgeFilesLines
* tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirec...Richard Guenther2005-11-041-3/+3
* re PR tree-optimization/24226 (ICE: Segmentation fault in operand_equal_p (co...Zdenek Dvorak2005-10-091-2/+4
* Add missing part of committed patch from 21stDaniel Berlin2005-09-271-3/+6
* re PR tree-optimization/23929 (segfault in expand_simple_operations, tree-ssa...Jakub Jelinek2005-09-201-1/+5
* tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter.Daniel Berlin2005-09-151-3/+3
* Makefile.in (tree-chrec.o): Depends on SCEV_H.Sebastian Pop2005-09-091-2/+10
* re PR middle-end/23410 (FAIL: gcc.c-torture/execute/950612-1.c execution, at ...Sebastian Pop2005-09-011-2/+13
* re PR tree-optimization/23511 (Segfault in fold_binary)Sebastian Pop2005-08-231-1/+3
* re PR tree-optimization/23434 (ICE: Segmentation fault compiling gsl1.5 at -O2)Sebastian Pop2005-08-211-0/+4
* fold-const.c (optimize_bit_field_compare): Remove extra fold call.James A. Morrison2005-08-171-9/+9
* * tree-ssa-loop-niter.c (scev_probably_wraps_p): Reword a comment.Sebastian Pop2005-08-161-8/+13
* re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop2005-08-131-14/+214
* tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Use fold_binary inst...James A. Morrison2005-08-091-12/+14
* re PR tree-optimization/22348 (Execution continues past end of for loop end c...Zdenek Dvorak2005-07-271-1/+1
* re PR rtl-optimization/19210 (not using do-loop for some loops)Paolo Bonzini2005-07-211-5/+48
* re PR tree-optimization/21959 (vrp miscompiles Ada front-end, drops loop exit...Diego Novillo2005-06-271-0/+35
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-data-ref.c (compute_estimated_nb_iterations, [...]): Fixed to use chrec_...Sebastian Pop2005-06-081-1/+12
* Fixes PR 18403 and meta PR 21861.Sebastian Pop2005-06-071-77/+185
* re PR middle-end/21846 (segfault in fold_binary compiling vpr with -O2 -funro...Zdenek Dvorak2005-06-051-0/+18
* tree-ssa-loop-ivopts.c (find_bivs, [...]): Apply expand_simple_operations to ...Zdenek Dvorak2005-05-171-4/+4
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-20/+20
* re PR tree-optimization/18316 (Missed IV optimization)Zdenek Dvorak2005-05-011-2/+2
* tree-ssa-loop-niter.c (tree_simplify_using_condition): Expand simple definiti...Zdenek Dvorak2005-04-231-10/+81
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-1/+0
* tree-flow.h (number_of_iterations_cond): Declaration removed.Zdenek Dvorak2005-04-051-123/+258
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-2/+2
* builtins.def, [...]: Update copyright.Kazu Hirata2005-02-101-1/+1
* re PR tree-optimization/18687 (>200% compile time regression compared to gcc-...Zdenek Dvorak2005-02-101-42/+71
* fold-const.c (nondestructive_fold_binary_to_constant): Rename to fold_binary_...Roger Sayle2004-11-231-21/+22
* re PR tree-optimization/18529 (When the lower bound of a loop is non-constant...Zdenek Dvorak2004-11-221-2/+82
* re PR tree-optimization/18431 (Code for arrays and pointers are not the same)Zdenek Dvorak2004-11-151-72/+0
* tree-ssa-loop-niter.c (upper_bound_in_type, [...]): Make them static.Kazu Hirata2004-11-081-2/+2
* re PR tree-optimization/18048 (mgrid loop performance regression with ivopts ...Zdenek Dvorak2004-10-271-3/+4
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-2/+2
* tree-ssa-loop-niter.c (inverse): Count in HOST_WIDE_INT if possible.Zdenek Dvorak2004-10-221-25/+77
* Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.Sebastian Pop2004-10-131-17/+10
* tree-chrec.c (chrec_fold_plus_poly_poly, [...]): Use fold_convert or build_in...Zdenek Dvorak2004-10-011-103/+120
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-2/+2
* fold-const.c (fold): Fold difference of addresses.Zdenek Dvorak2004-09-161-16/+0
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-2/+2
* tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak2004-09-051-2/+2
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-5/+5
* re PR tree-optimization/17016 (ICE with struct passed as reference)Zdenek Dvorak2004-08-241-2/+2
* tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak2004-08-241-1/+8
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-4/+4
* tree-scalar-evolution.c: New file.Zdenek Dvorak2004-07-091-0/+1305