Age | Commit message (Expand) | Author | Files | Lines |
2005-06-25 | Update FSF address. | kcook | 1 | -2/+2 |
2005-06-16 | * basic-block.h (rtl_bb_info): Break out head_, end_, | hubicka | 1 | -1/+1 |
2005-04-28 | * bt-load.c, cfgexpand.c, dwarf2out.c, emit-rtl.c, expr.c, | kazu | 1 | -2/+2 |
2005-01-18 | * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c, | kazu | 1 | -1/+1 |
2005-01-05 | * combine.c (expand_compound_operation) <ZERO_EXTRACT>: Add | steven | 1 | -3/+2 |
2004-11-22 | * bitmap.h (struct bitmap_obstack): New obstack type. | nathan | 1 | -1/+0 |
2004-10-18 | * basic-block.h (reg_set_iterator): New. | kazu | 1 | -13/+12 |
2004-09-09 | * ra-build.c (copy_insn_p, remember_move, defuse_overlap_p_1, | nathan | 1 | -10/+5 |
2004-08-18 | * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | rth | 1 | -2/+2 |
2004-07-17 | PR rtl-optimization/16294 | ebotcazou | 1 | -2/+28 |
2004-07-09 | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 1 | -16/+14 |
2004-07-01 | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 1 | -1/+1 |
2004-06-15 | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 1 | -6/+6 |
2004-02-04 | gcc/ | kazu | 1 | -1/+1 |
2004-02-02 | * alias.c (record_set): Use hard_regno_nregs. | hubicka | 1 | -11/+11 |
2003-12-16 | * flow.c (EXIT_IGNORE_STACK): Move to ... | kazu | 1 | -2/+0 |
2003-12-11 | 2003-12-11 Steven Bosscher <steven@gcc.gnu.org> | steven | 1 | -3/+3 |
2003-12-05 | PR target/13256 | hp | 1 | -16/+5 |
2003-07-19 | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 1 | -4/+3 |
2003-07-06 | * jump.c: Convert prototypes to ISO C90. | aj | 1 | -45/+24 |
2002-12-24 | * regmove.c: Fix comment typos. | kazu | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | zack | 1 | -0/+2 |
2002-09-26 | * c-common.h: Follow spelling conventions. | kazu | 1 | -2/+2 |
2002-05-27 | * basic-block.h (last_basic_block): Defined as synonym for | rakdver | 1 | -1/+1 |
2002-05-23 | * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): | rakdver | 1 | -4/+4 |
2002-05-21 | * bb-reorder.c (make_reorder_chain_1): Modified. | rakdver | 1 | -2/+2 |
2002-05-17 | Revert "Basic block renumbering removal", and two followup patches. | rth | 1 | -5/+5 |
2002-05-16 | Basic block renumbering removal. | rth | 1 | -5/+5 |
2002-05-10 | 2002-05-10 David S. Miller <davem@redhat.com> | davem | 1 | -1/+3 |
2002-05-10 | 2002-05-09 David S. Miller <davem@redhat.com> | davem | 1 | -5/+18 |
2002-05-09 | * read-rtl.c: Fix formatting. | kazu | 1 | -13/+13 |
2002-02-19 | 2002-02-19 Aldy Hernandez <aldyh@redhat.com> | aldyh | 1 | -0/+2 |
2002-01-29 | * expr.c (force_operand): Ignore flag_pic for detecting pic | rth | 1 | -15/+2 |
2001-10-11 | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 1 | -6/+6 |
2001-10-10 | * calls.c: Fix formatting. | kazu | 1 | -1/+1 |
2001-09-10 | * alias.c (clear_reg_alias_info): Use K&R format definition. | kenner | 1 | -6/+7 |
2001-08-22 | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 1 | -12/+12 |
2001-08-12 | * gcc.c: Fix comment formatting. | kazu | 1 | -2/+2 |
2001-08-07 | * calls.c (expand_call): Do not emit INSN_SETJMP note. | hubicka | 1 | -15/+4 |
2001-04-03 | 2001-04-03 Jakub Jelinek <jakub@redhat.com> | amacleod | 1 | -3/+3 |
2001-03-28 | * except.c (can_throw_internal): Rename from can_throw. | rth | 1 | -1/+1 |
2001-02-23 | 2001-02-23 Jeffrey Oldham <oldham@codesourcery.com> | oldham | 1 | -11/+25 |
2001-02-16 | 2001-02-16 Jeffrey Oldham <oldham@codesourcery.com> | oldham | 1 | -2/+2 |
2001-02-13 | * cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to | hubicka | 1 | -1/+1 |
2001-01-01 | * resource.c (mark_referenced_resources): Abort() before | aoliva | 1 | -4/+24 |
2000-12-21 | * resource.c (mark_set_resources): Use MARK_SRC_DEST for | m.hayes | 1 | -3/+3 |
2000-10-13 | Remove obstacks. | mmitchel | 1 | -1/+15 |
2000-08-04 | * alias.c (mark_constant_function): Use INSN_P. | law | 1 | -2/+2 |
2000-07-28 | * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY. | rth | 1 | -0/+7 |
2000-05-28 | * Makefile.in (resource.o): Depend on except.h. | rth | 1 | -0/+1 |