summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* * alias.c (init_alias_analysis): Correct whitespace.sayle2007-02-011-4/+4
* * cse.c (cse_process_notes): Copy the propagated value.hubicka2006-11-101-0/+5
* 2006-11-03 Paolo Bonzini <bonzini@gnu.org>bonzini2006-11-041-1/+2
* * gcse.c, rtlanal.c: Remove obsolete comments associated withkazu2006-05-291-3/+0
* PR rtl-optimization/27073rsandifo2006-04-111-5/+5
* PR rtl-optimization/27073rsandifo2006-04-091-1/+1
* * cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfgrakdver2006-03-031-1/+1
* 2006-03-02 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-021-2/+4
* * gcse.c (want_to_gcse_p): On STACK_REGS targets, look throughsayle2006-02-191-0/+8
* 2006-02-15 Paolo Bonzini <bonzini@gnu.org>bonzini2006-02-151-2/+2
* * tree-vrp.c (execute_vrp): Do not pass dump argument to.rakdver2006-02-061-142/+124
* 2006-01-31 Marcin Dalecki <martin@dalecki.de>dalecki2006-01-311-10/+10
* 2006-01-14 Steven Bosscher <stevenb.gcc@gmail.com>rguenth2006-01-141-0/+8
* * final.c (compute_alignments): Make it static.kazu2005-12-251-2/+2
* 2005-12-20 Roger Sayle <roger@eyesopen.com>bonzini2005-12-201-5/+17
* * gcse.c (gcse_main, bypass_jumps): Fix non-GNU-isms fromsteven2005-12-181-3/+4
* 2005-12-17 Danny Berlin <dberlin@dberlin.org>zadeck2005-12-171-2/+3
* 2005-11-24 Paolo Bonzini <bonzini@gnu.org>bonzini2005-11-241-6/+10
* 2005-11-12 Richard Guenther <rguenther@suse.de>rguenth2005-11-121-0/+2
* 2005-11-10 Richard Guenther <rguenther@suse.de>rguenth2005-11-101-1/+2
* 2005-09-26 Richard Guenther <rguenther@suse.de>rguenth2005-09-261-10/+44
* 2005-09-06 Andreas Krebbel <krebbel1@de.ibm.com>krebbel2005-09-061-1/+2
* PR rtl-optimization/22167rsandifo2005-07-211-1/+1
* 2005-07-05 Paolo Bonzini <bonzini@gnu.org>bonzini2005-07-051-0/+109
* Update FSF address.kcook2005-06-251-2/+2
* 2005-06-01 Mostafa Hagog <mustafa@il.ibm.com>hagog2005-06-011-38/+45
* * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h,kazu2005-05-261-2/+2
* * c-common.c (unsigned_conversion_warning): Move warning controldj2005-05-251-6/+6
* * calls.c (purge_reg_equiv_notes): Remove, fold into...steven2005-05-091-1/+1
* * diagnostic.c (warning): Accept parameter to classify warning option.dj2005-04-231-2/+2
* * cselib.c (clear_table): Rename to cselib_clear_table.steven2005-04-101-89/+100
* * cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c,kazu2005-04-011-1/+1
* * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,rakdver2005-03-111-5/+6
* * gcse.c (bypass_block): Use find_edge wherever possible.kazu2005-03-041-20/+6
* * ChangeLog.5: Fix log message typo(s).reichelt2005-02-241-2/+2
* * gcse.c: Remove an obsolete comment.kazu2005-02-211-13/+2
* * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.nathan2005-02-171-6/+6
* * gcse.c (blocks_with_calls): New bitmap.law2005-02-161-31/+49
* * gcse.c (canon_modify_mem_set_list_set): Kill unnecessarylaw2005-02-151-12/+2
* * gcse.c (struct reg_set): Store the block index where the registerlaw2005-02-021-25/+5
* * gcse.c (insert_expr_in_table): Revamp handling of availablelaw2005-01-291-59/+23
* * gcse.c (null_pointer_info): Remove.kazu2005-01-231-14/+0
* * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,kazu2005-01-181-1/+1
* * combine.c (expand_compound_operation) <ZERO_EXTRACT>: Addsteven2005-01-051-7/+2
* * gcse.c (gcse_main): Add a comment.kazu2004-12-041-1/+2
* * gcse.c (insert_store): Error if try to insert store on abnormal edge.kenner2004-11-291-8/+23
* * function.h (struct function): Remove calls_longjmp.zack2004-11-231-36/+4
* * bitmap.c (bitmap_print): Make bitno unsigned.nathan2004-11-041-1/+1
* PR rtl-optimization/17581sayle2004-10-301-2/+3
* * basic-block.h (edge_iterator): Keep the address of VEC(edge) *.bje2004-10-131-2/+2