aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgbuild.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-27rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm1-2/+4
2014-08-27Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm1-4/+3
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm1-2/+2
2014-08-25Add rtx_jump_table_data::get_labels methodDavid Malcolm1-11/+3
2014-08-21cfgbuild.c: Use rtx_insnDavid Malcolm1-6/+8
2014-08-19Make tablejump_p accept a rtx_jump_table_data **David Malcolm1-5/+6
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate profile_status macro.David Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-11/+12
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-1/+1
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-4/+2
2013-04-01re PR middle-end/56798 (ICE in patch_jump_insn, at cfgrtl.c:1238)Steven Bosscher1-1/+1
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-5/+4
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-7/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-2/+2
2012-10-16[multiple changes]Easwaran Raman1-3/+22
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-10/+22
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-2/+2
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-0/+1
2009-09-16re PR middle-end/41360 (Revision 151696 breaks gcc.c-torture/compile/builtin_...Richard Henderson1-2/+2
2009-09-16re PR middle-end/41360 (Revision 151696 breaks gcc.c-torture/compile/builtin_...Richard Henderson1-2/+10
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-0/+9
2009-09-14Squash commit of EH in gimpleRichard Henderson1-57/+31
2009-09-03cfgbuild.c (find_bb_boundaries): Split blocks containing a barrier.David Daney1-0/+7
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+2
2009-04-22cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from co...Laurynas Biveinis1-202/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford1-1/+1
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-1/+1
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-5/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-06-06haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ...Zdenek Dvorak1-3/+31
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-17/+13
2007-04-19re PR rtl-optimization/29841 (ICE with scheduling and __builtin_trap)Eric Botcazou1-0/+5
2007-01-03alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-3/+1
2007-01-02Revert:Kazu Hirata1-1/+3
2007-01-02alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.Kazu Hirata1-3/+1
2006-05-18Whitespace fixupsMike Stump1-10/+10
2006-01-11basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ...Kazu Hirata1-3/+6
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-4/+7
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+1