aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-invariant.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-08re PR rtl-optimization/26449 (ICE in loop invariant motion)Zdenek Dvorak1-0/+5
2006-03-13re PR rtl-optimization/26254 (FAIL: gcc.c-torture/compile/20011109-1.c,-O1)Zdenek Dvorak1-12/+46
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-02-23re PR middle-end/26316 (loop-invariant miscompiles openmp.c)Zdenek Dvorak1-2/+2
2006-02-19gcse.c (want_to_gcse_p): On STACK_REGS targets...Roger Sayle1-0/+26
2006-02-16loop-invariant.c (invariant_for_use, [...]): Fail for read-write uses.Zdenek Dvorak1-1/+8
2006-02-16re PR rtl-optimization/26296 (ACATS ICE cxg2007 cxg2012 verify_flow_info failed)Zdenek Dvorak1-9/+8
2006-02-13re PR rtl-optimization/26235 (FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c ex...Zdenek Dvorak1-0/+10
2006-02-13re PR rtl-optimization/26247 (gcc.dg/tree-ssa/gen-vect-26.c, 28 and 32. int_m...Zdenek Dvorak1-1/+2
2006-02-13re PR rtl-optimization/26222 (build failuring in libjava)Zdenek Dvorak1-2/+9
2006-02-13re PR rtl-optimization/26225 (GCC error: in emit_move_multi_word, at expr.c:3...Zdenek Dvorak1-0/+1
2006-02-12re PR rtl-optimization/26232 (cc0 targets broken; loop-invariants-move code d...Zdenek Dvorak1-0/+6
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-4/+4
2006-01-11df.h (DF_SCAN, [...]): New macros.Daniel Berlin1-37/+31
2005-12-22df.c (df_bitmaps_free): Only work for bbs for that structures are allocated.Zdenek Dvorak1-64/+382
2005-12-16loop-invariant.c (move_loop_invariants): Add missing hunk from the previous p...Steven Bosscher1-0/+1
2005-12-15Commit part of Zdenek's larger loop-invariant.c patch.Zdenek Dvorak1-63/+59
2005-11-14loop-invariant.c: Include tm_p.h.Richard Earnshaw1-0/+1
2005-11-12loop-invariant.c (move_loop_invariants): Fix a thinko in the previous checkin.Steven Bosscher1-3/+16
2005-11-11re PR target/24265 (ICE: in extract_insn, at recog.c:2084 with -O -fgcse -fmo...Steven Bosscher1-6/+13
2005-08-01dwarf2out.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-30loop-invariant.c (invariants, [...]): Use VEC instead of VARRAY.Kazu Hirata1-18/+18
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata1-1/+1
2005-04-01local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell1-2/+1
2005-02-17bt-load.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-13/+13
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-0/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-1/+2
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-5/+11
2004-09-12common.opt: Remove flags -fmove-all-movables and -freduce-all-givs.Toon Moene1-11/+0
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-1/+2
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-2/+1
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-1/+1
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-2/+2
2004-06-20loop-invariant.c: New file.Zdenek Dvorak1-0/+933