Daily bump.
[gcc.git] / gcc / jump.c
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-05 Maciej W. Rozyckijump: Also handle jumps wrapped in UNSPEC or UNSPEC_VOL...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-10-01 Richard SandifordRemove clobber_high
2019-01-01 Jakub JelinekUpdate copyright years.
2018-08-06 Alan HaywardRemaining support for clobber high
2018-02-19 Jakub Jelinekre PR target/84146 (ICE with -mcet in dwarf2out_var_loc...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-20 Richard Sandifordpoly_int: SUBREG_BYTE
2017-12-12 Alexandre Oliva[SFN] not-quite-boilerplate changes in preparation...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-02 Trevor Saundersuse rtx_insn * in various places where it is obvious
2016-10-21 Trevor Saundersmake LABEL_REF_LABEL a rtx_insn *
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-09-22 Trevor Saundersmake next/prev nonnote_nondebug_insn take rtx_insn *
2016-09-22 Trevor Saundersmake next/prev _nonnote_insn take rtx_insn *
2016-08-28 Trevor Saundersmake forced labels a vec
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-16 Jakub Jelinekre PR rtl-optimization/65980 (-fcompare-debug failure...
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.
next