summaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04 Update copyright years.jakub1-1/+1
2015-12-16 PR rtl-optimization/65980jakub1-2/+10
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod1-13/+0
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod1-10/+10
2015-10-11always define REVERSE_CONDITIONtbsaunde1-7/+1
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod1-0/+1
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod1-9/+2
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod1-1/+0
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod1-5/+0
2015-06-06gcc/rsandifo1-3/+2
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.miyuki1-5/+5
2015-05-09redirect_jump* can take a rtx_insn *tbsaunde1-3/+3
2015-05-07gcc/rsandifo1-1/+1
2015-04-22remove some ifdef HAVE_cc0tbsaunde1-3/+0
2015-01-27 PR rtl-optimization/61058jakub1-1/+24
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34921-0/+15
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34921-0/+1
2015-01-05 Update copyright years.jakub1-1/+1
2014-10-29gcc/ada/rsandifo1-2/+2
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod1-1/+4
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod1-0/+5
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionstbsaunde1-12/+12
2014-09-16use rtx_insn * moretbsaunde1-6/+6
2014-09-11Introduce LABEL_REF_LABELdmalcolm1-8/+8
2014-09-05Use rtx_insn for various jump-handling functions and predicatesdmalcolm1-12/+12
2014-09-05Use rtx_jump_table_data in jump.c:delete_related_insnsdmalcolm1-6/+6
2014-09-04eh_returnjump_p takes an rtx_insndmalcolm1-1/+1
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm1-2/+3
2014-08-28Convert forced_labels from an EXPR_LIST to an INSN_LISTdmalcolm1-3/+3
2014-08-28gcc/rsandifo1-9/+8
2014-08-28gcc/rsandifo1-29/+25
2014-08-27Use rtx_expr_list for expr_status.x_forced_labelsdmalcolm1-4/+4
2014-08-27jump.c: Use rtx_sequencedmalcolm1-3/+6
2014-08-22jump.c: Use rtx_insn in a few places (also touches rtl.h and cfgexpand.c)dmalcolm1-14/+14
2014-08-21delete_related_insns returns an rtx_insndmalcolm1-2/+2
2014-08-21peephole returns an rtx_insndmalcolm1-4/+4
2014-08-19Make tablejump_p accept a rtx_jump_table_data **dmalcolm1-1/+2
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm1-2/+2
2014-07-09remove has_executetbsaunde1-1/+0
2014-06-30 * except.c (emit_note_eh_region_end): New helper function.uros1-4/+15
2014-05-19gcc/rsandifo1-5/+1
2014-04-17pass cfun to pass::executetbsaunde1-1/+1
2014-04-17remove has_gatetbsaunde1-1/+0
2014-01-18gcc/rsandifo1-0/+7
2014-01-14gcc/rsandifo1-0/+10
2014-01-02Update copyright years in gcc/rsandifo1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.dmalcolm1-1/+1
2013-11-24 PR bootstrap/59279steven1-57/+23
2013-11-24 * jump.c (reset_insn_reg_label_operand_notes): New function,steven1-23/+57