regrename.c (replace_oldest_value_addr): Initialize a variable to shut up the compiler.
[platform/upstream/gcc.git] / gcc / cse.c
2006-03-23 Zdenek Dvorakcse.c (cse_end_of_basic_block): Do not check for LOOP_E...
2006-03-03 Zdenek Dvorakcse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOO...
2006-03-02 Daniel Berlintree-vrp.c (execute_vrp): Return value.
2006-02-15 Paolo Bonzinicfg.c (dump_flow_info): Get dump flags as an additional...
2006-02-06 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass dump argument to.
2006-02-01 Hans-Peter Nilssoncse.c (fold_rtx): When arg1 has a constant equivalent...
2006-01-31 Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2006-01-16 Kazu Hiratacse.c (cse_condition_code_reg): Make it static.
2006-01-03 Steven Bosscherre PR rtl-optimization/25130 (miscompilation in GCSE)
2005-11-21 Ben Ellistoncse.c (fold_rtx): Typo fix.
2005-11-21 Ben Ellistonoptabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P...
2005-11-21 Kazu Hiratare PR rtl-optimization/20583 (ICE in output_operand...
2005-11-05 Jan Hubickare PR rtl-optimization/23490 (Long compile time for...
2005-09-19 Steven Bosscherre PR rtl-optimization/23943 (segv in side_effects_p())
2005-09-06 Jakub Jelinekre PR rtl-optimization/23098 (store of 0.0 to float)
2005-07-29 Richard Hendersoncse.c (exp_equiv_p): Special case CONST_DOUBLE.
2005-07-28 J"orn Renneckere PR rtl-optimization/18992 (delete_trivially_dead_ins...
2005-07-05 Paolo BonziniMakefile.in: Adjust dependencies.
2005-07-03 Joseph Myersbb-reorder.c, [...]: Avoid "." or "\n" at end of diagno...
2005-06-25 Kelley CookUpdate FSF address.
2005-04-22 Nathan Sidwellbuiltins.c (gimplify_va_arg_expr): Reword comments...
2005-04-06 Kazu Hiratacse.c, [...]: Fix comment typos.
2005-04-05 Paolo Bonzinicombine.c (RTL_HOOKS_GEN_LOWPART_NO_EMIT): Use gen_lowp...
2005-03-25 Zdenek Dvorakre PR rtl-optimization/20249 (ICE with -fprofile-arcs...
2005-03-14 Alexandre Olivare PR rtl-optimization/18628 (miscompilation of switch...
2005-03-08 Kazu Hiratac-common.c, [...]: Fix comment formatting.
2005-03-06 Kazu Hirata* cse.c (cse_reg_info_table): Make it static.
2005-03-06 Zdenek Dvorak* cse.c (find_best_addr): Use canon_for_address.
2005-03-06 Kazu Hiratacse.c (fold_rtx_subreg, [...]): New.
2005-02-25 Kazu Hiratacse.c (delete_trivially_dead_insns): Speed up by minimi...
2005-02-24 Kazu Hiratacse.c (delete_trivially_dead_insns): Speed up by using...
2005-02-21 Kazu Hirata* gcse.c: Remove an obsolete comment.
2005-02-10 Kazu Hiratacse.c, [...]: Fix comment typos.
2005-02-07 Kazu Hirata* cse.c: Update comments.
2005-02-02 Kazu Hirata* cse.c: Update comments.
2005-02-01 Kazu Hirata* cse.c (get_cse_reg_info): Update a comment.
2005-02-01 Kazu Hiratacse.c (cse_reg_info): Remove hash_next, next, regno.
2005-01-31 Kazu Hirata* cse.c (delete_trivially_dead_insn): Don't iterate.
2005-01-29 Kazu Hiratacse.c (n_elements_made, [...]): Remove.
2005-01-28 Kazu Hirata* cse.c (fold_rtx) <PC>: Don't optimize.
2005-01-28 Kazu Hiratacse.c (cse_reg_info_free_list, [...]): Remove.
2005-01-27 Arend Bayercse.c: (find_best_addr): Don't call copy_rtx before...
2005-01-26 Kazu Hirata* cse.c (fold_rtx): Call equiv_constant only when neces...
2005-01-23 Kazu Hiratacse.c (max_reg, [...]): Remove.
2005-01-18 Kazu Hiratabasic-block.h, [...]: Update copyright.
2005-01-05 Steven Bosschercombine.c (expand_compound_operation): Add comment...
2005-01-04 Uros Bizjakre PR middle-end/17767 (MMX intrinsics cause internal...
2004-11-26 Kazu Hirata* cse.c, tree-ssa-operands.c: Fix comment typos.
2004-11-25 Andrew Pinskiparts of PR rtl-opt/18463, rtl-opt/17647
2004-11-23 Richard Hendersoncse.c (record_jump_cond_subreg): New.
2004-11-22 Nathan Sidwellbitmap.h (struct bitmap_obstack): New obstack type.
2004-11-16 Andreas Krebbelcse.c (struct change_cc_mode_args): New structure.
2004-11-13 Bernd Schmidtcse.c (cse_insn): Stores in a libcall sequence can...
2004-11-13 Steven Bosschercse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P...
2004-11-02 Steven Bosschercfgloop.h (struct loop): Update comment.
2004-10-28 Richard Hendersoncse.c (memory_extend_rtx): Remove.
2004-10-25 Roger Saylecse.c: Change encoding of quantity numbers to avoid...
2004-10-06 Jan Hubicka* cse.c (cse_main): Kill push/pop context.
2004-09-28 Ulrich Weigandcse.c (cse_insn): Avoid creating direct non-local jumps.
2004-09-28 Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-20 Jan Hubickare PR middle-end/16460 (ICE when compiling glibc (ld...
2004-09-07 Jan Hubickacse.c (fold_rtx): Avoid building of (CONST (MINUS ...
2004-09-07 Nathan Sidwellcfganal.c (flow_depth_first_order_compute, [...]):...
2004-08-25 Steven Bosschercse.c (cse_around_loop, [...]): Remove.
2004-08-18 Steven BosscherMakefile.in (OBJS-common): Add postreload-gcse.c.
2004-08-18 Zack Weinbergrtl.def (NIL): Delete.
2004-08-18 Richard Hendersonrtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
2004-07-28 Richard Sandifordcse.c (validate_canon_reg): New function, split out...
2004-07-09 Jerry Quinnalias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P...
2004-07-04 Richard Hendersonrtl.def (ADDRESSOF): Remove.
2004-07-01 Jerry Quinnalias.c (get_alias_set, [...]): Use MEM_P.
2004-06-21 Richard Hendersonre PR rtl-optimization/16114 (Hang in cse.c (flush_hash...
2004-06-15 Jerry Quinnalias.c (record_set, [...]): Use REG_P.
2004-05-25 Paolo BonziniMakefile.in (OBJS): Add rtlhooks.o.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-29 Paolo Bonzinicombine.c (combine_simplify_rtx): Adjust call to use...
2004-04-04 Roger Saylecse.c (cse_insn): Correct usage of simplify_replace_rtx...
2004-03-20 Roger Saylere PR target/13889 (Assignment of an int to an int...
2004-03-20 Kazu Hirataalias.c, [...]: Replace calls via (*targetm.foo) (...
2004-03-11 Kazu Hiratac-typeck.c, [...]: Fix comment typos and formatting.
2004-03-09 Roger Saylesimplify-rtx.c (simplify_const_relational_operation...
2004-03-05 Paolo Bonzinirtlanal.c: Include target.h and output.h.
2004-03-05 Paolo Bonzinicse.c (cse_end_of_basic_block): Make static.
2004-03-03 Paolo Bonzinialias.c (rtx_equal_for_memref_p): Use predicates to...
2004-03-01 Paolo Bonzinicombine.c (try_combine): Do not refer to is_replaced.
2004-02-25 Kazu Hiratacse.c (cse_change_cc_mode_insns): Stop at any instructi...
2004-02-24 Richard Hendersontoplev.c (dump_file_tbl): Rename from dump_file.
2004-02-16 Richard Henderson* cse.c (cse_insn): Don't lose REG_NON_LOCAL_GOTO note.
2004-02-08 Kazu Hiratac-objc-common.c (): Fix a typo in a warning.
2004-02-02 Jan Hubickaalias.c (record_set): Use hard_regno_nregs.
2004-01-31 Paolo Bonzinicombine.c (cse_main): Set gen_lowpart to gen_lowpart_fo...
2004-01-24 Ian Lance Taylorre PR bootstrap/13848 (bootstrap failure - ICE in ada...
2004-01-24 Andreas Toblercse.c: (cse_cc_succs) Fix comparison warning.
2004-01-23 Ian Lance Taylorre PR target/1532 (-O3 generates (obviously) redundant...
2004-01-23 Paolo Bonzinire PR rtl-optimization/13724 (Bad code generated for...
2004-01-20 Kaz Kojimare PR rtl-optimization/13567 ([sh] miscompiling calls.c)
2004-01-12 Jan Hubickaalias.c: Invlude varray.h
2003-12-03 Alan Modrare PR target/11229 (pure-1.c fails on powerpc64-linux...
2003-11-27 J"orn Renneckecse.c (cse_set_around_loop): When changing a constant...
2003-10-18 Eric Botcazoucse.c (cse_insn): Check that the tentative replacement...
next