aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-142/+124
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-10/+10
2006-01-14re PR rtl-optimization/24257 (ICE: in extract_insn with -O -fgcse -fgcse-sm)Steven Bosscher1-0/+8
2005-12-25final.c (compute_alignments): Make it static.Kazu Hirata1-2/+2
2005-12-20re PR rtl-optimization/25115 (Segmentation fault in pre_insert_copy_insn)Roger Sayle1-5/+17
2005-12-18gcse.c (gcse_main, [...]): Fix non-GNU-isms from the 2005-12-17 patch to renu...Steven Bosscher1-3/+4
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-2/+3
2005-11-24gcse.c (hash_scan_set): Look through REG_EQUAL or REG_EQUIV notes also when d...Paolo Bonzini1-6/+10
2005-11-12gcse.c (find_rtx_in_ldst): Handle NULL pre_ldst_table.Richard Guenther1-0/+2
2005-11-10gcse.c (free_ldst_entry): Only free hashtable if it exists.Richard Guenther1-1/+2
2005-09-26re PR middle-end/15855 (g++ crash with -O2 and -O3 on input file)Richard Guenther1-10/+44
2005-09-06gcse.c (try_replace_reg): Disallow REG_EQUAL notes for STRICT_LOW_PART SETs.Andreas Krebbel1-1/+2
2005-07-21re PR rtl-optimization/22167 (Strange optimization bug when using -Os)Richard Sandiford1-1/+1
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+109
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01gcse.c (compute_transp, [...]): Use MEM_READONLY_P.Mostafa Hagog1-38/+45
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-05-24c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie1-6/+6
2005-05-09calls.c (purge_reg_equiv_notes): Remove, fold into...Steven Bosscher1-1/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-2/+2
2005-04-10cselib.c (clear_table): Rename to cselib_clear_table.Steven Bosscher1-89/+100
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-5/+6
2005-03-04* gcse.c (bypass_block): Use find_edge wherever possible.Kazu Hirata1-20/+6
2005-02-24ChangeLog.5: Fix log message typo(s).Volker Reichelt1-2/+2
2005-02-21* gcse.c: Remove an obsolete comment.Kazu Hirata1-13/+2
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-6/+6
2005-02-15gcse.c (blocks_with_calls): New bitmap.Jeff Law1-31/+49
2005-02-15gcse.c (canon_modify_mem_set_list_set): Kill unnecessary bitmap.Jeff Law1-12/+2
2005-02-02gcse.c (struct reg_set): Store the block index where the register was set rat...Jeff Law1-25/+5
2005-01-29gcse.c (insert_expr_in_table): Revamp handling of available and anticipatable...Jeff Law1-59/+23
2005-01-23* gcse.c (null_pointer_info): Remove.Kazu Hirata1-14/+0
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher1-7/+2
2004-12-04* gcse.c (gcse_main): Add a comment.Kazu Hirata1-1/+2
2004-11-28gcse.c (insert_store): Error if try to insert store on abnormal edge.Richard Kenner1-8/+23
2004-11-23function.h (struct function): Remove calls_longjmp.Zack Weinberg1-36/+4
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+1
2004-10-30re PR rtl-optimization/17581 (Long long arithmetic fails inside a switch/case...Roger Sayle1-2/+3
2004-10-13basic-block.h (edge_iterator): Keep the address of VEC(edge) *.Ben Elliston1-2/+2
2004-09-30re PR debug/13974 (bad line marker in debug info)Jan Hubicka1-4/+4
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-30/+66
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-5/+9
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-09-15re PR rtl-optimization/17427 (powerpc-linux does not bootstrap on HEAD with -...Andrew Pinski1-1/+2
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-43/+42
2004-09-01re PR rtl-optimization/16408 (internal compiler error: in delete_insn, at cfg...Zdenek Dvorak1-1/+21
2004-08-31revert: re PR rtl-optimization/16590 (Incorrect execution when compiling with...Mark Mitchell1-3/+1
2004-08-29re PR rtl-optimization/16590 (Incorrect execution when compiling with -O2)Mark Mitchell1-1/+3
2004-08-18Makefile.in (OBJS-common): Add postreload-gcse.c.Steven Bosscher1-1018/+10