| Commit message (Expand) | Author | Age | Files | Lines |
* | Change GPLv2 files (which do not have exceptions or additions) over to GPLv3. | Nick Clifton | 2007-09-01 | 1 | -5/+4 |
* | re PR other/28251 (dumped addresses makes diffing dumps unusable) | J"orn Rennecke | 2006-07-17 | 1 | -2/+2 |
* | re PR rtl-optimization/27335 (ICE in get_loop_body) | Zdenek Dvorak | 2006-05-09 | 1 | -15/+7 |
* | loop-unroll.c (analyze_iv_to_split_insn): Handle iv_analyze_result returning ... | Jeff Law | 2006-03-22 | 1 | -1/+11 |
* | re PR target/9703 ([arm] Accessing data through constant pool more times coul... | Richard Sandiford | 2006-02-18 | 1 | -3/+0 |
* | re PR middle-end/25933 (memory leaks) | Uttam Pawar | 2006-01-31 | 1 | -0/+3 |
* | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 2006-01-31 | 1 | -7/+7 |
* | loop-iv.c: Include df.h and hashtab.h. | Zdenek Dvorak | 2006-01-20 | 1 | -2/+1 |
* | re PR rtl-optimization/24497 (internal compiler error: in apply_opt_in_copies... | Zdenek Dvorak | 2005-11-18 | 1 | -6/+4 |
* | re PR target/23376 (ICE on GCC 4.x with -O1 -funroll-loops -fvariable-expansi... | Steven Bosscher | 2005-08-16 | 1 | -1/+13 |
* | cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag. | Jan Hubicka | 2005-08-03 | 1 | -0/+1 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | cfgloop.h (DLTHE_RECORD_COPY_NUMBER): New flag. | Jan Hubicka | 2005-06-19 | 1 | -7/+28 |
* | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 2005-06-15 | 1 | -7/+9 |
* | re PR rtl-optimization/21254 (Incorrect code with -funroll-loops for multiple... | Zdenek Dvorak | 2005-05-06 | 1 | -1/+3 |
* | loop-unroll.c (var_to_expand, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 2005-05-04 | 1 | -16/+15 |
* | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 2005-04-21 | 1 | -47/+66 |
* | cfglayout.c (copy_bbs): Rename n_edges to num_edges. | Jan Hubicka | 2005-04-09 | 1 | -3/+3 |
* | local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable. | Nathan Sidwell | 2005-04-01 | 1 | -2/+1 |
* | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 2005-03-11 | 1 | -6/+6 |
* | * loop-unroll.c (analyze_insns_in_loop): Remove preheader. | Kazu Hirata | 2005-03-09 | 1 | -2/+1 |
* | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 2005-03-02 | 1 | -1/+1 |
* | cfgloop.c (flow_loop_entry_edges_find, [...]): Removed. | Zdenek Dvorak | 2005-03-01 | 1 | -2/+1 |
* | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 2004-11-22 | 1 | -0/+1 |
* | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 2004-10-22 | 1 | -3/+3 |
* | * loop-unroll.c: Fix comment typos. | Kazu Hirata | 2004-10-18 | 1 | -3/+2 |
* | Makefile.in (loop-unroll.o): Add VARRAY_H dependency. | Revital Eres | 2004-10-18 | 1 | -175/+587 |
* | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 2004-09-28 | 1 | -19/+19 |
* | Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency. | Zdenek Dvorak | 2004-09-14 | 1 | -6/+468 |
* | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 2004-09-10 | 1 | -64/+47 |
* | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 2004-09-10 | 1 | -47/+64 |
* | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 2004-02-24 | 1 | -110/+127 |
* | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 2004-02-18 | 1 | -1/+1 |
* | loop-iv.c: New file. | Zdenek Dvorak | 2004-02-17 | 1 | -119/+237 |
* | backport: et-forest.h (et_forest_create, [...]): Declarations removed. | Steven Bosscher | 2003-12-30 | 1 | -44/+36 |
* | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-07-06 | 1 | -86/+56 |
* | bt-load.c: Fix comment typos. | Kazu Hirata | 2003-07-05 | 1 | -1/+1 |
* | basic-block.h: Fix comment typos. | Kazu Hirata | 2003-07-01 | 1 | -3/+3 |
* | cfgloopanal.c (num_loop_insns, [...]): Count only real insns. | Zdenek Dvorak | 2003-05-11 | 1 | -29/+26 |
* | loop-unroll.c (decide_peel_completely, [...]): Set loop->has_desc. | Zdenek Dvorak | 2003-03-17 | 1 | -5/+20 |
* | c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace. | Roger Sayle | 2003-03-15 | 1 | -1/+1 |
* | builtins.def: Fix typo and improve grammar. | Roger Sayle | 2003-03-09 | 1 | -1/+1 |
* | gcse.c (bypass_block, [...]): Do not create irreducible loops. | Zdenek Dvorak | 2003-03-08 | 1 | -2/+4 |
* | calls.c: Fix comment formatting. | Kazu Hirata | 2003-03-08 | 1 | -2/+2 |
* | basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New. | Zdenek Dvorak | 2003-03-05 | 1 | -47/+40 |
* | * loop-unroll.c: New. | Zdenek Dvorak | 2003-02-26 | 1 | -0/+1195 |