aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)Author
2017-01-01 Update copyright years.jakub
2016-11-02use rtx_insn * in various places where it is obvioustbsaunde
2016-10-21make LABEL_REF_LABEL a rtx_insn *tbsaunde
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hthopre01
2016-09-22make next/prev nonnote_nondebug_insn take rtx_insn *tbsaunde
2016-09-22make next/prev _nonnote_insn take rtx_insn *tbsaunde
2016-08-28make forced labels a vectbsaunde
2016-01-04 Update copyright years.jakub
2015-12-16 PR rtl-optimization/65980jakub
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-11always define REVERSE_CONDITIONtbsaunde
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-06gcc/rsandifo
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-05-20Promote types of RTL expressions to more derived ones.miyuki
2015-05-09redirect_jump* can take a rtx_insn *tbsaunde
2015-05-07gcc/rsandifo
2015-04-22remove some ifdef HAVE_cc0tbsaunde
2015-01-27 PR rtl-optimization/61058jakub
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh3492
2015-01-05 Update copyright years.jakub
2014-10-29gcc/ada/rsandifo
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionstbsaunde
2014-09-16use rtx_insn * moretbsaunde
2014-09-11Introduce LABEL_REF_LABELdmalcolm
2014-09-05Use rtx_insn for various jump-handling functions and predicatesdmalcolm
2014-09-05Use rtx_jump_table_data in jump.c:delete_related_insnsdmalcolm
2014-09-04eh_returnjump_p takes an rtx_insndmalcolm
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm
2014-08-28Convert forced_labels from an EXPR_LIST to an INSN_LISTdmalcolm
2014-08-28gcc/rsandifo
2014-08-28gcc/rsandifo
2014-08-27Use rtx_expr_list for expr_status.x_forced_labelsdmalcolm
2014-08-27jump.c: Use rtx_sequencedmalcolm
2014-08-22jump.c: Use rtx_insn in a few places (also touches rtl.h and cfgexpand.c)dmalcolm
2014-08-21delete_related_insns returns an rtx_insndmalcolm
2014-08-21peephole returns an rtx_insndmalcolm
2014-08-19Make tablejump_p accept a rtx_jump_table_data **dmalcolm
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm
2014-07-09remove has_executetbsaunde
2014-06-30 * except.c (emit_note_eh_region_end): New helper function.uros
2014-05-19gcc/rsandifo
2014-04-17pass cfun to pass::executetbsaunde