OSDN Git Service

* g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
[pf3gnuchains/gcc-fork.git] / gcc / gcse.c
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.
2001-10-09 kazu * c-common.c: Fix comment typos.
2001-09-28 hubicka * gcse.c (replace_store_insn): Use delete_insn.
2001-09-25 hubicka * Makefile.in (cfgrtl.o): Add.
2001-09-21 hubicka * basic-block.h (flow_delete_insn, flow_delete_insn_ch...
2001-09-16 hubicka * basic-block.h (free_bb_for_insn): Declare.
2001-08-31 aj * gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.
2001-08-29 amacleod2001-08-29 Andrew MacLeod <amacleod@redhat.com>
2001-08-27 rth * gcse.c (reg_first_set, reg_last_set): Replace...
2001-08-22 gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-08-13 geoffk * gcse.c (hash_scan_set): Expressions that are set...
2001-08-12 kazu * gcc.c: Fix comment formatting.
2001-08-10 zack * calls.c, function.c: Always define PREFERRED_STACK_B...
2001-08-07 hubicka * alias.c (nonlocal_mentioned_p):
2001-08-04 aj As requested by Daniel Berlin since bootstrapping...
2001-08-03 dberlin2001-07-16 Daniel Berlin <dan@cgsoftware.com>
2001-07-30 aj * jump.c: Add prototype for mark_modified_reg.
2001-07-29 hubicka * rtlanal.c (parms_set, find_first_parameter_load...
2001-07-23 hubicka * gcse.c (cprop_insn): Update call of cprop_cc0_jump.
next