]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/reorg.c
* doc/install.texi (Specific, alpha): Remove note to use
[thirdparty/gcc.git] / gcc / reorg.c
2019-06-27  marxinRemove quite obvious dead assignments.
2019-04-03  law PR rtl-optimization/81025
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-01  jakub Update copyright years.
2018-10-02  ebotcazou * reorg.c (make_return_insns): Use emit_copy_of_insn_a...
2018-08-06  alahay01Remaining support for clobber high
2018-03-02  law * reorg.c (stop_search_p): Handle DEBUG_INSN.
2018-02-26  ebotcazou PR rtl-optimization/83496
2018-01-03  jakub Update copyright years.
2017-12-21  aoliva[-fcompare-debug] retain insn locations when turning...
2017-12-19  jakub * read-rtl.c (parse_reg_note_name): Replace Yoda condi...
2017-11-22  ebotcazou PR rtl-optimization/83030
2017-07-16  hubicka * profile-count.h (profile_probability::from_reg_br_pr...
2017-06-15  ebotcazou PR rtl-optimization/80474
2017-05-15  law * reorg.c (relax_delay_slots): Create a new variable...
2017-01-01  jakub Update copyright years.
2016-11-02  tbsaunderemove cast to rtx_insn * in remove_note
2016-11-02  tbsaundesplit up the trial variable in reorg.c:relax_delay_slot...
2016-10-21  tbsaundemake LABEL_REF_LABEL a rtx_insn *
2016-10-13  thopre01Move MEMMODEL_* from coretypes.h to memmodel.h
2016-09-22  tbsaundemake next/prev active_insn and active_insn_p take rtx_i...
2016-09-22  tbsaundemake next/prev _nonnote_insn take rtx_insn *
2016-04-26  jakub * reorg.c (try_merge_delay_insns): Declare i and j...
2016-04-24  tbsaundestop using rtx_insn_list in reorg.c
2016-03-16  law PR rtl-optimization/70024
2016-01-04  jakub Update copyright years.
2015-12-07  sje2015-12-07 Steve Ellcey <sellcey@imgtec.com>
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-26  dardissgcc/
2015-10-21  tbsaundeunconditionally compile most of the delay slot code
2015-10-07  tbsaundereorg.c: use vec<rtx_insn *> instead of rtx_insn_list...
2015-08-21  tbsaunderemove another #if for HAVE_cc0
2015-08-12  tbsaundeRevert "replace several uses of the anon namespace...
2015-08-11  tbsaundereplace several uses of the anon namespace with GCC_FINAL
2015-07-13  aldyhFix double word typos.
2015-07-10  amacleod * bb-reorder.c: Don't include obstack.h if backend...
2015-07-10  amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-30  rsandifogcc/
2015-06-25  rsandifogcc/
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-20  miyukiPromote types of RTL expressions to more derived ones.
2015-05-09  tbsaundeuse rtx_insn * more in reorg.c
2015-05-09  tbsaundemake stop_search_p take a rtx_insn *
2015-05-07  rsandifogcc/
2015-05-02  tbsaundechange local vars to rtx_insn *
2015-04-28  tbsaundealways define HAVE_epilogue
2015-04-28  tbsaundealways define HAVE_simple_return and HAVE_return
2015-04-22  tbsaundeadd default for INSN_REFERENCES_ARE_DELAYED
2015-04-22  tbsaundeprovide default for INSN_SETS_ARE_DELAYED
2015-04-22  tbsaunderemove more ifdefs for HAVE_cc0
2015-04-22  tbsaundemake some HAVE_cc0 code always compiled
2015-04-22  tbsaundealways define HAVE_cc0
2015-04-20  law * reorg.c (try_merge_delay_insns): Improve corre...
2015-02-09  kkojimaPR target/64761
2015-01-29  kkojima* reorg.c (relax_delay_slots): Take account of NOTE_INS...
2015-01-17  ebotcazou * reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_R...
2015-01-15  prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-11-11  ebotcazou * reorg.c (fill_slots_from_thread): Do not copy frame...
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-22  rsandifogcc/
2014-10-16  amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-09-16  tbsaundeReplace INSN_DELETED_P with rtx_insn member functions
2014-09-15  dmalcolmInstruction attributes take an rtx_insn *
2014-09-15  dmalcolmThe TARGET_CAN_FOLLOW_JUMP hook takes insns
2014-09-11  dmalcolmIntroduce LABEL_REF_LABEL
2014-09-09  dmalcolmsingle_set takes an insn
2014-09-09  dmalcolmINSN_LOCATION takes an rtx_insn
2014-09-05  dmalcolmUse rtx_insn for various jump-handling functions and...
2014-09-05  dmalcolmSimplification within reorg.c
2014-09-04  tbsaundeuse rtx_insn * a little more
2014-08-30  dmalcolm PR bootstrap/62304
2014-08-29  dmalcolmUse rtx_insn in various places in resource.[ch]
2014-08-28  dmalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-28  dmalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-28  dmalcolmUse rtx subclasses in more places in reorg.c
2014-08-27  dmalcolmreorg.c: Use rtx_sequence
2014-08-19  dmalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-07-09  tbsaunderemove has_execute
2014-05-19  rsandifogcc/
2014-04-22  rsandifoMerge from trunk.
2014-04-17  tbsaundepass cfun to pass::execute
2014-04-17  tbsaundepass current function to opt_pass::gate ()
2014-04-17  tbsaunderemove has_gate
2014-02-10  mrsMerge in trunk.
2014-01-18  rsandifogcc/
2014-01-13  mrsMerge in trunk.
2014-01-08  rsandifogcc/
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dmalcolmEliminate n_basic_blocks macro
2013-11-16  mrsMerge in trunk.
2013-11-13  steven * cfgrtl.c (can_fallthru): Reorder code to move tablej...
next