OSDN Git Service

gcc:
[pf3gnuchains/gcc-fork.git] / gcc / gcse.c
2003-07-06 aj * gcc.c: Convert prototypes to ISO C90.
2003-07-05 kazu * bt-load.c: Fix comment typos.
2003-07-03 kraai * gcse.c: Fix misspelling.
2003-07-01 kazu * basic-block.h: Fix comment typos.
2003-06-28 kazu * gcse.c (compute_ld_motion_mems): Use INSN_P instead...
2003-06-27 kazu * gcse.c (expr_equiv_p): Replace expressions that...
2003-06-19 rakdver * gcse.c (store_killed_in_insn): Fix.
2003-06-12 kazu * gcse.c (fis_get_condition): Make it a global function.
2003-05-21 sayle * gcse.c (cprop_jump): Make use of REG_EQUAL notes...
2003-04-25 danglin PR opt/8705
2003-04-18 hp * gcse.c (compute_ld_motion_mems): For MEM destination...
2003-04-07 amylaar * gcse.c (replace_store_insn): Use single_set.
2003-04-05 rakdver * alias.c (find_base_term): Export.
2003-04-03 ebotcazou PR optimization/10157
2003-04-01 sayle PR fortran/9974
2003-04-01 rakdver * gcse.c (struct ls_expr): Added pattern_regs field.
2003-03-31 rsandifo * gcse.c (simple_mem): Return false for floating-point...
2003-03-31 sayle * gcse.c (gcse_constant_p): New function to identify...
2003-03-08 rakdver * gcse.c (bypass_block, bypass_conditional_jumps)...
2003-02-25 kazu * gcse.c (cprop_jump): Revert the 2003-02-23 change.
2003-02-23 kazu * gcse.c (cprop_jump): Use the REG_EQUAL note if avail...
2003-02-15 rth * gcse.c (bypass_block): Use BLOCK_FOR_INSN...
2003-02-12 rth * gcse.c (lookup_set): Remove unused argument...
2003-02-07 rth * gcse.c (local_cprop_find_used_regs): New.
2003-02-07 rth * gcse.c (implicit_sets): New.
2003-01-27 zlomek * gcse.c (constprop_register): Check NEXT_INSN (insn...
2003-01-25 sayle * gcse.c (bypass_last_basic_block): New global variable.
2003-01-25 hubicka * gcse.c (local_cprop_pass): Update reg_sets table...
2003-01-25 hubicka PR opt/8492
2003-01-23 sayle PR optimization/8423
2003-01-17 kazu * et-forest.c: Fix comment typos.
2003-01-16 sayle * gcse.c (one_cprop_pass): Change function arguments...
2003-01-07 hubicka * cselib.c (cselib_current_insn_in_libcall): New stati...
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-11-19 sayle * gcse.c (gcse_emit_move_after): Correct typo in REG_E...
2002-10-14 rth PR opt/8165
2002-10-11 rth PR opt/8165
2002-09-30 hubicka * i386.h (TARGET_CPP_CPU_BUILTINS): Define __SSE_MATH__.
2002-09-22 kazu * dbxout.c: Follow spelling conventions.
2002-08-13 amylaar * gcse.c (adjust_libcall_notes): New function.
2002-08-01 rakdver * gcse.c (expr_hash_table_size, n_exprs, set_hash_tabl...
2002-07-30 kazu * fold-const.c: Fix comment typos.
2002-07-25 neil * collect2.c (SYMBOL__MAIN): Remove.
2002-07-23 neil * genautomata.c (VLA_HWINT_SHORTEN, VLA_HWINT_LAST...
2002-07-23 gerald2002-07-23 Jan Hubicka <jh@suse.cz>
2002-07-23 neil * defaults.h (obstack_chunk_alloc, obstack_chunk_free):
2002-07-21 hubicka * gcse.c (do_local_cprop): Do not extend lifetimes...
2002-07-20 hubicka * gcse.c: Include cselib.h
2002-07-18 hubicka * gcse.c (hoist_expr_reaches_here_p): Stop once expr_...
2002-06-28 law * gcse.c (gcse_emit_move_after): Use gen_move_i...
2002-06-27 law * gcse.c (hoist_code): Rewrite to only get...
2002-06-20 hubicka Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>
2002-06-14 law * gcse.c (delete_null_pointer_checks_1): Inform...
2002-06-11 hubicka * i386.c (x86_promote_QImode): Set for Athlon
2002-06-11 davem2002-06-05 David S. Miller <davem@redhat.com>
2002-06-10 sayle * toplev.c (rest_of_compilation): Disable early if...
2002-06-04 kazu * gbl-ctors.h: Fix formatting.
2002-06-04 geoffkMerge from pch-branch up to tag pch-commit-20020603.
2002-06-04 sayle * gcse.c (cprop_jump): Use single_set to get the pattern
2002-06-02 rth * gcse.c (bypass_conditional_jumps): Fix typo...
2002-06-02 hubicka * loop.c (emit_prefetch_instructions): Properly place...
2002-06-02 rth * rtl.h (CC0_P): New.
2002-06-02 hubicka * cfgrtl.c (commit_one_edge_insertion): Fix warning.
2002-06-02 hubicka * gcse.c (bypass_conditional_jumps): Use single set...
2002-06-01 sayle * gcse.c (cprop_cc0_jump): Function deleted.
2002-05-31 hubicka * gcse.c (gcse_emit_move_after): New.
2002-05-27 rakdver * basic-block.h (last_basic_block): Defined as synonym for
2002-05-23 rakdver * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):
2002-05-23 hubicka * gcse.c (hash_expr): Do not use alias set for hashing.
2002-05-21 rakdver * bb-reorder.c (make_reorder_chain_1): Modified.
2002-05-17 rth Revert "Basic block renumbering removal", and...
2002-05-16 rthBasic block renumbering removal.
2002-05-15 davem2002-03-09 Jakub Jelinek <jakub@redhat.com>
2002-04-22 rth * alias.c (canon_true_dependence): Special...
2002-04-10 amodra PR optimization/6233
2002-04-09 rth * sbitmap.c (sbitmap_union_of_diff, sbitmap_a_a...
2002-03-25 rth * gcse.c: Include except.h.
2002-03-08 ghazi * gcse.c (insert_insn_end_bb): Fix typo in last change.
2002-03-07 hubicka * basic-block.h (fixup_abnormal_edges): Declare.
2002-02-28 hubicka * basic-block.h (BB_REACHABLE): Renumber.
2002-02-19 aldyh2002-02-19 Aldy Hernandez <aldyh@redhat.com>
2002-01-12 m.hayes * gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.
2002-01-10 hubicka * basic-block.h (update_br_prob_note): Declare.
2002-01-09 rth * gcse.c (cprop_jump): Delete insn if simplified jump...
2002-01-08 ajRemove erroneous checkin on wrong branch.
2002-01-08 aj * gcse.c (gcse_main): Disable store_motion until it...
2002-01-03 kazu * gcse.c: Fix formatting.
2001-12-31 grahams * gcse.c (gcse_main): Fix typos.
2001-12-05 jakub * gcse.c (store_killed_in_insn): Consider pure calls
2001-12-03 hubicka * gcse.c (delete_null_pointer_checks_1): Do not use...
2001-11-23 jsm28 * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog...
2001-11-19 law * gcse.c (cprop_jump): Clear JUMP_LABEL field when...
2001-11-19 hubicka * gcse.c (try_replace_reg): Copy RTX before creating...
2001-10-30 jakub * emit-rtl.c (set_unique_reg_note): Don't create REG_E...
2001-10-30 hubicka * lcm.c (optimize_mode_switching): Do not rebuild...
2001-10-28 jsm28 * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog...
2001-10-28 jsm28 * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog...
2001-10-28 kenner * gcse.c (insert_insn_end_bb): Don't assume PAT is...
2001-10-11 shebs2001-10-10 Stan Shebs <shebs@apple.com>
2001-10-10 kazu * calls.c: Fix formatting.
next