]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/bb-reorder.c
Update copyright years.
[thirdparty/gcc.git] / gcc / bb-reorder.c
2016-01-04  jakub Update copyright years.
2015-11-09  segherFix bb-reorder problem with degenerate cond_jump (PR68182)
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-11  segherbb-reorder: Improve the simple algorithm for -Os (PR67864)
2015-10-01  segherbb-reorder: Add -freorder-blocks-algorithm= and wire...
2015-10-01  segherbb-reorder: Add the "simple" algorithm
2015-10-01  segherbb-reorder: Split out STC
2015-08-19  tbsaunderemove more useless typedefs
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  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-06  rsandifogcc/
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-22  miyukiPR rtl-optimization/66237
2015-05-20  miyukiPromote types of RTL expressions to more derived ones.
2015-05-19  miyukiUse std::swap instead of explicit swaps
2015-04-28  tbsaundealways define HAVE_simple_return and HAVE_return
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-24  marxinPR lto/63968
2014-11-19  dmalcolmPR jit/63854: Fix memory leak within bb-reorder.c
2014-11-18  marxinfibonacci_heap is used for bb-reoder purpose.
2014-11-04  berndsMake a temporary sequence for a jump emitted only to...
2014-11-01  amacleod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-28  amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-16  amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-08-26  dmalcolmRemove BB_HEAD, BB_END, BB_HEADER scaffolding
2014-08-21  dmalcolmbb-reorder.c: Use rtx_insn
2014-08-18  dmalcolmSplit BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants
2014-07-09  tbsaunderemove has_execute
2014-06-30  rthPR rtl-opt/61608
2014-05-24  hubicka * tree-core.h (tree_decl_with_vis): Replace comdat_gro...
2014-05-20  hubicka * tree.h (DECL_ONE_ONLY): Return true only for externa...
2014-05-19  rsandifogcc/
2014-05-06  mrsMerge in trunk.
2014-05-06  rguenth2014-05-06 Richard Biener <rguenther@suse.de>
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-04-02  mrsMerge in trunk.
2014-03-23  ebotcazou PR rtl-optimization/60601
2014-02-10  mrsMerge in trunk.
2014-01-19  jakub PR rtl-optimization/57763
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-19  tejohnson2013-12-19 Teresa Johnson <tejohnson@google.com>
2013-12-13  mrsMerge in trunk.
2013-12-09  dmalcolmEliminate FOR_EACH_BB macro.
2013-12-09  dmalcolmEliminate last_basic_block macro.
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  dmalcolmEliminate n_basic_blocks macro
2013-11-04  mrsMerge in trunk.
2013-10-21  dnovilloRe-factor inclusion of tree.h.
2013-10-20  mrsMerge in trunk.
2013-10-03  tejohnson2013-10-02 Teresa Johnson <tejohnson@google.com>
2013-09-28  rsandifogcc/
2013-09-04  mrsMerge in trunk.
2013-08-31  tejohnsonThis patch sanitizes the partitioning to address issues...
2013-08-05  dmalcolmAutomated conversion of passes to C++ classes
2013-07-21  mrsFix typos.
2013-06-06  tejohnson2013-06-06 Teresa Johnson <tejohnson@google.com>
2013-05-23  dmalcolmgcc/
2013-05-15  tejohnson2013-05-15 Teresa Johnson <tejohnson@google.com>
2013-04-16  steven PR middle-end/43631
2013-04-05  steven * bb-reorder.c (fix_crossing_unconditional_branches...
2013-03-30  steven * cfgrtl.c (fixup_reorder_chain): Do not emit barriers...
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-11-20  dnovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  singhai2012-11-01 Sharad Singhai <singhai@google.com>
2012-09-19  amker PR middle-end/54364
2012-09-05  ebotcazou * bb-reorder.c: Clarify a few points in the head comme...
2012-09-04  ebotcazou * bb-reorder.c (gate_handle_reorder_blocks): Move...
2012-08-24  jamborm2012-08-24 Martin Jambor <mjambor@suse.cz>
2012-07-16  stevengcc/
2012-07-08  stevengcc/
2012-06-17  steven2012-06-17 Steven Bosscher <steven@gcc.gnu.org>
2012-05-29  jsm28 * LANGUAGES: Fix typos.
2012-05-08  matz * basic-block.h (struct rtl_bb_info): Remove visited...
2012-03-29  rguenth2012-03-29 Richard Guenther <rguenther@suse.de>
2012-01-06  jakub PR gcov-profile/50127
2011-11-09  amodra * function.c (bb_active_p): Delete.
2011-09-12  jakub PR rtl-optimization/50212
2011-09-07  bernds * bb-reorder.c (insert_section_boundary_note): Don...
2011-08-30  bernds * bb-reorder.c (insert_section_boundary_note): Only...
2011-07-23  rthbb-reorder: Split EH edges crossing partitions.
2011-07-22  rth * bb-reorder.c (gate_handle_partition_blocks...
2011-07-20  uweigand * bb-reorder.c (fix_crossing_conditional_branches...
2011-07-18  rth * bb-reorder.c (fix_crossing_conditional_branch...
2011-07-18  rth * bb-reorder.c (emit_barrier_after_bb): Split out...
2011-07-16  rthbbpart: Use a VEC for crossing_edges.
next