summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* cse.c (enum taken): Remove PATH_AROUND.Steven Bosscher2006-11-221-208/+14
* tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka2006-11-111-11/+2
* cse.c (cse_process_notes): Copy the propagated value.Jan Hubicka2006-11-101-1/+1
* fwprop.c: New file.Paolo Bonzini2006-11-041-886/+83
* re PR rtl-optimization/27616 (Infinite loop at -O1 and above in RTL CSE)Eric Botcazou2006-09-041-8/+63
* re PR rtl-optimization/26244 (FAIL: gcc.c-torture/execute/builtin-bitops-1.c ...John David Anglin2006-08-041-11/+38
* Comment typo in previous patch.Paul Brook2006-07-201-1/+1
* re PR target/27363 (ARM gcc 4.1 optimization bug)Paul Brook2006-07-201-2/+46
* cse.c (flush_hash_table): Use VOIDmode to invalidate a REG.Steven Bosscher2006-06-081-2/+2
* cse.c (validate_canon_reg, cse_insn): Don't change insns without calling recog.Andreas Krebbel2006-05-301-19/+3
* cse.c (cse_end_of_basic_block): Do not check for LOOP_END note.Zdenek Dvorak2006-03-231-1/+0
* cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup.Zdenek Dvorak2006-03-031-1/+1
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+4
* cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini2006-02-151-2/+2
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-5/+5
* cse.c (fold_rtx): When arg1 has a constant equivalent...Hans-Peter Nilsson2006-02-011-0/+51
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-11/+8
* cse.c (cse_condition_code_reg): Make it static.Kazu Hirata2006-01-161-1/+1
* re PR rtl-optimization/25130 (miscompilation in GCSE)Steven Bosscher2006-01-031-6/+16
* cse.c (fold_rtx): Typo fix.Ben Elliston2005-11-221-3/+3
* optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston2005-11-221-6/+6
* re PR rtl-optimization/20583 (ICE in output_operand: invalid expression as op...Kazu Hirata2005-11-211-11/+16
* re PR rtl-optimization/23490 (Long compile time for array initializer with in...Jan Hubicka2005-11-051-1/+1
* re PR rtl-optimization/23943 (segv in side_effects_p())Steven Bosscher2005-09-191-1/+3
* re PR rtl-optimization/23098 (store of 0.0 to float)Jakub Jelinek2005-09-061-0/+3
* cse.c (exp_equiv_p): Special case CONST_DOUBLE.Richard Henderson2005-07-281-0/+1
* re PR rtl-optimization/18992 (delete_trivially_dead_insns made ineffective fo...J"orn Rennecke2005-07-281-24/+40
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+117
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-3/+4
* cse.c, [...]: Fix comment typos.Kazu Hirata2005-04-061-1/+1
* combine.c (RTL_HOOKS_GEN_LOWPART_NO_EMIT): Use gen_lowpart_for_combine.Paolo Bonzini2005-04-051-41/+0
* re PR rtl-optimization/20249 (ICE with -fprofile-arcs on ppc)Zdenek Dvorak2005-03-251-1/+18
* re PR rtl-optimization/18628 (miscompilation of switch statement in loop)Alexandre Oliva2005-03-141-2/+24
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2005-03-081-1/+1
* * cse.c (cse_reg_info_table): Make it static.Kazu Hirata2005-03-061-1/+1
* * cse.c (find_best_addr): Use canon_for_address.Zdenek Dvorak2005-03-061-1/+2
* cse.c (fold_rtx_subreg, [...]): New.Kazu Hirata2005-03-061-312/+342
* cse.c (delete_trivially_dead_insns): Speed up by minimizing calls to find_reg...Kazu Hirata2005-02-251-1/+1
* cse.c (delete_trivially_dead_insns): Speed up by using NEXT_INSN and PREV_INS...Kazu Hirata2005-02-241-8/+7
* * gcse.c: Remove an obsolete comment.Kazu Hirata2005-02-211-3/+5
* cse.c, [...]: Fix comment typos.Kazu Hirata2005-02-101-1/+1
* * cse.c: Update comments.Kazu Hirata2005-02-071-13/+15
* * cse.c: Update comments.Kazu Hirata2005-02-021-4/+2
* * cse.c (get_cse_reg_info): Update a comment.Kazu Hirata2005-02-011-3/+2
* cse.c (cse_reg_info): Remove hash_next, next, regno.Kazu Hirata2005-02-011-86/+96
* * cse.c (delete_trivially_dead_insn): Don't iterate.Kazu Hirata2005-01-311-49/+43
* cse.c (n_elements_made, [...]): Remove.Kazu Hirata2005-01-291-20/+1
* * cse.c (fold_rtx) <PC>: Don't optimize.Kazu Hirata2005-01-281-11/+1