aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-76/+76
2003-09-16cfgcleanup.c (label_is_jump_target_p): Correct use of table returned by table...Ian Lance Taylor1-1/+2
2003-09-07* cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch.Jan Hubicka1-2/+2
2003-09-07* cfgcleanup.c (try_simplify_condjump): Fix my previous patch.Jan Hubicka1-1/+7
2003-09-06re PR target/12070 (ICE converting between double and long double with -msoft...Jan Hubicka1-0/+16
2003-08-22cfgcleanup.c: Fix comment typos.Kazu Hirata1-1/+1
2003-08-02cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes even if nehedg...Jakub Jelinek1-8/+10
2003-07-21cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.Josef Zlomek1-12/+7
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-03basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka1-20/+47
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-2/+2
2003-06-22caller-save.c: Convert to ISO C90.Andreas Jaeger1-78/+41
2003-06-06function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka1-6/+6
2003-05-16cfgcleanup.c (merge_blocks): Fix return value.Eric Christopher1-2/+2
2003-04-18* cfgcleanup.c (flow_find_cross_jump): Use INSN_P,not active_insn_p.Richard Kenner1-6/+6
2003-03-30cfgbuild.c (make_edges): Use tablejump_p.Richard Henderson1-6/+1
2003-03-23cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps before flow2.Richard Henderson1-1/+3
2003-03-22cfgcleanup.c (insns_match_p): Do not do EQUIV substitution after reload.Richard Henderson1-4/+10
2003-03-15rtl.h (subrtx_p): Renamed to rtx_referenced_p.Josef Zlomek1-4/+6
2003-03-10* cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.Jan Hubicka1-0/+2
2003-03-10cfgcleanup.c (outgoing_edges_match): Compare the jump tables.Josef Zlomek1-3/+108
2003-03-10cfgcleanup.c (merge_blocks): Return where to iterate next.Jan Hubicka1-25/+37
2003-02-22expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka1-1/+2
2003-02-15cfgcleanup.c: Include params.h.Richard Henderson1-5/+8
2003-02-13cfgcleanup.c (outgoing_edges_match): When there is single outgoing edge and b...Josef Zlomek1-2/+4
2003-02-10Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).Josef Zlomek1-11/+0
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-6/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2