summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
Commit message (Expand)AuthorAgeFilesLines
* cfgcleanup.c (try_simplify_condjump): Update test to make sure we have a cond...J"orn Rennecke2004-06-161-1/+2
* basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher2004-06-031-30/+3
* Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn2004-06-021-1/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-1/+1
* * cfgcleanup.c (try_optimize_cfg): Do not merge across jumptables.Jan Hubicka2004-05-261-1/+3
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-1/+29
* basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice2004-04-091-0/+64
* bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-1/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-03-201-1/+1
* rtl.h (mem_expr_equal_p): Function prototype added.Andreas Krebbel2004-03-061-0/+86
* cfgcleanup.c (thread_jump): Update call of cselib_init.Jan Hubicka2004-03-041-1/+1
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-32/+32
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-3/+4
* Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak2004-01-291-6/+6
* re PR bootstrap/13853 (Bootstrap fails when compiled with gcc 2.8.1 (gnat-3.1...Eric Botcazou2004-01-251-1/+1
* basic-block.h (PROP_POSTRELOAD): New macro.Jan Hubicka2004-01-231-1/+2
* cfgcleanup.c (first_pass): New static variable.Jan Hubicka2004-01-221-2/+21
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* basic-block.h (try_redirect_by_replacing_jump): Declare.Jan Hubicka2004-01-181-3/+3
* re PR rtl-optimization/11350 (undefined labels with -Os -fPIC)Jan Hubicka2004-01-161-1/+1
* re PR rtl-optimization/12826 (Optimizer removes reference through volatile po...Jan Hubicka2004-01-121-28/+0
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-76/+76
* cfgcleanup.c (label_is_jump_target_p): Correct use of table returned by table...Ian Lance Taylor2003-09-161-1/+2
* * cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch.Jan Hubicka2003-09-071-2/+2
* * cfgcleanup.c (try_simplify_condjump): Fix my previous patch.Jan Hubicka2003-09-071-1/+7
* re PR target/12070 (ICE converting between double and long double with -msoft...Jan Hubicka2003-09-061-0/+16
* cfgcleanup.c: Fix comment typos.Kazu Hirata2003-08-221-1/+1
* cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes even if nehedg...Jakub Jelinek2003-08-021-8/+10
* cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.Josef Zlomek2003-07-211-12/+7
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka2003-07-031-20/+47
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-2/+2
* caller-save.c: Convert to ISO C90.Andreas Jaeger2003-06-221-78/+41
* function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka2003-06-061-6/+6
* cfgcleanup.c (merge_blocks): Fix return value.Eric Christopher2003-05-161-2/+2
* * cfgcleanup.c (flow_find_cross_jump): Use INSN_P,not active_insn_p.Richard Kenner2003-04-181-6/+6
* cfgbuild.c (make_edges): Use tablejump_p.Richard Henderson2003-03-301-6/+1
* cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps before flow2.Richard Henderson2003-03-231-1/+3
* cfgcleanup.c (insns_match_p): Do not do EQUIV substitution after reload.Richard Henderson2003-03-221-4/+10
* rtl.h (subrtx_p): Renamed to rtx_referenced_p.Josef Zlomek2003-03-151-4/+6
* * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.Jan Hubicka2003-03-101-0/+2
* cfgcleanup.c (outgoing_edges_match): Compare the jump tables.Josef Zlomek2003-03-101-3/+108
* cfgcleanup.c (merge_blocks): Return where to iterate next.Jan Hubicka2003-03-101-25/+37
* expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka2003-02-221-1/+2
* cfgcleanup.c: Include params.h.Richard Henderson2003-02-151-5/+8
* cfgcleanup.c (outgoing_edges_match): When there is single outgoing edge and b...Josef Zlomek2003-02-131-2/+4
* Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).Josef Zlomek2003-02-101-11/+0
* alias.c: Fix comment typos.Kazu Hirata2003-01-181-6/+6
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2