aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-invariant.c
AgeCommit message (Expand)AuthorFilesLines
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