| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years. | jakub | 2017-01-01 | 1 | -1/+1 |
* | make LABEL_REF_LABEL a rtx_insn * | tbsaunde | 2016-10-21 | 1 | -2/+2 |
* | Move MEMMODEL_* from coretypes.h to memmodel.h | thopre01 | 2016-10-13 | 1 | -0/+1 |
* | make forced labels a vec | tbsaunde | 2016-08-28 | 1 | -3/+6 |
* | Update copyright years. | jakub | 2016-01-04 | 1 | -1/+1 |
* | 2015-10-30 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-10-30 | 1 | -13/+0 |
* | 2015-10-29 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-10-29 | 1 | -8/+8 |
* | 2015-07-10 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-07-10 | 1 | -0/+1 |
* | 2015-07-07 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-07-08 | 1 | -9/+1 |
* | 2015-06-17 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-17 | 1 | -1/+0 |
* | 2015-06-08 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-08 | 1 | -5/+0 |
* | gcc/ | rsandifo | 2015-06-06 | 1 | -1/+1 |
* | 2015-06-04 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-04 | 1 | -5/+0 |
* | 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> | prathamesh3492 | 2015-01-15 | 1 | -4/+11 |
* | 2015-01-09 Michael Collison <michael.collison@linaro.org> | prathamesh3492 | 2015-01-09 | 1 | -0/+9 |
* | Update copyright years. | jakub | 2015-01-05 | 1 | -1/+1 |
* | 2014-10-27 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-27 | 1 | -4/+10 |
* | 2014-10-16 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-16 | 1 | -0/+5 |
* | Introduce LABEL_REF_LABEL | dmalcolm | 2014-09-11 | 1 | -2/+2 |
* | control_flow_insn_p takes an insn | dmalcolm | 2014-09-08 | 1 | -1/+1 |
* | inside_basic_block_p requires a const rtx_insn * | dmalcolm | 2014-08-28 | 1 | -1/+1 |
* | Convert forced_labels from an EXPR_LIST to an INSN_LIST | dmalcolm | 2014-08-28 | 1 | -2/+2 |
* | Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LIST | dmalcolm | 2014-08-28 | 1 | -2/+2 |
* | rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_list | dmalcolm | 2014-08-27 | 1 | -2/+4 |
* | Use rtx_expr_list for expr_status.x_forced_labels | dmalcolm | 2014-08-27 | 1 | -4/+3 |
* | Remove BB_HEAD, BB_END, BB_HEADER scaffolding | dmalcolm | 2014-08-26 | 1 | -2/+2 |
* | Add rtx_jump_table_data::get_labels method | dmalcolm | 2014-08-25 | 1 | -11/+3 |
* | cfgbuild.c: Use rtx_insn | dmalcolm | 2014-08-21 | 1 | -6/+8 |
* | Make tablejump_p accept a rtx_jump_table_data ** | dmalcolm | 2014-08-19 | 1 | -5/+6 |
* | Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants | dmalcolm | 2014-08-18 | 1 | -2/+2 |
* | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | Eliminate FOR_EACH_BB macro. | dmalcolm | 2013-12-09 | 1 | -4/+4 |
* | Eliminate last_basic_block macro. | dmalcolm | 2013-12-09 | 1 | -1/+1 |
* | Eliminate profile_status macro. | dmalcolm | 2013-12-09 | 1 | -1/+1 |
* | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | dmalcolm | 2013-11-19 | 1 | -11/+12 |
* | gcc/ | rsandifo | 2013-09-23 | 1 | -1/+1 |
* | First phase of unifying the computation of profile scale factors/probabilities | tejohnson | 2013-04-08 | 1 | -4/+2 |
* | PR middle-end/56798 | steven | 2013-04-01 | 1 | -1/+1 |
* | * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER. | steven | 2013-03-30 | 1 | -5/+4 |
* | * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu | steven | 2013-03-29 | 1 | -7/+3 |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -3/+1 |
* | This patch normalizes more bitmap function names. | crowl | 2012-11-01 | 1 | -2/+2 |
* | This patch implements the unification of the *bitmap interfaces as discussed. | crowl | 2012-10-30 | 1 | -2/+2 |
* | 2012-10-15 Easwaran Raman <eraman@google.com> | eraman | 2012-10-16 | 1 | -3/+22 |
* | * output.h (__gcc_host_wide_int__): Move to hwint.h. | steven | 2012-05-31 | 1 | -1/+0 |
* | Merge from transactional-memory branch. | aldyh | 2011-11-08 | 1 | -10/+22 |
* | * diagnostic-core.h: Include bversion.h. | jsm28 | 2010-11-30 | 1 | -2/+1 |
* | 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2010-07-08 | 1 | -0/+1 |
* | * function.h (struct function): Add can_throw_non_call_exceptions bit. | ebotcazou | 2010-05-25 | 1 | -2/+2 |
* | gcc/ChangeLog: | steven | 2010-05-22 | 1 | -0/+1 |