summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
Commit message (Expand)AuthorAgeFilesLines
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-12/+12
* cfgcleanup.c (merge_memattrs): Look at the value of MEM_SIZE, not the pointers.Steven Bosscher2004-08-301-1/+2
* Add more details to hot/cold partitioning comments and documentation.Caroline Tice2004-08-251-8/+57
* basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg2004-08-241-5/+5
* basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher2004-08-191-3/+3
* Hot/cold partitioning update patch.Caroline Tice2004-08-181-0/+9
* params.def (PARAM_MIN_CROSSJUMP_INSNS): New.Pat Haugen2004-08-061-1/+7
* cfgcleanup.c (try_simplify_condjump): Call update_forwarder_flag after simpli...Richard Sandiford2004-07-261-0/+1
* cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher2004-07-171-22/+0
* basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson2004-07-161-1/+1
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-19/+19
* 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