aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-19/+19
2004-06-16cfgcleanup.c (try_simplify_condjump): Update test to make sure we have a cond...J"orn Rennecke1-1/+2
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-30/+3
2004-06-02Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn1-1/+1
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-26* cfgcleanup.c (try_optimize_cfg): Do not merge across jumptables.Jan Hubicka1-1/+3
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+29
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-0/+64
2004-03-20bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-03-06rtl.h (mem_expr_equal_p): Function prototype added.Andreas Krebbel1-0/+86
2004-03-04cfgcleanup.c (thread_jump): Update call of cselib_init.Jan Hubicka1-1/+1
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-32/+32
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-3/+4
2004-01-29Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak1-6/+6
2004-01-25re PR bootstrap/13853 (Bootstrap fails when compiled with gcc 2.8.1 (gnat-3.1...Eric Botcazou1-1/+1
2004-01-23basic-block.h (PROP_POSTRELOAD): New macro.Jan Hubicka1-1/+2
2004-01-22cfgcleanup.c (first_pass): New static variable.Jan Hubicka1-2/+21
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-18basic-block.h (try_redirect_by_replacing_jump): Declare.Jan Hubicka1-3/+3
2004-01-16re PR rtl-optimization/11350 (undefined labels with -Os -fPIC)Jan Hubicka1-1/+1
2004-01-12re PR rtl-optimization/12826 (Optimizer removes reference through volatile po...Jan Hubicka1-28/+0
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-1/+1