aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-18Whitespace fixupsMike Stump1-65/+65
2006-04-15cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-23cfgloopmanip.c (create_loop_notes): Removed.Zdenek Dvorak1-2/+0
2006-03-03cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup.Zdenek Dvorak1-2/+2
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4
2006-02-26common.opt (-floop-optimize, [...]): Remove.Steven Bosscher1-33/+0
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-1/+1
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-1/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+1
2006-01-27cfgcleanup.c (try_crossjump_to_edge): Fix comment typo.Gabor Loki1-1/+1
2006-01-16rtl-factoring.c: Add sequence abstraction algorithm.Gabor Loki1-2/+39
2005-12-19re PR rtl-optimization/20070 (If-conversion can't match equivalent code, and ...J"orn Rennecke1-96/+465
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-3/+3
2005-12-13PR rtl-optimization/20070 / part1J"orn Rennecke1-68/+137
2005-12-12cfgcleanup.c (condjump_equiv_p, [...]): Fix whitespace in vincinity of to-be-...J"orn Rennecke1-18/+18
2005-12-07Preparation for PR rtl-optimization/20070 / part1J"orn Rennecke1-398/+88
2005-11-27cfgcleanup.c (try_crossjump_to_edge): Always split SRC2 if it has EH predeces...Steven Bosscher1-2/+14
2005-07-28re PR rtl-optimization/22619 (Compilation failure for real_const_1.f and real...Richard Henderson1-1/+1
2005-07-11basic-block.h: Give the BB flags enum a name, bb_flags.Steven Bosscher1-31/+16
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+81
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-1/+1
2005-06-04lcm.c: Move all mode-switching related functions from here...Steven Bosscher1-2/+0
2005-05-17re PR middle-end/21492 (ICE in try_crossjump_to_edge)Jakub Jelinek1-0/+2
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-1/+1
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice1-20/+10
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-49/+52
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-3/+3
2005-02-07cfgcleanup.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-01re PR rtl-optimization/15242 (pessimization of "goto *")Steven Bosscher1-0/+7
2004-11-29cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,...Steven Bosscher1-4/+0
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-2/+1
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-4/+6
2004-10-25* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.Ben Elliston1-1/+1
2004-10-25* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.Ben Elliston1-1/+1
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-1/+3
2004-10-16re PR rtl-optimization/17723 (gcc segfaults with -O2)Zdenek Dvorak1-4/+12
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-96/+106
2004-09-19basic-block.h (update_bb_profile_after_threading): Declare.Jan Hubicka1-26/+8
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-12/+12
2004-08-30cfgcleanup.c (merge_memattrs): Look at the value of MEM_SIZE, not the pointers.Steven Bosscher1-1/+2
2004-08-25Add more details to hot/cold partitioning comments and documentation.Caroline Tice1-8/+57
2004-08-24basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg1-5/+5
2004-08-19basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher1-3/+3
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-0/+9
2004-08-06params.def (PARAM_MIN_CROSSJUMP_INSNS): New.Pat Haugen1-1/+7
2004-07-26cfgcleanup.c (try_simplify_condjump): Call update_forwarder_flag after simpli...Richard Sandiford1-0/+1
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-22/+0
2004-07-16basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson1-1/+1