Age | Commit message (Expand) | Author | Files | Lines |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -73/+130 |
2007-05-12 | re PR rtl-optimization/31848 (Invalid loop optimization causes bootstrap fail... | Steven Bosscher | 1 | -0/+12 |
2007-04-17 | re PR rtl-optimization/31360 (RTL loop invariant is not aggressive enough) | Zdenek Dvorak | 1 | -30/+16 |
2006-12-10 | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 1 | -18/+6 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -7/+7 |
2006-06-08 | re PR rtl-optimization/26449 (ICE in loop invariant motion) | Zdenek Dvorak | 1 | -0/+5 |
2006-03-13 | re PR rtl-optimization/26254 (FAIL: gcc.c-torture/compile/20011109-1.c,-O1) | Zdenek Dvorak | 1 | -12/+46 |
2006-03-04 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-02-23 | re PR middle-end/26316 (loop-invariant miscompiles openmp.c) | Zdenek Dvorak | 1 | -2/+2 |
2006-02-19 | gcse.c (want_to_gcse_p): On STACK_REGS targets... | Roger Sayle | 1 | -0/+26 |
2006-02-16 | loop-invariant.c (invariant_for_use, [...]): Fail for read-write uses. | Zdenek Dvorak | 1 | -1/+8 |
2006-02-16 | re PR rtl-optimization/26296 (ACATS ICE cxg2007 cxg2012 verify_flow_info failed) | Zdenek Dvorak | 1 | -9/+8 |
2006-02-13 | re PR rtl-optimization/26235 (FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c ex... | Zdenek Dvorak | 1 | -0/+10 |
2006-02-13 | re PR rtl-optimization/26247 (gcc.dg/tree-ssa/gen-vect-26.c, 28 and 32. int_m... | Zdenek Dvorak | 1 | -1/+2 |
2006-02-13 | re PR rtl-optimization/26222 (build failuring in libjava) | Zdenek Dvorak | 1 | -2/+9 |
2006-02-13 | re PR rtl-optimization/26225 (GCC error: in emit_move_multi_word, at expr.c:3... | Zdenek Dvorak | 1 | -0/+1 |
2006-02-12 | re PR rtl-optimization/26232 (cc0 targets broken; loop-invariants-move code d... | Zdenek Dvorak | 1 | -0/+6 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -4/+4 |
2006-01-11 | df.h (DF_SCAN, [...]): New macros. | Daniel Berlin | 1 | -37/+31 |
2005-12-22 | df.c (df_bitmaps_free): Only work for bbs for that structures are allocated. | Zdenek Dvorak | 1 | -64/+382 |
2005-12-16 | loop-invariant.c (move_loop_invariants): Add missing hunk from the previous p... | Steven Bosscher | 1 | -0/+1 |
2005-12-15 | Commit part of Zdenek's larger loop-invariant.c patch. | Zdenek Dvorak | 1 | -63/+59 |
2005-11-14 | loop-invariant.c: Include tm_p.h. | Richard Earnshaw | 1 | -0/+1 |
2005-11-12 | loop-invariant.c (move_loop_invariants): Fix a thinko in the previous checkin. | Steven Bosscher | 1 | -3/+16 |
2005-11-11 | re PR target/24265 (ICE: in extract_insn, at recog.c:2084 with -O -fgcse -fmo... | Steven Bosscher | 1 | -6/+13 |
2005-08-01 | dwarf2out.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-04-30 | loop-invariant.c (invariants, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -18/+18 |
2005-04-28 | bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN... | Kazu Hirata | 1 | -1/+1 |
2005-04-01 | local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable. | Nathan Sidwell | 1 | -2/+1 |
2005-02-17 | bt-load.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -13/+13 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -0/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -1/+2 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -5/+11 |
2004-09-12 | common.opt: Remove flags -fmove-all-movables and -freduce-all-givs. | Toon Moene | 1 | -11/+0 |
2004-09-10 | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 1 | -1/+2 |
2004-09-10 | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 1 | -2/+1 |
2004-08-18 | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 1 | -1/+1 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -2/+2 |
2004-06-20 | loop-invariant.c: New file. | Zdenek Dvorak | 1 | -0/+933 |