OSDN Git Service

gcc/ada/
[pf3gnuchains/gcc-fork.git] / gcc / cfgcleanup.c
2007-11-07 ebotcazou PR rtl-optimization/33737
2007-10-22 ebotcazou PR rtl-optimization/33644
2007-09-05 hubicka * regrename.c (pass_regrename, pass_cprop_hardreg...
2007-07-26 nickcChange copyright header to refer to version 3 of the...
2007-07-11 zadeck2007-07-11 Kenneth Zadeck <zadeck@naturalbridge.com>
2007-06-11 dberlinMerge dataflow branch into mainline
2007-06-06 rakdver * haifa-sched.c (restore_bb_notes): Clear bb field...
2007-05-26 kazu * basic-block.h: Remove the prototype for merge_seq_bl...
2007-05-22 rsandifogcc/
2007-05-21 hubicka * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND...
2007-04-01 steven PR rtl-optimization/31391
2007-02-04 rakdver * cfgcleanup.c (try_optimize_cfg): Avoid removing...
2007-02-01 sayle * alias.c (init_alias_analysis): Correct whitespace.
2007-01-27 steven * tracer.c (rest_of_handle_tracer): We already cleaned
2007-01-18 steven * cfgcleanup.c (cleanup_cfg): Detect cfglayout mode...
2006-11-25 steven * jump.c (mark_all_labels): Work in cfglayout mode.
2006-11-11 hubicka * extended.texi (__builtin_expect): We no longer requi...
2006-11-11 hubicka * tree-pass.h (pass_purge_lineno_notes): Remove declar...
2006-05-28 kazu * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config...
2006-05-18 mrsWhitespace fixups
2006-04-15 kazu * cfgcleanup.c, config/dfp-bit.c, expr.c, fold-const.c,
2006-03-23 rakdver * cfgloopmanip.c (create_loop_notes): Removed.
2006-03-03 rakdver * cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_...
2006-03-02 dberlin2006-03-02 Daniel Berlin <dberlin@dberlin.org>
2006-02-26 stevengcc/
2006-02-15 bonzini2006-02-15 Paolo Bonzini <bonzini@gnu.org>
2006-02-06 rakdver * tree-vrp.c (execute_vrp): Do not pass dump argument to.
2006-01-31 dalecki2006-01-31 Marcin Dalecki <martin@dalecki.de>
2006-01-27 loki2006-01-27 Gabor Loki <loki@gcc.gnu.org>
2006-01-16 loki2006-01-16 Gabor Loki <loki@gcc.gnu.org>
2005-12-19 amylaar * cfgcleanup.c: Temporarily revert patches for PR...
2005-12-17 zadeck2005-12-17 Danny Berlin <dberlin@dberlin.org>
2005-12-13 amylaar PR rtl-optimization/20070 / part1
2005-12-12 amylaar2005-12-12 J"orn Rennecke <joern.rennecke@st.com>
2005-12-07 amylaar2005-12-07 J"orn Rennecke <joern.rennecke@st.com>
2005-11-27 steven * cfgcleanup.c (try_crossjump_to_edge): Always...
2005-07-29 rth PR rtl-opt/22619
2005-07-11 steven * basic-block.h: Give the BB flags enum a name, bb_flags.
2005-07-05 bonzini2005-07-05 Paolo Bonzini <bonzini@gnu.org>
2005-06-25 kcookUpdate FSF address.
2005-06-16 hubicka * basic-block.h (rtl_bb_info): Break out head_, end_,
2005-06-04 steven * lcm.c: Move all mode-switching related functions...
2005-05-17 jakub PR middle-end/21492
2005-04-12 hubicka * Makefile.in: Add function.h to BASIC_BLOCK_H. Remov...
2005-03-31 cticeFix problems with hot/cold partitioning optimization.
2005-03-11 rakdver * basic-block.h (single_succ_p, single_pred_p, single_...
2005-02-17 nathan * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.
2005-02-07 kazu * cfgcleanup.c, df.h, diagnostic.c, rtl.c, tree-vector...
2005-02-01 steven PR optimization/15242
2004-11-29 steven * cfgcleanup.c (outgoing_edges_match, try_crossjump_to...
2004-11-22 nathan * bitmap.h (struct bitmap_obstack): New obstack type.
2004-11-04 nathan * bitmap.c (bitmap_print): Make bitno unsigned.
2004-10-25 bje * cfgcleanup.c (outgoing_edges_match): Fix typo in...
2004-10-25 bje * cfgcleanup.c (outgoing_edges_match): Fix typo in...
2004-10-18 kazu * basic-block.h (reg_set_iterator): New.
2004-10-16 rakdver PR rtl-optimization/17723
2004-09-28 bje2004-09-24 Ben Elliston <bje@au.ibm.com>
2004-09-19 hubicka * basic-block.h (update_bb_profile_after_threading...
2004-09-07 nathan * cfganal.c (flow_depth_first_order_compute, dfs_enume...
2004-08-30 steven * cfgcleanup.c (merge_memattrs): Look at the value...
2004-08-25 cticeAdd more details to hot/cold partitioning comments...
2004-08-24 zack * basic-block.h (struct basic_block_def): Reorder...
2004-08-19 steven * basic-block.h (struct edge_def): Remove crossing_edge.
2004-08-18 cticeHot/cold partitioning update patch. The problems that...
2004-08-06 dje2004-08-06 Pat Haugen <pthaugen@us.ibm.com>
2004-07-26 rsandifo * cfgcleanup.c (try_simplify_condjump): Call update_fo...
2004-07-17 steven * cfgcleanup.c (try_simplify_condjump): Don't remove...
2004-07-16 rth * basic-block.h (remove_fake_exit_edges): Declare.
2004-07-09 jlquinn2004-07-08 Jerry Quinn <jlquinn@optonline.net>
2004-06-16 amylaar * cfgcleanup.c (try_simplify_condjump): Update test...
2004-06-03 steven * basic-block.c (tail_recursion_label_list): Don't...
2004-06-02 jlquinn2004-06-01 Jerry Quinn <jlquinn@optonline.net>
2004-05-30 kazu * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphu...
2004-05-26 hubicka * cfgcleanup.c (try_optimize_cfg): Do not merge across...
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-09 ctice2004-04-09 Caroline Tice <ctice@apple.com>
2004-03-20 kazu * bb-reorder.c, bt-load.c, c-decl.c, cfgcleanup.c...
2004-03-20 kazu * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty...
2004-03-06 uweigand2004-03-05 Andreas Krebbel <krebbel1@de.ibm.com>
2004-03-04 hubicka * cfgcleanup.c (thread_jump): Update call of cselib_init.
2004-02-24 rth * toplev.c (dump_file_tbl): Rename from dump_file.
2004-02-02 hubicka * alias.c (record_set): Use hard_regno_nregs.
2004-01-29 rakdver * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev...
2004-01-25 ebotcazou PR bootstrap/13853
2004-01-23 hubicka * basic-block.h (PROP_POSTRELOAD): New macro.
2004-01-22 hubicka * cfgcleanup.c (first_pass): New static variable.
2004-01-21 kazu * alias.c, basic-block.h, c-common.c, c-common.h,
2004-01-18 hubicka * basic-block.h (try_redirect_by_replacing_jump):...
2004-01-16 rth PR opt/11350
2004-01-12 hubicka PR opt/12826
2003-12-13 kazu * c-typeck.c: Fix comment typos.
2003-12-11 steven2003-12-11 Steven Bosscher <steven@gcc.gnu.org>
2003-09-16 ian * cfgcleanup.c (label_is_jump_target_p): Correct use...
2003-09-07 hubicka * cfgcleanup.c (try_simplify_condjump): Fix again...
2003-09-07 hubicka * cfgcleanup.c (try_simplify_condjump): Fix my previou...
2003-09-06 hubicka PR target/12070
2003-08-22 kazu * cfgcleanup.c: Fix comment typos.
2003-08-01 jakub * cfgcleanup.c (outgoing_edges_match): Check REG_EH_RE...
2003-07-21 zlomek * cfgcleanup.c (merge_blocks_move_successor_nojumps...
2003-07-05 kazu * bt-load.c: Fix comment typos.
next