aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-10/+19
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-61/+43
2004-08-25Add more details to hot/cold partitioning comments and documentation.Caroline Tice1-1/+2
2004-08-25cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP ...Paolo Bonzini1-2/+0
2004-08-24basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg1-3/+3
2004-08-19basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher1-2/+3
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-1/+3
2004-08-04cfglayout.c (insn_locators_initialize): Update the current location before in...Nathan Sidwell1-31/+36
2004-07-26re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi...Richard Sandiford1-4/+8
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-9/+9
2004-07-01function.h (struct function): Remove dont_emit_block_notes.Richard Henderson1-16/+4
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-4/+6
2004-06-29cfglayout.c (fixup_reorder_chain): Don't do anything for e_fall->dest == EXIT...J"orn Rennecke1-2/+1
2004-06-16cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_FAL...Joern Rennecke1-2/+4
2004-06-15cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_TAK...J"orn Rennecke1-2/+4
2004-06-14basic-block.h (could_fall_through): Declare.J"orn Rennecke1-4/+35
2004-05-25ddg.h, [...]: New files.Ayal Zaks1-2/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-90/+32
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-0/+53
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-02-25basic-block.h (make_eh_edge, [...]): Declare.Jan Hubicka1-11/+9
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-11/+14
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-29Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak1-1/+0
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-4/+4
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-21/+21
2003-10-05c-pretty-print.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-09-29re PR debug/12319 (Wrong DW_AT_low_pc and DW_AT_high_pc for DW_TAG_inlined_su...Carlo Wood1-0/+12
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-14cfglayout.c (locator_file): Break out from ....Jan Hubicka1-6/+18
2003-07-07* cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.Jan Hubicka1-0/+1
2003-07-06stmt.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-3/+2
2003-07-05Sat Jul 5 16:18:53 CEST 2003 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>Zdenek Dvorak1-12/+9
2003-07-03cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies at all if ed...Zdenek Dvorak1-14/+142
2003-07-03basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka1-134/+112
2003-07-01rtl.h (emit_line_note_after): Remove.Nathan Sidwell1-4/+2
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-2/+2
2003-06-22caller-save.c: Convert to ISO C90.Andreas Jaeger1-55/+37
2003-06-16function.h (struct emit_status): Remove x_last_linenum, x_last_filename.Nathan Sidwell1-2/+4
2003-06-08cfglayout.c (insn_scope): New static functionJan Hubicka1-9/+166
2003-06-08i386.md (subsi_3_zext, [...]): Fix predicates.Jan Hubicka1-0/+3
2003-06-06function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka1-80/+12
2003-04-11c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg1-0/+2
2003-04-07re PR rtl-optimization/10024 ([HP-PA] inline optimization ICE)Jan Hubicka1-0/+7
2003-03-30cfgbuild.c (make_edges): Use tablejump_p.Richard Henderson1-6/+1
2003-03-25re PR rtl-optimization/10056 ([HP-PA] ICE at -O2 when building c++ code from ...Jan Hubicka1-1/+33
2003-03-10cfg.c (unchecked_make_edge): New.Michael Matz1-1/+4
2003-02-15Makefile.in (cfglayout.o): Depend on TARGET_H.Richard Henderson1-0/+16
2003-01-24cfgloopanal.c: New file.Zdenek Dvorak1-7/+82