summaryrefslogtreecommitdiff
path: root/gcc/jump.c
Commit message (Expand)AuthorAgeFilesLines
* make forced labels a vectbsaunde2016-08-281-5/+7
* Update copyright years.jakub2016-01-041-1/+1
* PR rtl-optimization/65980jakub2015-12-161-2/+10
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-13/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-10/+10
* always define REVERSE_CONDITIONtbsaunde2015-10-111-7/+1
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-9/+2
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-5/+0
* gcc/rsandifo2015-06-061-3/+2
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-5/+5
* redirect_jump* can take a rtx_insn *tbsaunde2015-05-091-3/+3
* gcc/rsandifo2015-05-071-1/+1
* remove some ifdef HAVE_cc0tbsaunde2015-04-221-3/+0
* PR rtl-optimization/61058jakub2015-01-271-1/+24
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-0/+15
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+1
* Update copyright years.jakub2015-01-051-1/+1
* gcc/ada/rsandifo2014-10-291-2/+2
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-1/+4
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+5
* Replace INSN_DELETED_P with rtx_insn member functionstbsaunde2014-09-161-12/+12
* use rtx_insn * moretbsaunde2014-09-161-6/+6
* Introduce LABEL_REF_LABELdmalcolm2014-09-111-8/+8
* Use rtx_insn for various jump-handling functions and predicatesdmalcolm2014-09-051-12/+12
* Use rtx_jump_table_data in jump.c:delete_related_insnsdmalcolm2014-09-051-6/+6
* eh_returnjump_p takes an rtx_insndmalcolm2014-09-041-1/+1
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-2/+3
* Convert forced_labels from an EXPR_LIST to an INSN_LISTdmalcolm2014-08-281-3/+3
* gcc/rsandifo2014-08-281-9/+8
* gcc/rsandifo2014-08-281-29/+25
* Use rtx_expr_list for expr_status.x_forced_labelsdmalcolm2014-08-271-4/+4
* jump.c: Use rtx_sequencedmalcolm2014-08-271-3/+6
* jump.c: Use rtx_insn in a few places (also touches rtl.h and cfgexpand.c)dmalcolm2014-08-221-14/+14
* delete_related_insns returns an rtx_insndmalcolm2014-08-211-2/+2
* peephole returns an rtx_insndmalcolm2014-08-211-4/+4
* Make tablejump_p accept a rtx_jump_table_data **dmalcolm2014-08-191-1/+2
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsdmalcolm2014-08-191-2/+2
* remove has_executetbsaunde2014-07-091-1/+0
* * except.c (emit_note_eh_region_end): New helper function.uros2014-06-301-4/+15
* gcc/rsandifo2014-05-191-5/+1
* pass cfun to pass::executetbsaunde2014-04-171-1/+1
* remove has_gatetbsaunde2014-04-171-1/+0
* gcc/rsandifo2014-01-181-0/+7
* gcc/rsandifo2014-01-141-0/+10
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-1/+1
* PR bootstrap/59279steven2013-11-241-57/+23