summaryrefslogtreecommitdiff
path: root/gcc/jump.c
Commit message (Expand)AuthorAgeFilesLines
* pass cfun to pass::executeTrevor Saunders2014-04-171-1/+1
* remove has_gateTrevor Saunders2014-04-171-1/+0
* jump.c (delete_related_insns): Keep (use (insn))s.Richard Sandiford2014-01-181-0/+7
* jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when converting a co...Richard Sandiford2014-01-141-0/+10
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* re PR bootstrap/59279 (r205337 breaks bootstrap with java)Steven Bosscher2013-11-241-57/+23
* jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...Steven Bosscher2013-11-241-23/+57
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-17/+34
* mips.c: Include tree-pass.h.Steven Bosscher2013-05-061-1/+1
* re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Steven Bosscher2013-04-161-1/+1
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-12/+8
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov2012-10-231-2/+4
* Integrate lexical block into source_location.Dehao Chen2012-09-191-2/+1
* re PR rtl-optimization/54088 (ICE at dwarf2out.c:20632 with -O1 -g)Eric Botcazou2012-08-251-2/+2
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-4/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* Fix var tracking ICE due to reorg.David S. Miller2012-05-161-0/+20
* basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb...Michael Matz2012-05-081-2/+2
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-1/+1
* re PR rtl-optimization/50496 (ICE in redirect_jump, at jump.c:1497)Chung-Lin Tang2011-11-231-1/+12
* re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra2011-10-151-1/+2
* rtl.texi (simple_return): Document.Bernd Schmidt2011-08-271-7/+10
* re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra2011-08-031-2/+11
* rtlanal.c (tablejump_p): False for returns.Bernd Schmidt2011-07-281-30/+42
* Fix mark_all_labels vs cfglayout mode.Richard Henderson2011-07-221-67/+83
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+1
* gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt2011-05-031-3/+3
* re PR rtl-optimization/48389 (ICE: in make_edges, at cfgbuild.c:319 with -mtu...Michael Matz2011-04-081-9/+26
* tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law2011-03-311-1/+2
* re PR debug/46756 (-fcompare-debug failure (length) with ASSIGN)Alexandre Oliva2010-12-131-1/+1
* re PR rtl-optimization/46865 (Using -save-temps (or ccache, distcc) produces ...Jakub Jelinek2010-12-101-1/+7
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* diagnostic-core.h: New.Joseph Myers2010-05-271-1/+1
* regs.h: Do not include obstack.h, basic-block.h.Steven Bosscher2010-05-231-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-3/+3
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-0/+4
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-5/+35
* re PR debug/40462 (ICE in dwarf2out_begin_epilogue, at dwarf2out.c:2773 while...Jakub Jelinek2009-07-011-5/+0
* alias.c: Use REG_P...Shujing Zhao2009-06-221-7/+3
* jump.c (cleanup_barriers): Handle case of no insns before a barrier.David Daney2009-06-171-0/+2
* jump.c (returnjump_p): Handle delayed branches.Adam Nemet2009-06-081-0/+7
* cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK.Richard Henderson2009-05-291-2/+31
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-1/+1
* jump.c (rtx_renumbered_equal_p): Use subreg_get_info.H.J. Lu2009-03-271-23/+22
* re PR rtl-optimization/39241 (ICE in subreg_get_info, at rtlanal.c:3104)H.J. Lu2009-02-251-11/+1