aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-30except.c (emit_note_eh_region_end): New helper function.Uros Bizjak1-4/+15
2014-05-19reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford1-5/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-18jump.c (delete_related_insns): Keep (use (insn))s.Richard Sandiford1-0/+7
2014-01-14jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when converting a co...Richard Sandiford1-0/+10
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-24re PR bootstrap/59279 (r205337 breaks bootstrap with java)Steven Bosscher1-57/+23
2013-11-24jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...Steven Bosscher1-23/+57
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+34
2013-05-06mips.c: Include tree-pass.h.Steven Bosscher1-1/+1
2013-04-16re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Steven Bosscher1-1/+1
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-12/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-2/+4
2012-09-19Integrate lexical block into source_location.Dehao Chen1-2/+1
2012-08-25re PR rtl-optimization/54088 (ICE at dwarf2out.c:20632 with -O1 -g)Eric Botcazou1-2/+2
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-4/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-16Fix var tracking ICE due to reorg.David S. Miller1-0/+20
2012-05-08basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb...Michael Matz1-2/+2
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-1/+1
2011-11-23re PR rtl-optimization/50496 (ICE in redirect_jump, at jump.c:1497)Chung-Lin Tang1-1/+12
2011-10-15re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra1-1/+2
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt1-7/+10
2011-08-03re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra1-2/+11
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt1-30/+42
2011-07-22Fix mark_all_labels vs cfglayout mode.Richard Henderson1-67/+83
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-05-03gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt1-3/+3
2011-04-08re PR rtl-optimization/48389 (ICE: in make_edges, at cfgbuild.c:319 with -mtu...Michael Matz1-9/+26
2011-03-31tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law1-1/+2
2010-12-13re PR debug/46756 (-fcompare-debug failure (length) with ASSIGN)Alexandre Oliva1-1/+1
2010-12-10re PR rtl-optimization/46865 (Using -save-temps (or ccache, distcc) produces ...Jakub Jelinek1-1/+7
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
2010-05-23regs.h: Do not include obstack.h, basic-block.h.Steven Bosscher1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-0/+4
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-5/+35
2009-07-01re PR debug/40462 (ICE in dwarf2out_begin_epilogue, at dwarf2out.c:2773 while...Jakub Jelinek1-5/+0
2009-06-22alias.c: Use REG_P...Shujing Zhao1-7/+3
2009-06-17jump.c (cleanup_barriers): Handle case of no insns before a barrier.David Daney1-0/+2
2009-06-08jump.c (returnjump_p): Handle delayed branches.Adam Nemet1-0/+7
2009-05-29cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK.Richard Henderson1-2/+31