aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)Author
2005-06-012005-06-01 Mostafa Hagog <mustafa@il.ibm.com>Mostafa Hagog
2005-05-26 * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h,Kazu Hirata
2005-05-25* c-common.c (unsigned_conversion_warning): Move warning controlDJ Delorie
2005-05-09 * calls.c (purge_reg_equiv_notes): Remove, fold into...Steven Bosscher
2005-04-23* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie
2005-04-10 * cselib.c (clear_table): Rename to cselib_clear_table.Steven Bosscher
2005-04-01 * cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c,Kazu Hirata
2005-03-11 * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,Zdenek Dvorak
2005-03-04 * gcse.c (bypass_block): Use find_edge wherever possible.Kazu Hirata
2005-02-24 * ChangeLog.5: Fix log message typo(s).Volker Reichelt
2005-02-21 * gcse.c: Remove an obsolete comment.Kazu Hirata
2005-02-17 * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.Nathan Sidwell
2005-02-16 * gcse.c (blocks_with_calls): New bitmap.Jeff Law
2005-02-15 * gcse.c (canon_modify_mem_set_list_set): Kill unnecessaryJeff Law
2005-02-02 * gcse.c (struct reg_set): Store the block index where the registerJeff Law
2005-01-29 * gcse.c (insert_expr_in_table): Revamp handling of availableJeff Law
2005-01-23 * gcse.c (null_pointer_info): Remove.Kazu Hirata
2005-01-18 * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,Kazu Hirata
2005-01-05 * combine.c (expand_compound_operation) <ZERO_EXTRACT>: AddSteven Bosscher
2004-12-04 * gcse.c (gcse_main): Add a comment.Kazu Hirata
2004-11-29 * gcse.c (insert_store): Error if try to insert store on abnormal edge.Richard Kenner
2004-11-23 * function.h (struct function): Remove calls_longjmp.Zack Weinberg
2004-11-04 * bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell
2004-10-30 PR rtl-optimization/17581Roger Sayle
2004-10-13 * basic-block.h (edge_iterator): Keep the address of VEC(edge) *.Ben Elliston
2004-09-30 PR debug/13974Jan Hubicka
2004-09-282004-09-24 Ben Elliston <bje@au.ibm.com>Ben Elliston
2004-09-26 * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP,Zdenek Dvorak
2004-09-18 * alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c,Kazu Hirata
2004-09-152004-09-15 Andrew Pinski <apinski@apple.com>Andrew Pinski
2004-09-09 * gcse.c (INSN_CUID, insert_set_in_table, find_avail_set,Nathan Sidwell
2004-09-01 PR rtl-optimization/16408Zdenek Dvorak
2004-08-31 Revert:Mark Mitchell
2004-08-29 PR rtl-optimization/16590Mark Mitchell
2004-08-18 * Makefile.in (OBJS-common): Add postreload-gcse.c.Steven Bosscher
2004-08-09 * timevar.def (TV_CPROP1, TV_CPROP2, TV_PRE, TV_HOIST, TV_LSM):Steven Bosscher
2004-07-27 * expr.h (canonicalize_condition, get_condition): Add an int argument.Richard Sandiford
2004-07-16 * basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson
2004-07-092004-07-08 Jerry Quinn <jlquinn@optonline.net>Jerry Quinn
2004-06-142004-06-13 Steven Bosscher <stevenb@suse.de>Steven Bosscher
2004-06-12 * gcse.c (record_set_info): Use predicates like REG_P.Steven Bosscher
2004-05-14 * passes.c (rest_of_handle_null_pointer): Remove.Steven Bosscher
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo
2004-05-102004-05-10 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-04-30 * gcse.c (remove_reachable_equiv_notes): Delete notes also inJosef Zlomek
2004-04-28 * gcse.c (find_moveable_store): Do not accept store insns withUlrich Weigand
2004-03-23 * gcse.c (can_assign_to_reg_p): New function, split out from...Richard Sandiford
2004-03-22 * bt-load.c, builtins.c, cfghooks.c, cfgrtl.c, gcse.c,Kazu Hirata
2004-03-182004-03-18 Mostafa Hagog <mustafa@il.ibm.com>Mostafa Hagog
2004-03-04 * cfgcleanup.c (thread_jump): Update call of cselib_init.Jan Hubicka