summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix hot/cold partitioning problem.Caroline Tice2004-09-071-1/+2
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-75/+65
* Add more details to hot/cold partitioning comments and documentation.Caroline Tice2004-08-251-10/+18
* cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP ...Paolo Bonzini2004-08-251-10/+0
* basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg2004-08-241-23/+27
* basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher2004-08-191-4/+4
* Hot/cold partitioning update patch.Caroline Tice2004-08-181-10/+19
* Fix -fprofile-use ICE.James E Wilson2004-08-111-0/+12
* rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher2004-07-211-6/+3
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-70/+70
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-1/+1
* re PR middle-end/16089 (unwind-dw2.c:1311: error: insn outside basic block)Andrew Pinski2004-06-201-0/+7
* basic-block.h (could_fall_through): Declare.J"orn Rennecke2004-06-141-1/+13
* * cfgrtl.c (try_redirect_by_replacing_jump): Fix return value.Jeff Law2004-06-041-1/+1
* basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher2004-06-031-1/+0
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-57/+251
* bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap failure on so...Andreas Tobler2004-04-111-7/+3
* basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice2004-04-091-1/+110
* cfgrtl.c, [...]: Fix comment typos.Kazu Hirata2004-03-251-1/+1
* bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata2004-03-221-2/+2
* cfgrtl.c (cfg_layout_redirect_edge_and_branch): Print the debug message befor...Josef Zlomek2004-03-211-1/+2
* cfgrtl.c (rtl_create_basic_block): Pre-allocate basic_block_info array.Jan Hubicka2004-03-171-2/+6
* reload.c (find_reloads): Reorganize if seqeunce to switch.Jan Hubicka2004-03-041-2/+14
* re PR rtl-optimization/14229 (20000504-1.c:15: error: missing barrier after b...Zdenek Dvorak2004-02-281-5/+0
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-20/+20
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-1/+1
* Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak2004-01-291-127/+81
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* basic-block.h (try_redirect_by_replacing_jump): Declare.Jan Hubicka2004-01-181-13/+11
* cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps even after rel...Geoffrey Keating2004-01-171-2/+2
* re PR rtl-optimization/11350 (undefined labels with -Os -fPIC)Jan Hubicka2004-01-161-3/+3
* re PR rtl-optimization/12826 (Optimizer removes reference through volatile po...Jan Hubicka2004-01-121-2/+10
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-138/+140
* cfgrtl.c (delete_insn): Decrease LABEL_NUSES for all REG_LABEL notes.Josef Zlomek2003-10-311-3/+9
* cfgrtl.c (try_redirect_by_replacing_jump): Move jump immediatelly before BARR...Josef Zlomek2003-10-311-0/+24
* re PR rtl-optimization/11646 (ICE in commit_one_edge_insertion with -fnon-cal...Eric Botcazou2003-09-171-2/+6
* c-decl.c: Fix comment formatting.Kazu Hirata2003-08-221-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-7/+4
* Makefile.in (ifcvt.o): Add cfgloop.h.Zdenek Dvorak2003-07-181-1/+4
* cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_p to skip the addr_vec.Richard Henderson2003-07-181-10/+7
* genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger2003-07-071-3/+1
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka2003-07-031-91/+325
* c-semantics.c (genrtl_case_label): Fix format specifier bug.Kaveh R. Ghazi2003-07-011-1/+1
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-3/+3
* * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.Rainer Orth2003-06-301-1/+1
* cfgrtl.c (verify_flow_info): Accept degenerated condjumps in cfglayout mode.Jan Hubicka2003-06-301-3/+3
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-1/+1
* * c-format.c (check_format_string, get_constant)Zack Weinberg2003-06-281-1/+1
* Makefile.in (cfgrtl.o): Add expr.h dependency.Zdenek Dvorak2003-06-261-0/+97