aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgbuild.c
AgeCommit message (Expand)Author
2017-09-15 Backported from mainlineJakub Jelinek
2017-01-01 Update copyright years.Jakub Jelinek
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-08-28make forced labels a vecTrevor Saunders
2016-01-04 Update copyright years.Jakub Jelinek
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-06gcc/Richard Sandiford
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>Prathamesh Kulkarni
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm
2014-09-08control_flow_insn_p takes an insnDavid Malcolm
2014-08-28inside_basic_block_p requires a const rtx_insn *David Malcolm
2014-08-28Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm
2014-08-28Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm
2014-08-27rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm
2014-08-27Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm
2014-08-25Add rtx_jump_table_data::get_labels methodDavid Malcolm
2014-08-21cfgbuild.c: Use rtx_insnDavid Malcolm
2014-08-19Make tablejump_p accept a rtx_jump_table_data **David Malcolm
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate profile_status macro.David Malcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-09-23gcc/Richard Sandiford
2013-04-08First phase of unifying the computation of profile scale factors/probabilitiesTeresa Johnson
2013-04-01 PR middle-end/56798Steven Bosscher
2013-03-30 * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher
2013-03-29 * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieuSteven Bosscher
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-10-162012-10-15 Easwaran Raman <eraman@google.com>Easwaran Raman
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2011-11-08Merge from transactional-memory branch.Aldy Hernandez
2010-11-30 * diagnostic-core.h: Include bversion.h.Joseph Myers
2010-07-082010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>Manuel López-Ibáñez
2010-05-25 * function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou