summaryrefslogtreecommitdiff
path: root/gcc/loop-invariant.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/31848 (Invalid loop optimization causes bootstrap fail...Steven Bosscher2007-05-121-0/+12
* re PR rtl-optimization/31360 (RTL loop invariant is not aggressive enough)Zdenek Dvorak2007-04-171-30/+16
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-18/+6
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-7/+7
* re PR rtl-optimization/26449 (ICE in loop invariant motion)Zdenek Dvorak2006-06-081-0/+5
* re PR rtl-optimization/26254 (FAIL: gcc.c-torture/compile/20011109-1.c,-O1)Zdenek Dvorak2006-03-131-12/+46
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-1/+1
* re PR middle-end/26316 (loop-invariant miscompiles openmp.c)Zdenek Dvorak2006-02-231-2/+2
* gcse.c (want_to_gcse_p): On STACK_REGS targets...Roger Sayle2006-02-191-0/+26
* loop-invariant.c (invariant_for_use, [...]): Fail for read-write uses.Zdenek Dvorak2006-02-161-1/+8
* re PR rtl-optimization/26296 (ACATS ICE cxg2007 cxg2012 verify_flow_info failed)Zdenek Dvorak2006-02-161-9/+8
* re PR rtl-optimization/26235 (FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c ex...Zdenek Dvorak2006-02-131-0/+10
* re PR rtl-optimization/26247 (gcc.dg/tree-ssa/gen-vect-26.c, 28 and 32. int_m...Zdenek Dvorak2006-02-131-1/+2
* re PR rtl-optimization/26222 (build failuring in libjava)Zdenek Dvorak2006-02-131-2/+9
* re PR rtl-optimization/26225 (GCC error: in emit_move_multi_word, at expr.c:3...Zdenek Dvorak2006-02-131-0/+1
* re PR rtl-optimization/26232 (cc0 targets broken; loop-invariants-move code d...Zdenek Dvorak2006-02-121-0/+6
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-4/+4
* df.h (DF_SCAN, [...]): New macros.Daniel Berlin2006-01-111-37/+31
* df.c (df_bitmaps_free): Only work for bbs for that structures are allocated.Zdenek Dvorak2005-12-221-64/+382
* loop-invariant.c (move_loop_invariants): Add missing hunk from the previous p...Steven Bosscher2005-12-161-0/+1
* Commit part of Zdenek's larger loop-invariant.c patch.Zdenek Dvorak2005-12-151-63/+59
* loop-invariant.c: Include tm_p.h.Richard Earnshaw2005-11-141-0/+1
* loop-invariant.c (move_loop_invariants): Fix a thinko in the previous checkin.Steven Bosscher2005-11-121-3/+16
* re PR target/24265 (ICE: in extract_insn, at recog.c:2084 with -O -fgcse -fmo...Steven Bosscher2005-11-111-6/+13
* dwarf2out.c, [...]: Fix comment typos.Kazu Hirata2005-08-011-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* loop-invariant.c (invariants, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-04-301-18/+18
* bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata2005-04-281-1/+1
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell2005-04-011-2/+1
* bt-load.c, [...]: Update copyright.Kazu Hirata2005-02-171-1/+1
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-13/+13
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-0/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-1/+2
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-5/+11
* common.opt: Remove flags -fmove-all-movables and -freduce-all-givs.Toon Moene2004-09-121-11/+0
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-1/+2
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-2/+1
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-1/+1
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-2/+2
* loop-invariant.c: New file.Zdenek Dvorak2004-06-201-0/+933