alias.c: Remove unused headers.
[gcc.git] / gcc / jump.c
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-11 Trevor Saundersalways define REVERSE_CONDITION
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-06 Richard Sandifordemit-rtl.c, [...]: Replace rtx base types with more...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-20 Mikhail MaltsevPromote types of RTL expressions to more derived ones.
2015-05-09 Trevor Saundersredirect_jump* can take a rtx_insn *
2015-05-07 Richard Sandifordrtl.h (always_void_p): New function.
2015-04-22 Trevor Saundersremove some ifdef HAVE_cc0
2015-01-27 Jakub Jelinekre PR rtl-optimization/61058 (ICE: RTL check: expected...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-09-16 Trevor SaundersReplace INSN_DELETED_P with rtx_insn member functions
2014-09-16 Trevor Saundersuse rtx_insn * more
2014-09-11 David MalcolmIntroduce LABEL_REF_LABEL
2014-09-05 David MalcolmUse rtx_insn for various jump-handling functions and...
2014-09-05 David MalcolmUse rtx_jump_table_data in jump.c:delete_related_insns
2014-09-04 David Malcolmeh_returnjump_p takes an rtx_insn
2014-08-28 David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-28 David MalcolmConvert forced_labels from an EXPR_LIST to an INSN_LIST
2014-08-28 Richard Sandifordjump.c (eh_returnjump_p_1): Delete.
2014-08-28 Richard Sandifordjump.c: Include rtl-iter.h.
2014-08-27 David MalcolmUse rtx_expr_list for expr_status.x_forced_labels
2014-08-27 David Malcolmjump.c: Use rtx_sequence
2014-08-22 David Malcolmjump.c: Use rtx_insn in a few places (also touches...
2014-08-21 David Malcolmdelete_related_insns returns an rtx_insn
2014-08-21 David Malcolmpeephole returns an rtx_insn
2014-08-19 David MalcolmMake tablejump_p accept a rtx_jump_table_data **
2014-08-19 David MalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-07-09 Trevor Saundersremove has_execute
2014-06-30 Uros Bizjakexcept.c (emit_note_eh_region_end): New helper function.
2014-05-19 Richard Sandifordreg-notes.def (CROSSING_JUMP): Likewise.
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saundersremove has_gate
2014-01-18 Richard Sandifordjump.c (delete_related_insns): Keep (use (insn))s.
2014-01-14 Richard Sandifordjump.c (redirect_jump_2): Remove REG_CROSSING_JUMP...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-11-24 Steven Bosscherre PR bootstrap/59279 (r205337 breaks bootstrap with...
2013-11-24 Steven Bosscherjump.c (reset_insn_reg_label_operand_notes): New functi...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-05-06 Steven Bosschermips.c: Include tree-pass.h.
2013-04-16 Steven Bosscherre PR middle-end/43631 (var-tracking inserts notes...
2013-03-30 Steven Bosschercfgrtl.c (fixup_reorder_chain): Do not emit barriers...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-23 Vladimir Makarovdbxout.c (dbxout_symbol_location): Pass new argument...
2012-09-19 Dehao ChenIntegrate lexical block into source_location.
2012-08-25 Eric Botcazoure PR rtl-optimization/54088 (ICE at dwarf2out.c:20632...
2012-08-23 Kenneth Zadeckalias.c (rtx_equal_for_memref_p): Convert constant...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-05-16 David S. MillerFix var tracking ICE due to reorg.
2012-05-08 Michael Matzbasic-block.h (struct rtl_bb_info): Remove visited...
2012-04-18 Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Update.
2011-11-23 Chung-Lin Tangre PR rtl-optimization/50496 (ICE in redirect_jump...
2011-10-15 Alan Modrare PR rtl-optimization/49941 (segmentation fault in...
2011-08-27 Bernd Schmidtrtl.texi (simple_return): Document.
2011-08-03 Alan Modrare PR rtl-optimization/49941 (segmentation fault in...
2011-07-28 Bernd Schmidtrtlanal.c (tablejump_p): False for returns.
2011-07-22 Richard HendersonFix mark_all_labels vs cfglayout mode.
2011-06-14 David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-05-03 Bernd Schmidtgengenrtl.c (special_rtx): PC, CC0 and RETURN are special.
2011-04-08 Michael Matzre PR rtl-optimization/48389 (ICE: in make_edges, at...
2011-03-31 Jeff Lawtree-ssa-forwprop.c (forward_propagate_into_cond):...
2010-12-13 Alexandre Olivare PR debug/46756 (-fcompare-debug failure (length...
2010-12-10 Jakub Jelinekre PR rtl-optimization/46865 (Using -save-temps (or...
2010-11-30 Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-05-27 Joseph Myersdiagnostic-core.h: New.
2010-05-23 Steven Bosscherregs.h: Do not include obstack.h, basic-block.h.
2010-05-21 Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-10-26 Ben Ellistonextend.texi (Named Address Spaces): New section.
2009-09-14 Richard Hendersonbuiltins.c (expand_builtin_synchronize): Use gimple_bui...
2009-07-01 Jakub Jelinekre PR debug/40462 (ICE in dwarf2out_begin_epilogue...
2009-06-22 Shujing Zhaoalias.c: Use REG_P...
2009-06-17 David Daneyjump.c (cleanup_barriers): Handle case of no insns...
2009-06-08 Adam Nemetjump.c (returnjump_p): Handle delayed branches.
2009-05-30 Richard Hendersoncfgcleanup.c (try_crossjump_to_edge): Only skip past...
2009-04-17 Ian Lance Taylordf.h: Include "timevar.h".
2009-03-27 H.J. Lujump.c (rtx_renumbered_equal_p): Use subreg_get_info.
2009-02-25 H.J. Lure PR rtl-optimization/39241 (ICE in subreg_get_info...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2008-08-26 Ben Ellistonrtlanal.c: Fix uses of "it's" with "its" where appropriate.
2008-08-06 Joseph Myersjump.c (rtx_renumbered_equal_p): Do not call subreg_reg...
2008-07-02 Ian Lance Taylorrtlanal.c (add_reg_note): New function.
2008-06-18 Uros Bizjakre PR rtl-optimization/35604 (Label references are...
2008-03-19 Jan Hubickare PR other/35094 (RTL dump file letters hosed and...
2007-11-24 Hans-Peter Nilssonrtlanal.c (label_is_jump_target_p): Return true for...
2007-10-14 Kazu Hiratafixed-bit.c, [...]: Fix comment typos.
2007-09-09 Hans-Peter NilssonDivide REG_LABEL notes into REG_LABEL_OPERAND and REG_L...
2007-09-03 Kaveh R. Ghazisystem.h (CONST_CAST2, [...]): New macros for type...
next