aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)Author
2019-10-01Remove clobber_highRichard Sandiford
2019-01-01 Update copyright years.Jakub Jelinek
2018-08-06Remaining support for clobber highAlan Hayward
2018-02-19 PR target/84146Jakub Jelinek
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-22make next/prev nonnote_nondebug_insn take rtx_insn *Trevor Saunders
2016-09-22make next/prev _nonnote_insn take rtx_insn *Trevor Saunders
2016-08-28make forced labels a vecTrevor Saunders
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-16 PR rtl-optimization/65980Jakub 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-10-11always define REVERSE_CONDITIONTrevor Saunders
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-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev
2015-05-09redirect_jump* can take a rtx_insn *Trevor Saunders
2015-05-07gcc/Richard Sandiford
2015-04-22remove some ifdef HAVE_cc0Trevor Saunders
2015-01-27 PR rtl-optimization/61058Jakub Jelinek
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-29gcc/ada/Richard Sandiford
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-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders
2014-09-16use rtx_insn * moreTrevor Saunders
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm
2014-09-05Use rtx_jump_table_data in jump.c:delete_related_insnsDavid Malcolm
2014-09-04eh_returnjump_p takes an rtx_insnDavid Malcolm
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm
2014-08-28Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm
2014-08-28gcc/Richard Sandiford
2014-08-28gcc/Richard Sandiford
2014-08-27Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm
2014-08-27jump.c: Use rtx_sequenceDavid Malcolm
2014-08-22jump.c: Use rtx_insn in a few places (also touches rtl.h and cfgexpand.c)David Malcolm
2014-08-21delete_related_insns returns an rtx_insnDavid Malcolm