summaryrefslogtreecommitdiff
path: root/gcc/jump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * jump.c (reset_insn_reg_label_operand_notes): New function,steven2013-11-241-23/+57
* gcc/rsandifo2013-09-281-4/+4
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-17/+34
* * config/mips/mips.c: Include tree-pass.h.steven2013-05-061-1/+1
* PR middle-end/43631steven2013-04-161-1/+1
* * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven2013-03-301-12/+8
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* 2012-10-23 Vladimir Makarov <vmakarov@redhat.com>vmakarov2012-10-231-2/+4
* Integrate lexical block into source_location.dehao2012-09-191-2/+1
* PR rtl-optimization/54088ebotcazou2012-08-251-2/+2
* 2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-08-231-4/+1
* gcc/steven2012-07-161-1/+0
* Fix var tracking ICE due to reorg.davem2012-05-161-0/+20
* * basic-block.h (struct rtl_bb_info): Remove visited member andmatz2012-05-081-2/+2
* * lto-symtab.c (lto_cgraph_replace_node): Update.hubicka2012-04-181-1/+1