tree.h (PHI_CHAIN): New.
[gcc.git] / gcc / gcse.c
2004-06-14 Steven Bosschergcse.c (hash_scan_set, [...]): Revert previous change...
2004-06-12 Steven Bosschergcse.c (record_set_info): Use predicates like REG_P.
2004-05-14 Steven Bosscherpasses.c (rest_of_handle_null_pointer): Remove.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-10 Andrew Pinskigcse.c (eliminate_partially_redundant_loads): Instead...
2004-04-30 Josef Zlomekgcse.c (remove_reachable_equiv_notes): Delete notes...
2004-04-28 Ulrich Weigandgcse.c (find_moveable_store): Do not accept store insns...
2004-03-23 Richard Sandifordgcse.c (can_assign_to_reg_p): New function, split out...
2004-03-22 Kazu Hiratabt-load.c, [...]: Remove unnecessary casts.
2004-03-18 Mostafa Hagoggcse.c (eliminate_partially_redundant_loads): Reject...
2004-03-04 Jan Hubickacfgcleanup.c (thread_jump): Update call of cselib_init.
2004-03-03 Mostafa Hagogcommon.opt: Add description of the new -fgcse-after...
2004-02-26 Alan Modragcse.c (delete_null_pointer_checks_1): Do not delete...
2004-02-24 Alan Modragcse.c (delete_null_pointer_checks_1): Set stop_insn...
2004-01-30 Kazu Hiratagcse.c (bypass_block): Fix a typo in the previous check...
2004-01-28 Jan Hubickagcse.c (bypass_block): Prevent edges to be unified...
2004-01-21 Kazu Hirataalias.c, [...]: Update copyright.
2004-01-15 Richard Earnshawre PR rtl-optimization/13375 (ICE in gcse.c)
2004-01-13 Steven Bosscherre PR c++/13376 (Incorrect dumps of RTL for passes...
2004-01-06 Kazu Hirataalias.c: Fix comment typos.
2004-01-03 Steven BosscherFix messed up accidental commit.
2003-12-30 Steven Bosscherbackport: et-forest.h (et_forest_create, [...]): Declar...
2003-12-21 Kazu Hirataalias.c: Fix comment formatting.
2003-12-18 James E WilsonFix for IA-64 glibc math test failures.
2003-12-11 Steven Bosscherbasic-block.h (BLOCK_HEAD, BLOCK_END): Remove.
2003-12-03 Richard Earnshawgcse.c (reg_clear_last_set): New function.
2003-12-02 Roger Saylere PR rtl-optimization/12322 (Significant slowdown...
2003-11-21 Kazu HirataChangeLog.7: Fix comment typos.
2003-10-17 Mostafa Hagogcommon.opt: Add description of the new -fgcse-las flag.
2003-10-05 Kazu Hiratac-pretty-print.c: Fix comment typos.
2003-09-26 Roger Saylere PR rtl-optimization/11741 (internal compiler error...
2003-09-15 Zdenek Dvorakgcse.c (remove_reachable_equiv_notes): New.
2003-09-15 Zdenek Dvorakre PR rtl-optimization/10914 (unswitch loops does not...
2003-09-06 Zdenek Dvorakgcse.c (expr_equiv_p): Don't consider anything to be...
2003-09-04 Mostafa Hagoggcse.c (replace_one_set): New function.
2003-08-26 Nathan Sidwellgcse.c (is_too_expensive): New function.
2003-08-19 Kazu Hiratabuiltins.c: Fix comment typos.
2003-08-12 Kaveh R. Ghazi* gcse.c (gmalloc): Fix last change.
2003-08-11 Kaveh R. Ghazigcse.c (gmalloc): Argument is a size_t.
2003-08-05 Josef Zlomek* gcse.c (try_replace_reg): Fix updating of note.
2003-07-30 Jan Hubicka* gcse.c (insert_store): Fix typo in previous patch.
2003-07-30 Jan Hubickare PR c/10320 (gcc 3.4 gets rid of static inline functi...
2003-07-24 Zdenek Dvorakre PR rtl-optimization/11631 (zsh miscompilation)
2003-07-22 Kazu Hirataalias.c: Fix comment formatting.
2003-07-19 Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
2003-07-16 Andrew Pinskigcse.c (gcse_constant_p): COMPARE of the same registers...
2003-07-14 Franz Sirlre PR rtl-optimization/11440 (gcc-3.3.1 miscompiles...
2003-07-10 Zdenek Dvorakgcse.c (load_kills_store, [...]): Keep track of the...
2003-07-06 Andreas Jaegergcc.c: Convert prototypes to ISO C90.
2003-07-05 Kazu Hiratabt-load.c: Fix comment typos.
2003-07-03 Matt Kraaigcse.c: Fix misspelling.
2003-07-01 Kazu Hiratabasic-block.h: Fix comment typos.
2003-06-28 Kazu Hiratagcse.c (compute_ld_motion_mems): Use INSN_P instead...
2003-06-27 Kazu Hiratagcse.c (expr_equiv_p): Replace expressions that are...
2003-06-19 Zdenek Dvorak* gcse.c (store_killed_in_insn): Fix.
2003-06-12 Kazu Hiratagcse.c (fis_get_condition): Make it a global function.
2003-05-21 Roger Saylegcse.c (cprop_jump): Make use of REG_EQUAL notes on...
2003-04-25 John David Anglinre PR rtl-optimization/8705 ([HP-PA] ICE in emit_move_i...
2003-04-18 Hans-Peter Nilssongcse.c (compute_ld_motion_mems): For MEM destinations...
2003-04-07 J"orn Rennecke* gcse.c (replace_store_insn): Use single_set.
2003-04-05 Zdenek Dvorakalias.c (find_base_term): Export.
2003-04-03 Eric Botcazoure PR rtl-optimization/10157 ([Sparc] internal compiler...
2003-04-01 Roger Saylere PR fortran/9974 (Test g77.f-torture/noncompile/check...
2003-04-01 Zdenek Dvorakgcse.c (struct ls_expr): Added pattern_regs field.
2003-03-31 Richard Sandifordgcse.c (simple_mem): Return false for floating-point...
2003-03-31 Roger Saylegcse.c (gcse_constant_p): New function to identify...
2003-03-08 Zdenek Dvorakgcse.c (bypass_block, [...]): Do not create irreducible...
2003-02-25 Kazu Hirata* gcse.c (cprop_jump): Revert the 2003-02-23 change.
2003-02-23 Kazu Hirata* gcse.c (cprop_jump): Use the REG_EQUAL note if available.
2003-02-15 Richard Hendersongcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving...
2003-02-12 Richard Hendersongcse.c (lookup_set): Remove unused argument PAT.
2003-02-07 Richard Hendersongcse.c (local_cprop_find_used_regs): New.
2003-02-07 Roger Saylegcse.c (implicit_sets): New.
2003-01-27 Josef Zlomek* gcse.c (constprop_register): Check NEXT_INSN (insn...
2003-01-25 Roger Saylegcse.c (bypass_last_basic_block): New global variable.
2003-01-25 Jan Hubicka* gcse.c (local_cprop_pass): Update reg_sets table...
2003-01-25 Jan Hubickare PR rtl-optimization/8492 (GCC spins forever compilin...
2003-01-23 Roger Saylere PR rtl-optimization/8423 (CSE1 not propagating __bui...
2003-01-17 Kazu Hirataet-forest.c: Fix comment typos.
2003-01-16 Roger Saylegcse.c (one_cprop_pass): Change function arguments...
2003-01-07 Jan Hubickacselib.c (cselib_current_insn_in_libcall): New static...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-19 Roger Sayle* gcse.c (gcse_emit_move_after): Correct typo in REG_EQ...
2002-10-14 Richard Hendersonre PR rtl-optimization/8165 (builtin string functions...
2002-10-11 Richard Hendersonre PR rtl-optimization/8165 (builtin string functions...
2002-09-30 Jan Hubickai386.h (TARGET_CPP_CPU_BUILTINS): Define __SSE_MATH__.
2002-09-22 Kazu Hiratadbxout.c: Follow spelling conventions.
2002-08-13 J"orn Renneckegcse.c (adjust_libcall_notes): New function.
2002-08-01 Zdenek Dvorakgcse.c (expr_hash_table_size, [...]): Removed.
2002-07-30 Kazu Hiratafold-const.c: Fix comment typos.
2002-07-25 Neil Boothcollect2.c (SYMBOL__MAIN): Remove.
2002-07-23 Neil Boothgenautomata.c (VLA_HWINT_SHORTEN, [...]): Remove.
2002-07-23 Jan Hubickagcse.c (try_replace_reg): Use num_changes_pending.
2002-07-23 Neil Boothdefaults.h (obstack_chunk_alloc, [...]): Default defini...
2002-07-21 Jan Hubickagcse.c (do_local_cprop): Do not extend lifetimes of...
2002-07-20 Jan Hubickagcse.c: Include cselib.h
2002-07-18 Jan Hubickagcse.c (hoist_expr_reaches_here_p): Stop once expr_bb...
2002-06-28 Jan Hubicka* gcse.c (gcse_emit_move_after): Use gen_move_insn...
2002-06-27 Daniel Berlingcse.c (hoist_code): Rewrite to only get list of domina...
2002-06-20 Jan HubickaMon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>
next