summaryrefslogtreecommitdiff
path: root/gcc/cfgbuild.c
Commit message (Expand)AuthorAgeFilesLines
* cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from co...Laurynas Biveinis2009-04-221-202/+0
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* rtl.h (emit_clobber, [...]): Declare.Richard Sandiford2008-06-011-1/+1
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-1/+1
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-5/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ...Zdenek Dvorak2007-06-061-3/+31
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-17/+13
* re PR rtl-optimization/29841 (ICE with scheduling and __builtin_trap)Eric Botcazou2007-04-191-0/+5
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-031-3/+1
* Revert:Kazu Hirata2007-01-021-1/+3
* alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata2007-01-021-3/+1
* Whitespace fixupsMike Stump2006-05-181-10/+10
* basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ...Kazu Hirata2006-01-111-3/+6
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-4/+7
* Update FSF address.Kelley Cook2005-06-251-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-2/+1
* * cfgbuild.c: Update comments.Kazu Hirata2005-03-141-10/+27
* basic-block.h: Update the prototypes of cached_make_edge and rtl_make_eh_edge.Kazu Hirata2005-03-141-24/+19
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-2/+2
* cfgbuild.c (state, [...]): Move just before make_edges.Kazu Hirata2005-03-091-19/+28
* cfgbuild.c (find_sub_basic_blocks): Remove.Kazu Hirata2005-03-071-42/+2
* basic-block.h: Adjust the prototype for find_basic_blocks.Kazu Hirata2005-02-151-4/+2
* re PR middle-end/16585 (current_function_has_computed_jump incorrectly change...Steven Bosscher2005-01-261-14/+0
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* re PR rtl-optimization/18861 (ICE Segmentation fault in try_crossjump_to_edge...Jakub Jelinek2005-01-071-0/+64
* cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,...Steven Bosscher2004-11-291-9/+2
* cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law2004-11-221-7/+4
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-8/+13
* basic-block.h (guess_outgoing_edge_probabilities): Declare.Jan Hubicka2004-09-091-29/+37
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-9/+6
* Add more details to hot/cold partitioning comments and documentation.Caroline Tice2004-08-251-1/+4
* basic-block.h (profile_staus): New global variable.Jan Hubicka2004-08-041-0/+2
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-8/+8
* cfgbuild.c (make_edges): Do not use label_value_list.Jan Hubicka2004-06-171-44/+7
* basic-block.h (could_fall_through): Declare.J"orn Rennecke2004-06-141-0/+7
* basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher2004-06-031-61/+1
* * cfgbuild.c (control_flow_insn_p): Notice noreturn callJan Hubicka2004-05-271-0/+6
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-4/+4
* basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice2004-04-091-0/+6
* bb-reorder.c, [...]: Update copyright.Kazu Hirata2004-02-271-1/+1
* basic-block.h (make_eh_edge, [...]): Declare.Jan Hubicka2004-02-251-2/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-10/+11
* cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of finding the no...Josef Zlomek2003-09-021-3/+1
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-1/+1
* caller-save.c: Convert to ISO C90.Andreas Jaeger2003-06-221-47/+23
* cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.Richard Henderson2003-06-131-1/+2
* basic-block.h (EDGE_SIBCALL): New.Richard Henderson2003-06-071-2/+1
* re PR c/10308 ([x86] ICE with -O -fgcse or -O2)Jan Hubicka2003-04-241-5/+7
* cfgbuild.c (make_edges): Use tablejump_p.Richard Henderson2003-03-301-6/+2