PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expression
[gcc.git] / gcc / reorg.c
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-07 Steve Ellceyreorg.c (optimize_skip): Do not put frame related instr...
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-26 Simon Dardistarget.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P...
2015-10-21 Trevor Saundersunconditionally compile most of the delay slot code
2015-10-07 Trevor Saundersreorg.c: use vec<rtx_insn *> instead of rtx_insn_list...
2015-08-21 Trevor Saundersremove another #if for HAVE_cc0
2015-08-12 Trevor SaundersRevert "replace several uses of the anon namespace...
2015-08-11 Trevor Saundersreplace several uses of the anon namespace with GCC_FINAL
2015-07-13 Aldy HernandezFix double word typos.
2015-07-10 Andrew Macleodbb-reorder.c: Don't include obstack.h if backend.h...
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-30 Richard Sandiforddefaults.h (HAVE_epilogue, [...]): Delete.
2015-06-25 Richard SandifordMakefile.in (TARGET_DEF): Add target-insns.def.
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-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-20 Mikhail MaltsevPromote types of RTL expressions to more derived ones.
2015-05-09 Trevor Saundersuse rtx_insn * more in reorg.c
2015-05-09 Trevor Saundersmake stop_search_p take a rtx_insn *
2015-05-07 Richard Sandifordrtl.h (always_void_p): New function.
2015-05-02 Trevor Saunderschange local vars to rtx_insn *
2015-04-28 Trevor Saundersalways define HAVE_epilogue
2015-04-28 Trevor Saundersalways define HAVE_simple_return and HAVE_return
2015-04-22 Trevor Saundersadd default for INSN_REFERENCES_ARE_DELAYED
2015-04-22 Trevor Saundersprovide default for INSN_SETS_ARE_DELAYED
2015-04-22 Trevor Saundersremove more ifdefs for HAVE_cc0
2015-04-22 Trevor Saundersmake some HAVE_cc0 code always compiled
2015-04-22 Trevor Saundersalways define HAVE_cc0
2015-04-20 Selim Belbachirreorg.c (try_merge_delay_insns): Improve correctness...
2015-02-09 Joern Renneckere PR target/64761 (-freorder-blocks-and-partition...
2015-01-29 Kaz Kojimareorg.c (relax_delay_slots): Take account of NOTE_INSN_...
2015-01-17 Eric Botcazoureorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGN...
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-11-11 Eric Botcazou* reorg.c (fill_slots_from_thread): Do not copy frame...
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-22 Richard Sandifordrecog.h (constrain_operands): Add an alternative_mask...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-09-16 Trevor SaundersReplace INSN_DELETED_P with rtx_insn member functions
2014-09-15 David MalcolmInstruction attributes take an rtx_insn *
2014-09-15 David MalcolmThe TARGET_CAN_FOLLOW_JUMP hook takes insns
2014-09-11 David MalcolmIntroduce LABEL_REF_LABEL
2014-09-09 David Malcolmsingle_set takes an insn
2014-09-09 David MalcolmINSN_LOCATION takes an rtx_insn
2014-09-05 David MalcolmUse rtx_insn for various jump-handling functions and...
2014-09-05 David MalcolmSimplification within reorg.c
2014-09-04 Trevor Saundersuse rtx_insn * a little more
2014-08-30 David Malcolmre PR bootstrap/62304 (ICE in follow_jumps, find_dead_o...
2014-08-29 David MalcolmUse rtx_insn in various places in resource.[ch]
2014-08-28 David MalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-28 David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-28 David MalcolmUse rtx subclasses in more places in reorg.c
2014-08-27 David Malcolmreorg.c: Use rtx_sequence
2014-08-19 David MalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-07-09 Trevor Saundersremove has_execute
2014-05-19 Richard Sandifordreg-notes.def (CROSSING_JUMP): Likewise.
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-01-18 Richard Sandifordjump.c (delete_related_insns): Keep (use (insn))s.
2014-01-08 Richard Sandifordre PR rtl-optimization/59137 (Miscompilation at -O1...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-11-19 David MalcolmEliminate n_basic_blocks macro
2013-11-13 Steven Bosschercfgrtl.c (can_fallthru): Reorder code to move tablejump...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-23 Richard Sandifordrtl.texi (REG_NOTES): Say that int_list can also be...
2013-08-07 Eric Botcazourtl.h (update_alignments): Declare.
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-05-16 Rainer OrthRestore bootstrap on non-cc0 targets
2013-05-14 Steven Bosscherresource.h (struct resources): Remove unch_memory member.
2013-05-14 Steven Bosscherrtl.h (next_label, [...]): Remove prototypes.
2013-05-06 Steven Bosschermips.c: Include tree-pass.h.
2013-04-17 Steven Bosscherfix previous commit, include reviewer request.
2013-04-17 Steven Bosscheremit-rtl.c (link_insn_into_chain): Handle chaining...
2013-04-14 Eric Botcazoureorg.c (fill_simple_delay_slots): Reindent block of...
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-04-02 Eric Botcazoureorg.c (get_branch_condition): Deal with conditional...
2013-03-30 Steven Bosschercfgrtl.c (fixup_reorder_chain): Do not emit barriers...
2013-03-29 Steven Bosschercfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-12-02 Steven Bosscherfunction.h (struct rtl_data): Remove epilogue_delay_list.
2012-12-02 Steven Bosscherreorg.c: Remove an obsolete comment.
2012-11-27 Steven Bosscherloop-invariant.c (check_invariant_table_size): Take...
2012-11-26 Eric Botcazou* reorg.c (redundant_insn): Do not handle DEBUG_INSNs.
2012-11-25 Steven Bosschertm.texi.in (DELAY_SLOTS_FOR_EPILOGUE): Remove documenta...
2012-11-05 Joern Renneckereorg.c (fill_simple_delay_slots): Avoid calling optimi...
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-20 Joern Renneckeemit-rtl.c (copy_delay_slot_insn): New function.
2012-09-30 Joern Renneckere PR rtl-optimization/38449 (delay branch scheduling...
2012-09-30 Eric Botcazoureorg.c (relax_delay_slots): Use delay_insn consistently.
2012-09-19 Dehao ChenIntegrate lexical block into source_location.
2012-08-02 Richard Sandifordreorg.c (dbr_schedule): Delete REG_BR_PRED loop.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-06-24 Steven Bosscheroutput.h: (current_function_is_leaf...
2012-05-04 Steven Bosscherrtl.def (ATTR_FLAG): Remove probability indicating...
next