aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-2/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-11toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck1-1/+1
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-45/+69
2007-06-06haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ...Zdenek Dvorak1-1/+1
2007-05-26basic-block.h: Remove the prototype for merge_seq_blocks.Kazu Hirata1-25/+0
2007-05-22hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of...Richard Sandiford1-6/+2
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-23/+1
2007-04-01re PR rtl-optimization/31391 (undefined label with -O -g due to cfglayout)Steven Bosscher1-0/+2
2007-02-04cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR.Zdenek Dvorak1-2/+4
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-3/+4
2007-01-27tracer.c (rest_of_handle_tracer): We already cleaned up the CFG in tracer() s...Steven Bosscher1-10/+0
2007-01-18cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYO...Steven Bosscher1-0/+6
2006-11-25jump.c (mark_all_labels): Work in cfglayout mode.Steven Bosscher1-3/+9
2006-11-11extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka1-5/+0
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka1-2/+0
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