summaryrefslogtreecommitdiff
path: root/gcc/cfgbuild.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34921-4/+11
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34921-0/+9
2015-01-05 Update copyright years.jakub1-1/+1
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod1-4/+10
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod1-0/+5
2014-09-11Introduce LABEL_REF_LABELdmalcolm1-2/+2
2014-09-08control_flow_insn_p takes an insndmalcolm1-1/+1
2014-08-28inside_basic_block_p requires a const rtx_insn *dmalcolm1-1/+1
2014-08-28Convert forced_labels from an EXPR_LIST to an INSN_LISTdmalcolm1-2/+2
2014-08-28Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTdmalcolm1-2/+2
2014-08-27rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listdmalcolm1-2/+4
2014-08-27Use rtx_expr_list for expr_status.x_forced_labelsdmalcolm1-4/+3
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingdmalcolm1-2/+2
2014-08-25Add rtx_jump_table_data::get_labels methoddmalcolm1-11/+3
2014-08-21cfgbuild.c: Use rtx_insndmalcolm1-6/+8
2014-08-19Make tablejump_p accept a rtx_jump_table_data **dmalcolm1-5/+6
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsdmalcolm1-2/+2
2014-01-02Update copyright years in gcc/rsandifo1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.dmalcolm1-4/+4
2013-12-09Eliminate last_basic_block macro.dmalcolm1-1/+1
2013-12-09Eliminate profile_status macro.dmalcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm1-11/+12
2013-09-23gcc/rsandifo1-1/+1
2013-04-08First phase of unifying the computation of profile scale factors/probabilitiestejohnson1-4/+2
2013-04-01 PR middle-end/56798steven1-1/+1
2013-03-30 * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven1-5/+4
2013-03-29 * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieusteven1-7/+3
2013-01-10Update copyright years in gcc/rsandifo1-3/+1
2012-11-01This patch normalizes more bitmap function names.crowl1-2/+2
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.crowl1-2/+2
2012-10-162012-10-15 Easwaran Raman <eraman@google.com>eraman1-3/+22
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.steven1-1/+0
2011-11-08Merge from transactional-memory branch.aldyh1-10/+22
2010-11-30 * diagnostic-core.h: Include bversion.h.jsm281-2/+1
2010-07-082010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu1-0/+1
2010-05-25 * function.h (struct function): Add can_throw_non_call_exceptions bit.ebotcazou1-2/+2
2010-05-22gcc/ChangeLog:steven1-0/+1
2009-09-16 PR middle-end/41360rth1-2/+2
2009-09-16 PR middle-end/41360rth1-2/+10
2009-09-14 * builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.rth1-0/+9
2009-09-14Squash commit of EH in gimplerth1-57/+31
2009-09-032009-09-02 David Daney <ddaney@caviumnetworks.com>daney1-0/+7
2009-09-02gcc/ChangeLog:aoliva1-0/+2
2009-04-222009-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>lauras1-202/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.jakub1-1/+2
2008-06-01gcc/rsandifo1-1/+1
2008-04-18 * except.c (dw2_size_of_call_site_table,hubicka1-1/+1
2007-08-14 * alias.c (rtx_equal_for_memref_p): Constify.ghazi1-5/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...nickc1-5/+4
2007-06-06 * haifa-sched.c (restore_bb_notes): Clear bb field of the notesrakdver1-3/+31