summaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
Commit message (Expand)AuthorAgeFilesLines
* cfglayout.c (block_locators_blocks, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-031-4/+4
* Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher2005-04-121-6/+0
* cfglayout.c (copy_bbs): Rename n_edges to num_edges.Jan Hubicka2005-04-091-3/+3
* Fix problems with hot/cold partitioning optimization.Caroline Tice2005-03-311-41/+7
* re PR target/20561 (Error compiling jdtcore.jar on powerpc)Jakub Jelinek2005-03-221-0/+6
* cfglayout.c, [...]: Update copyright.Kazu Hirata2005-03-121-1/+1
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-3/+3
* * cfglayout.c (fixup_reorder_chain): Remove old_bb.Kazu Hirata2005-03-091-2/+0
* cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,...Steven Bosscher2004-11-291-10/+0
* basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell2004-11-251-2/+2
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-7/+3
* cfglayout.c (choose_inner_scope): Make it static.Kazu Hirata2004-11-111-1/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-10/+19
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-61/+43
* Add more details to hot/cold partitioning comments and documentation.Caroline Tice2004-08-251-1/+2
* cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP ...Paolo Bonzini2004-08-251-2/+0
* basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg2004-08-241-3/+3
* basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher2004-08-191-2/+3
* Hot/cold partitioning update patch.Caroline Tice2004-08-181-1/+3
* cfglayout.c (insn_locators_initialize): Update the current location before in...Nathan Sidwell2004-08-041-31/+36
* re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi...Richard Sandiford2004-07-261-4/+8
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-9/+9
* function.h (struct function): Remove dont_emit_block_notes.Richard Henderson2004-07-011-16/+4
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-4/+6
* cfglayout.c (fixup_reorder_chain): Don't do anything for e_fall->dest == EXIT...J"orn Rennecke2004-06-291-2/+1
* cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_FAL...Joern Rennecke2004-06-161-2/+4
* cfglayout.c (fixup_reorder_chain): Handle case where the destination of E_TAK...J"orn Rennecke2004-06-151-2/+4
* basic-block.h (could_fall_through): Declare.J"orn Rennecke2004-06-141-4/+35
* ddg.h, [...]: New files.Ayal Zaks2004-05-251-2/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-90/+32
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-04-301-1/+1
* basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice2004-04-091-0/+53
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-1/+1
* basic-block.h (make_eh_edge, [...]): Declare.Jan Hubicka2004-02-251-11/+9
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-11/+14
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak2004-01-291-1/+0
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-4/+4
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-21/+21
* c-pretty-print.c: Fix comment formatting.Kazu Hirata2003-10-051-1/+1
* re PR debug/12319 (Wrong DW_AT_low_pc and DW_AT_high_pc for DW_TAG_inlined_su...Carlo Wood2003-09-291-0/+12
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-1/+1
* cfglayout.c (locator_file): Break out from ....Jan Hubicka2003-07-141-6/+18
* * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.Jan Hubicka2003-07-071-0/+1
* stmt.c: Convert remaining prototypes to ISO C90.Andreas Jaeger2003-07-061-3/+2
* Sat Jul 5 16:18:53 CEST 2003 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>Zdenek Dvorak2003-07-051-12/+9
* cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies at all if ed...Zdenek Dvorak2003-07-031-14/+142
* basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka2003-07-031-134/+112
* rtl.h (emit_line_note_after): Remove.Nathan Sidwell2003-07-011-4/+2
* rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell2003-06-271-2/+2