summaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
Commit message (Expand)AuthorAgeFilesLines
* driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi2008-06-261-5/+5
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Kenneth Zadeck2008-01-221-1/+0
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Kenneth Zadeck2008-01-201-3/+5
* re PR rtl-optimization/33224 (failing rtl iv analysis (maybe due to df))Zdenek Dvorak2007-08-311-1/+2
* df-core.h (df_dump_region): New function.Kenneth Zadeck2007-08-301-1/+1
* configure.ac: Remove --enable-checking=df from default settings.Paolo Bonzini2007-08-051-1/+1
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* cfglayout.c (insn_scope, insn_line): Constify.Kaveh R. Ghazi2007-07-251-1/+1
* re PR rtl-optimization/32405 (assertion failure in loop-iv.c; probable datafl...Zdenek Dvorak2007-06-201-0/+5
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-43/+72
* re PR target/29953 ([SH-4] Perfomance regression in loops. cmp/eq used instea...Christian Bruel2007-06-081-3/+3
* c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...Kazu Hirata2007-05-261-2/+2
* loop-iv.c (simplify_using_initial_values): Fix oversight in previous change; ...Bernd Schmidt2007-02-261-1/+4
* loop-iv.c (simplify_using_initial_values): Return if the expression becomes i...Bernd Schmidt2007-02-241-0/+2
* loop-iv.c (implies_p): Detect additional cases where A implies B.Bernd Schmidt2007-02-241-39/+105
* loop-iv.c (determine_max_iter): Moved in front of its sole user.Bernd Schmidt2007-02-231-65/+65
* re PR rtl-optimization/30113 (ICE in trunc_int_for_mode)Zdenek Dvorak2006-12-111-1/+1
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-3/+3
* loop-iv.c (iv_analysis_loop_init): Use df analysis in a more efficient way.Zdenek Dvorak2006-01-241-5/+8
* loop-iv.c (iv_analysis_loop_init): Use df in more conservative way.Zdenek Dvorak2006-01-201-8/+5
* loop-iv.c: Include df.h and hashtab.h.Zdenek Dvorak2006-01-201-462/+453
* loop-iv.c (iv_number_of_iterations): Fix overflow check for loops that count ...Dale Johannesen2005-08-311-1/+1
* re PR rtl-optimization/19210 (not using do-loop for some loops)Paolo Bonzini2005-07-211-0/+37
* Update FSF address.Kelley Cook2005-06-251-2/+2
* cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ...Kazu Hirata2005-05-291-3/+3
* re PR rtl-optimization/21254 (Incorrect code with -funroll-loops for multiple...Zdenek Dvorak2005-05-061-13/+34
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell2005-04-011-46/+35
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-9/+3
* * loop-iv.c (get_biv_step_1): Remove lhs.Kazu Hirata2005-03-091-2/+1
* c-semantics.c, [...]: Update copyright.Kazu Hirata2005-03-081-1/+1
* combine.c (simplify_and_const_int): Use gen_int_mode instead of GEN_INT (trun...Kazu Hirata2005-03-051-2/+1
* re PR rtl-optimization/19103 (Current CVS (2004/12/21) doesn't compile with p...Zdenek Dvorak2004-12-281-1/+1
* re PR rtl-optimization/19001 (Loops with power of two step and variable bound...Zdenek Dvorak2004-12-181-16/+73
* basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell2004-11-251-1/+1
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-2/+2
* loop-iv.c (iv_number_of_iterations): Make it static.Kazu Hirata2004-11-091-1/+1
* re PR rtl-optimization/17791 (doloop can produce wrong code causes Ada bootst...Zdenek Dvorak2004-10-071-1/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-10/+17
* Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.Zdenek Dvorak2004-09-141-0/+18
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-31/+45
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-45/+31
* rtl.def (NIL): Delete.Zack Weinberg2004-08-181-27/+27
* re PR tree-optimization/16807 ([lno] Weird loop unrolling)Zdenek Dvorak2004-08-061-9/+39
* re PR bootstrap/16865 (False alarm about use of uninitialized variable breaks...Andrew Pinski2004-08-031-1/+1
* expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford2004-07-271-4/+2
* re PR rtl-optimization/16001 (unable to find a register to spill in class `AR...Zdenek Dvorak2004-07-111-2/+16
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-1/+1
* loop-iv.c (iv_analyze, [...]): Support for identifying shifts of induction va...Revital Eres2004-06-241-1/+43
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-1/+1