aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-2/+1
2004-10-25cfg.c (unchecked_make_edge, [...]): Use VEC_safe_push instead of VEC_safe_ins...Kazu Hirata1-1/+1
2004-10-23cfg.c (remove_edge): Use VEC_unordered_remove.Ben Elliston1-1/+1
2004-10-20cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb, don't inspect...Hans-Peter Nilsson1-3/+2
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-2/+3
2004-10-18cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb...Hans-Peter Nilsson1-1/+4
2004-09-30re PR debug/13974 (bad line marker in debug info)Jan Hubicka1-7/+7
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-95/+163
2004-09-23cfgexpand.c (add_reg_br_prob_note): New function.Jan Hubicka1-1/+2
2004-09-07Fix hot/cold partitioning problem.Caroline Tice1-1/+2
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-75/+65
2004-08-25Add more details to hot/cold partitioning comments and documentation.Caroline Tice1-10/+18
2004-08-25cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP ...Paolo Bonzini1-10/+0
2004-08-24basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg1-23/+27
2004-08-19basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher1-4/+4
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-10/+19
2004-08-11Fix -fprofile-use ICE.James E Wilson1-0/+12
2004-07-21rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher1-6/+3
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-70/+70
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-1/+1
2004-06-20re PR middle-end/16089 (unwind-dw2.c:1311: error: insn outside basic block)Andrew Pinski1-0/+7
2004-06-14basic-block.h (could_fall_through): Declare.J"orn Rennecke1-1/+13
2004-06-04* cfgrtl.c (try_redirect_by_replacing_jump): Fix return value.Jeff Law1-1/+1
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-1/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-57/+251
2004-04-11bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap failure on so...Andreas Tobler1-7/+3
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-1/+110
2004-03-25cfgrtl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-03-22bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata1-2/+2
2004-03-21cfgrtl.c (cfg_layout_redirect_edge_and_branch): Print the debug message befor...Josef Zlomek1-1/+2
2004-03-17cfgrtl.c (rtl_create_basic_block): Pre-allocate basic_block_info array.Jan Hubicka1-2/+6
2004-03-04reload.c (find_reloads): Reorganize if seqeunce to switch.Jan Hubicka1-2/+14
2004-02-28re PR rtl-optimization/14229 (20000504-1.c:15: error: missing barrier after b...Zdenek Dvorak1-5/+0
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-20/+20
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+1
2004-01-29Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak1-127/+81
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-18basic-block.h (try_redirect_by_replacing_jump): Declare.Jan Hubicka1-13/+11
2004-01-17cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps even after rel...Geoffrey Keating1-2/+2
2004-01-16re PR rtl-optimization/11350 (undefined labels with -Os -fPIC)Jan Hubicka1-3/+3
2004-01-12re PR rtl-optimization/12826 (Optimizer removes reference through volatile po...Jan Hubicka1-2/+10
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-138/+140
2003-10-31cfgrtl.c (delete_insn): Decrease LABEL_NUSES for all REG_LABEL notes.Josef Zlomek1-3/+9
2003-10-31cfgrtl.c (try_redirect_by_replacing_jump): Move jump immediatelly before BARR...Josef Zlomek1-0/+24
2003-09-17re PR rtl-optimization/11646 (ICE in commit_one_edge_insertion with -fnon-cal...Eric Botcazou1-2/+6
2003-08-22c-decl.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-7/+4
2003-07-18Makefile.in (ifcvt.o): Add cfgloop.h.Zdenek Dvorak1-1/+4
2003-07-18cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_p to skip the addr_vec.Richard Henderson1-10/+7
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-3/+1