| Commit message (Expand) | Author | Age | Files | Lines |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * loop.c (scan_loop): Do not consider insns setting the frame | uweigand | 2005-06-19 | 1 | -0/+1 |
* | 2005-05-31 Pat Haugen <pthaugen@us.ibm.com> | dje | 2005-05-31 | 1 | -4/+2 |
* | 2005-05-30 Pat Haugen <pthaugen@us.ibm.com> | dje | 2005-05-30 | 1 | -2/+4 |
* | 2005-04-25 J"orn Rennecke <joern.rennecke@st.com> | amylaar | 2005-04-25 | 1 | -1/+1 |
* | * alias.c (true_dependence): Remove 'abort' from comments. Use | nathan | 2005-04-21 | 1 | -5/+8 |
* | PR target/20126 | aoliva | 2005-04-16 | 1 | -0/+9 |
* | gcc/ChangeLog: | aoliva | 2005-04-10 | 1 | -3/+25 |
* | gcc/ChangeLog: | aoliva | 2005-04-02 | 1 | -7/+15 |
* | * local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable. | nathan | 2005-04-01 | 1 | -67/+54 |
* | * cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c, | kazu | 2005-04-01 | 1 | -1/+1 |
* | 2005-01-15 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-01-17 | 1 | -1/+1 |
* | PR rtl-opt/13299 | rth | 2005-01-06 | 1 | -164/+184 |
* | * combine.c (expand_compound_operation) <ZERO_EXTRACT>: Add | steven | 2005-01-05 | 1 | -3/+1 |
* | PR rtl-optimization/12092 | sayle | 2005-01-02 | 1 | -3/+4 |
* | PR rtl-optimization/16968 | ebotcazou | 2004-12-18 | 1 | -0/+3 |
* | PR middle-end/18293 | sayle | 2004-12-08 | 1 | -1/+3 |
* | * bitmap.c (bitmap_print): Make bitno unsigned. | nathan | 2004-11-04 | 1 | -1/+1 |
* | * cfgloop.h (struct loop): Update comment. | steven | 2004-11-02 | 1 | -313/+2 |
* | * basic-block.h (reg_set_iterator): New. | kazu | 2004-10-18 | 1 | -8/+9 |
* | * alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c, | kazu | 2004-09-18 | 1 | -1/+1 |
* | * unroll.c: Removed. | rakdver | 2004-09-14 | 1 | -77/+1437 |
* | 2004-09-12 Toon Moene <toon@moene.indiv.nluug.nl> | toon | 2004-09-12 | 1 | -3/+1 |
* | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | nathan | 2004-09-10 | 1 | -44/+51 |
* | * lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert | nathan | 2004-09-10 | 1 | -51/+44 |
* | * loop.c (loop_dump_aux): Do not print RTL when not available. | hubicka | 2004-09-06 | 1 | -1/+1 |
* | 2004-04-25 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-25 | 1 | -84/+7 |
* | * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | rth | 2004-08-18 | 1 | -30/+2 |
* | * expr.h (canonicalize_condition, get_condition): Add an int argument. | rsandifo | 2004-07-27 | 1 | -8/+19 |
* | * loop.c (check_insn_for_givs): Restore check for code labels that was | law | 2004-07-15 | 1 | -1/+1 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -109/+104 |
* | PR rtl-optimization/16380 | rsandifo | 2004-07-06 | 1 | -1/+15 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -6/+6 |
* | PR wrong-code/15089 | mmitchel | 2004-06-25 | 1 | -0/+1 |
* | 2004-06-16 Dale Johannesen <dalej@apple.com> | dalej | 2004-06-16 | 1 | -1/+12 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -45/+45 |
* | * doloop.c: Removed. | rakdver | 2004-03-18 | 1 | -17/+0 |
* | 2004-02-18 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-03-05 | 1 | -2/+4 |
* | * cfgcleanup.c (thread_jump): Update call of cselib_init. | hubicka | 2004-03-04 | 1 | -1/+1 |
* | 2004-02-07 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-03-03 | 1 | -8/+8 |
* | * loop.c (all_sets_invariant_p): Remove. | kazu | 2004-02-19 | 1 | -31/+0 |
* | * loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT | ebotcazou | 2004-02-14 | 1 | -4/+5 |
* | * loop.c (force_movables): Transitively increase the priorities of | uweigand | 2004-02-06 | 1 | -3/+9 |
* | * alias.c (record_set): Use hard_regno_nregs. | hubicka | 2004-02-02 | 1 | -1/+1 |
* | PR optimization/12440 | rakdver | 2004-01-20 | 1 | -1/+5 |
* | * c-common.h: Fix comment formatting. | kazu | 2004-01-16 | 1 | -1/+1 |
* | * system.h: Poison PROMOTED_MODE | steven | 2004-01-14 | 1 | -1/+1 |
* | PR opt/12826 | hubicka | 2004-01-12 | 1 | -0/+2 |
* | * alias.c: Fix comment typos. | kazu | 2004-01-06 | 1 | -1/+1 |
* | 2004-01-02 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-01-02 | 1 | -1/+4 |