| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * c-parse.in (asm_operand): Allow named operands. | rth | 2001-10-11 | 1 | -7/+14 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -1/+1 |
* | * Makefile.in (cfgrtl.o): Add. | hubicka | 2001-09-25 | 1 | -11/+3 |
* | * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill. | hubicka | 2001-09-21 | 1 | -7/+4 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * expr.h: Split out optab- and libfunc-related code to... | zack | 2001-08-13 | 1 | -22/+0 |
* | * gcc.c: Fix comment formatting. | kazu | 2001-08-12 | 1 | -4/+4 |
* | * regmove.c (regmove_optimize): Avoid setting a register twice in | rth | 2001-08-11 | 1 | -0/+8 |
* | * regmove.c (regmove_optimize): Don't replace a reg with | kazu | 2001-07-26 | 1 | -0/+3 |
* | 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl> | aj | 2001-07-10 | 1 | -2/+2 |
* | Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | kenner | 2001-07-09 | 1 | -8/+5 |
* | * emit-rtl.c (replace_equiv_address): New function. | kenner | 2001-07-04 | 1 | -2/+3 |
* | Fix incorrect note handling. | bernds | 2001-06-19 | 1 | -0/+9 |
* | * regmove.c (regmove_optimize): Suppress the optimization for | jakub | 2001-05-11 | 1 | -1/+8 |
* | * regmove.c (try_apply_stack_adjustment): Remove now redundant | rth | 2001-04-30 | 1 | -38/+60 |
* | * regmove.c (record_stack_memrefs): Catch all references to the | mmitchel | 2001-04-30 | 1 | -5/+10 |
* | * Makefile.in (toplev.o, jump.o, regmove.o): Depend on reload.h | ghazi | 2001-04-13 | 1 | -0/+1 |
* | * Makefile.in (regmove.o): Depend on except.h. | rth | 2001-04-13 | 1 | -0/+1 |
* | 2001-04-03 Jakub Jelinek <jakub@redhat.com> | amacleod | 2001-04-03 | 1 | -2/+2 |
* | * regmove.c (perhaps_ends_bb_p): Use can_throw_internal to | rth | 2001-03-28 | 1 | -4/+9 |
* | * mkconfig.sh: Include insn-flags.h. | rth | 2001-03-22 | 1 | -1/+0 |
* | * regmove.c (try_auto_increment): Change REG_DEAD into REG_UNUSED | rth | 2001-01-31 | 1 | -0/+10 |
* | * reload1.c: Add prototype for replace_pseudos_in_call_usage. | aj | 2001-01-13 | 1 | -14/+15 |
* | Reinstated part of the patch that is safe | aoliva | 2001-01-12 | 1 | -1/+44 |
* | Reverted | aoliva | 2001-01-12 | 1 | -55/+1 |
* | * calls.c (emit_library_call_value_1): Add USEs and CLOBBERs | aoliva | 2001-01-12 | 1 | -1/+55 |
* | * regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes | hubicka | 2000-11-08 | 1 | -3/+10 |
* | * regmove.c (perhaps_ends_bb_p): New function. | kenner | 2000-08-18 | 1 | -115/+69 |
* | * alias.c (mark_constant_function): Use INSN_P. | law | 2000-08-04 | 1 | -18/+17 |
* | * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY. | rth | 2000-07-28 | 1 | -3/+2 |
* | * Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | kenner | 2000-05-31 | 1 | -3/+4 |
* | * regmove.c (struct record_stack_memrefs_data): New. | hubicka | 2000-04-28 | 1 | -18/+58 |
* | * regmove.c (struct csa_memlist): Make mem field rtx *. | law | 2000-03-28 | 1 | -9/+11 |
* | * regmove.c (combine_stack_adjustments_for_block): Check that | rth | 2000-03-22 | 1 | -0/+1 |
* | * regmove.c (stack_memref_p): Fix typo, reorg for readability. | rth | 2000-03-20 | 1 | -9/+19 |
* | * regmove.c (combine_stack_adjustments): New. | rth | 2000-03-14 | 1 | -0/+333 |
* | * regmove.c (copy_src_to_dest) Do not create src->dest move | mmitchel | 2000-03-05 | 1 | -0/+1 |
* | Fix copyrights. | law | 2000-02-26 | 1 | -1/+2 |
* | * machmode.h: PROTO -> PARAMS. | ghazi | 2000-01-17 | 1 | -16/+16 |
* | * builtins.c (expand_builtin_strlen): Initialize variable `icode'. | ghazi | 2000-01-04 | 1 | -5/+5 |
* | * regmove.c (copy_src_to_dest): Remove loop_depth parameter. | hubicka | 1999-12-17 | 1 | -44/+11 |
* | Fix ia64 abort while compiling gcc.c-torture/unsorted/logic.c. | wilson | 1999-12-07 | 1 | -0/+8 |
* | * regmove.c (copy_src_to_dest): Remove loop_depth parameter. | hubicka | 1999-12-04 | 1 | -91/+7 |
* | * cse.c (delete_trivially_dead_insns): Replace alloca with | mmitchel | 1999-11-08 | 1 | -3/+8 |
* | * rtl.h (note_stores): Add additional paramter. | mmitchel | 1999-10-27 | 1 | -3/+4 |
* | * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we | brendan | 1999-10-13 | 1 | -1/+4 |
* | * print-tree.c (print_node, indent_to): Remove redundant prototypes. | ghazi | 1999-10-03 | 1 | -2/+4 |
* | Delete !REGISTER_CONSTRAINTS code | crux | 1999-10-01 | 1 | -2/+0 |
* | Make it possible to prototype port-specific functions (and convert i386 to us... | crux | 1999-09-20 | 1 | -0/+1 |
* | * regmove.c (fixup_match_1): Don't change an unchanging register. | law | 1999-09-14 | 1 | -8/+26 |