aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgbuild.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-15basic-block.h: Adjust the prototype for find_basic_blocks.Kazu Hirata1-4/+2
2005-01-26re PR middle-end/16585 (current_function_has_computed_jump incorrectly change...Steven Bosscher1-14/+0
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-07re PR rtl-optimization/18861 (ICE Segmentation fault in try_crossjump_to_edge...Jakub Jelinek1-0/+64
2004-11-29cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,...Steven Bosscher1-9/+2
2004-11-22cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law1-7/+4
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-8/+13
2004-09-09basic-block.h (guess_outgoing_edge_probabilities): Declare.Jan Hubicka1-29/+37
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-9/+6
2004-08-25Add more details to hot/cold partitioning comments and documentation.Caroline Tice1-1/+4
2004-08-04basic-block.h (profile_staus): New global variable.Jan Hubicka1-0/+2
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-8/+8
2004-06-17cfgbuild.c (make_edges): Do not use label_value_list.Jan Hubicka1-44/+7
2004-06-14basic-block.h (could_fall_through): Declare.J"orn Rennecke1-0/+7
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-61/+1
2004-05-27* cfgbuild.c (control_flow_insn_p): Notice noreturn callJan Hubicka1-0/+6
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-4/+4
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-0/+6
2004-02-27bb-reorder.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-25basic-block.h (make_eh_edge, [...]): Declare.Jan Hubicka1-2/+1
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-10/+11
2003-09-02cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of finding the no...Josef Zlomek1-3/+1
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-1/+1
2003-06-22caller-save.c: Convert to ISO C90.Andreas Jaeger1-47/+23
2003-06-13cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.Richard Henderson1-1/+2
2003-06-07basic-block.h (EDGE_SIBCALL): New.Richard Henderson1-2/+1
2003-04-24re PR c/10308 ([x86] ICE with -O -fgcse or -O2)Jan Hubicka1-5/+7
2003-03-30cfgbuild.c (make_edges): Use tablejump_p.Richard Henderson1-6/+2
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle1-2/+2
2003-02-06i386.c (x86_inter_unit_moves): New variable.Jan Hubicka1-2/+1
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-09Makefile.in (optabs.o): Add dependency on basic-block.h.Josef Zlomek1-3/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-11re PR c/7344 (performance regression on huge case statements)Jan Hubicka1-1/+1
2002-08-05Index: ChangeLogGeoffrey Keating1-1/+0
2002-07-19rtl.def (CODE_LABEL): Remove slot 8.Zack Weinberg1-2/+2
2002-06-12i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to decide whet...Jan Hubicka1-7/+0
2002-06-11cfgbuild.c: Update copyright years.Roger Sayle1-1/+1
2002-06-10cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b...Roger Sayle1-12/+4
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka1-2/+0
2002-05-28basic-block.h (last_basic_block): Declare.Zdenek Dvorak1-5/+5
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-2/+2
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-46/+42
2002-05-22cfgbuild.c: Fix formatting.Kazu Hirata1-34/+34
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-17/+17
2002-05-19basic_block.h (struct basic_block_def): Added prev_bb and next_bb fields.Zdenek Dvorak1-3/+6
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-62/+64
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-64/+62
2002-03-30* cfgbuild.c (find_basic_blocks_1): Clear aux for blocks.Jan Hubicka1-0/+1
2001-12-22* cfg.c, cfganal.c, cfgbuild.c: Reformatting and minor cleanups.Richard Kenner1-56/+57