OSDN Git Service

* gcse.c: Update comment at top.
[pf3gnuchains/gcc-fork.git] / gcc / gcse.c
2001-07-16 law * gcse.c: Update comment at top.
2001-07-16 rth * hard-reg-set.h (regs_invalidated_by_call...
2001-07-16 amylaar * gcse.c (pre_insert_copy_insn): Use gen_move_insn...
2001-07-11 law * gcse.c, lcm.c, sched-deps.c:
2001-06-27 dberlin2001-06-26 Daniel Berlin <dan@cgsoftware.com>
2001-06-04 hubicka * rtlanal.c (operand_preference): Fix preference for...
2001-05-18 hubicka * gcse.c (try_replace_reg): First try global replace...
2001-05-11 law * gcse.c (insert_insn_end_bb): Do not search...
2001-05-02 ghazi * c-lex.c: NULL_PTR -> NULL.
2001-05-01 ghazi * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
2001-04-20 jakub * gcse.c (gcse_main): Fix comment typo.
2001-04-15 aoliva* gcse.c (compute_ld_motion_mems): ASM outputs aren...
2001-04-11 mmitchel * Makefile.in (gcse.o): Depend on params.h.
2001-04-10 kenner * gcse.c (update_ld_motion_stores): Don't use variable...
2001-04-09 amacleod2001-04-09 Andrew MacLeod <amacleod@redhat.com>
2001-04-09 amacleod2001-04-09 Andrew MacLeod <amacleod@redhat.com>
2001-04-09 amacleod2001-04-09 Andrew MacLeod <amacleod@redhat.com>
2001-04-04 jakub * gcse.c (delete_null_pointer_checks_1): Add delete_li...
2001-04-04 wehle * rtl.h (set_noop_p): Declare.
2001-03-22 kenner * gcse.c (hash_scan_set): An expression is not anticip...
2001-02-19 kennerFix typo in last change
2001-02-18 kenner * Makefile.in (gcse.o): Now includes ggc.h.
2001-02-16 kenner * gcse.c (hash_scan_set): If cprop, see if REG_EQUAL...
2001-02-13 hubicka * cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABL...
2001-01-02 law * loop.c (add_label_notes): Increment the label...
2000-12-06 rth * gcse.c (compute_pre_data): Kill trapping...
2000-11-21 dnovillo2000-11-21 Diego Novillo <dnovillo@redhat.com>
2000-11-14 rthMichael Matz <matzmich@cs.tu-berlin.de>
2000-11-07 jsm28 * alias.c (init_alias_analysis), calls.c (expand_call,
2000-10-24 aldyhdo not propagate constants into jump_insn's for machine...
2000-10-20 kenner * gcse.c (set_hash_table_size): Now unsigned.
2000-10-13 mmitchel Remove obstacks.
2000-09-22 mmitchel * toplev.c (warn_disabled_optimization): Declar...
2000-09-05 aoliva* gcse.c (hash_string_1): Add prototype.
2000-09-02 aoliva* rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
2000-08-04 law * alias.c (mark_constant_function): Use INSN_P.
2000-07-30 hubicka * gcse.c (try_replace_reg): Use validate_replace_rtx_s...
2000-07-28 rth * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
2000-07-28 ghazi * dwarf2out.c: Indent #error directive.
2000-07-27 mmitchel Put phi nodes after NOTE_INSN_BASIC_BLOCK.
2000-07-24 law * gcse.c (alloc_pre_mem): Do not alloc TRANSPOU...
2000-07-24 law * gcse.c (alloc_avail_expr_mem): Kill unused...
2000-07-24 law * gcse.c (free_pre_mem): Do not free ANTLOC...
2000-07-24 law * gcse.c (alloc_pre_mem, free_pre_mem): Delete...
2000-07-21 law * gcse.c (record_one_set): Prepend instead...
2000-07-19 cruxAdditional ENABLE_CHECKING code.
2000-07-03 lawFix typo in comment.
2000-07-03 law * gcse.c (compute_pre_data): Compute ae_kill...
2000-06-19 kenner * gcse.c (insert_insn_end_bb): Always put after NOTE_I...
2000-05-25 rth * combine.c (try_combine): Use any_condjump_p...
2000-05-04 jason * simplify-rtx.c (simplify_ternary_operation...
2000-04-10 kenner * gcse.c (expr_hash_table_size): Now unsigned.
2000-04-07 rth * gcse.c (gcse_main): Don't rebuild the CFG...
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-07 ghazi * rtl.h (rtunion_def): Constify member `rtstr'.
2000-03-07 aoliva* gcse.c (compute_can_copy): Adjust if/else blocks...
2000-03-03 jason * gcse.c (dump_hash_table): Really fix error...
2000-03-02 kenner * c-common.c (c_common_nodes_and_builtins): Make sizet...
2000-02-29 kenner * gcse.c: Cleanups throughout: mostly white-space...
2000-01-28 rth * flow.c (find_basic_blocks): Remove do_cleanup...
2000-01-15 wehle * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
2000-01-14 ghazi * eh-common.h: PROTO -> PARAMS.
2000-01-12 law * gcse.c (delete_null_pointer_checks_1): Cope when
2000-01-05 law * cse.c (cse_insn): Missing cast added.
1999-12-17 hubicka * gcse.c (try_replace_reg): Do replacements in REG_EQU...
1999-11-15 law * basic-block.h: Remove all #defines and protot...
1999-11-15 law * gcse.c (delete_null_pointer_checks_1): Kill...
1999-11-15 law * gcse.c (pre_expr_reaches_here_p): Kill CHECK_...
1999-11-11 law * flow.c (compute_flow_dominators): Initially...
1999-11-11 law * basic-block.h (compute_available): Returns...
1999-11-08 mmitchel * cse.c (delete_trivially_dead_insns): Replace alloca...
1999-11-07 law * gcse.c (post_dominators): Kill.
1999-11-03 mmitchel * gcse.c (struct null_pointer_info): New type.
1999-10-29 ghazi * flow.c (debug_flow_info): Add prototype.
1999-10-29 mmitchel * except.c (free_eh_nesting_info): Free the info itself.
1999-10-28 mmitchel * gcse.c (delete_null_pointer_checks): Fix typo in...
1999-10-28 law * gcse.c (delete_null_pointer_checks): Only...
1999-10-27 mmitchel * rtl.h (note_stores): Add additional paramter.
1999-10-27 robertl * gcse.c (expr_reaches_here_p): Use xcalloc...
1999-10-24 ghazi * final.c (peephole): Delete prototype.
1999-10-17 law * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm...
1999-10-17 law * gcse.c (hash_scan_set): Remove incorrect...
1999-10-16 rth * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
1999-10-11 rth * gcse.c (delete_null_pointer_checks): Returns...
1999-10-10 law * gcse.c (gcse_main): Avoid global optimization...
1999-09-20 law * basic-block.h (compute_flow_dominators):...
1999-09-20 law * gcse.c (invalid_nonnull_info): New function.
1999-09-20 cruxMake it possible to prototype port-specific functions...
1999-09-09 rth * combine.c (SUBST): Break out to a real functi...
1999-09-03 rth * reload1.c (eliminate_regs_in_insn): Avoid...
1999-09-02 rth * dwarf2out.c (dwarf2out_line): Constify `lastf...
1999-08-26 cruxIgnore no-ops in cprop pass.
1999-08-25 amacleodWed Aug 25 13:55:47 EDT 1999 Andrew MacLeod <amacleod...
1999-08-25 law * gcse.c (find_avail_set): Follow chains of...
1999-08-25 law * gcse.c (cprop_jump): New function, broken...
1999-08-20 ghazi * rtl.h (rtx_format): Constify a char*.
1999-08-09 cruxInclude function.h in most files. Remove most of the...
1999-08-07 law * gcse.c (hash_scan_set): Treat SYMBOL_REFs...
1999-06-03 law
1999-05-09 law8
next