aboutsummaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
AgeCommit message (Expand)Author
2017-08-12Merged revisions r232323 through r251067 to the branchtr29124Edward Smith-Rowland
2017-07-20Merged revisions r232323 through r250392 to the branchEdward Smith-Rowland
2017-04-13Merged revisions through r246916 to the branchEdward Smith-Rowland
2016-06-22Merged revisions r232323 through r237677 to the branchEdward Smith-Rowland
2016-02-18Merging r232742 through r233528...Edward Smith-Rowland
2016-01-22Merge from trunk.Edward Smith-Rowland
2016-01-13Merge from trunk.Edward Smith-Rowland
2015-11-09Fix bb-reorder problem with degenerate cond_jump (PR68182)Segher Boessenkool
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-11bb-reorder: Improve the simple algorithm for -Os (PR67864)Segher Boessenkool
2015-10-01bb-reorder: Add -freorder-blocks-algorithm= and wire it upSegher Boessenkool
2015-10-01bb-reorder: Add the "simple" algorithmSegher Boessenkool
2015-10-01bb-reorder: Split out STCSegher Boessenkool
2015-08-19remove more useless typedefsTrevor Saunders
2015-07-10 * bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-30gcc/Richard Sandiford
2015-06-252015-06-25 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-06gcc/Richard Sandiford
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-05-22PR rtl-optimization/66237Mikhail Maltsev
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev
2015-04-28always define HAVE_simple_return and HAVE_returnTrevor Saunders
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>Prathamesh Kulkarni
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-24PR lto/63968Martin Liska
2014-11-19PR jit/63854: Fix memory leak within bb-reorder.cDavid Malcolm
2014-11-18fibonacci_heap is used for bb-reoder purpose.Martin Liska
2014-11-04Make a temporary sequence for a jump emitted only to examine its length.Bernd Schmidt
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew Macleod
2014-10-28 * cgraph.h: Flatten. Remove all include files.Andrew Macleod
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm
2014-08-21bb-reorder.c: Use rtx_insnDavid Malcolm
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm
2014-07-09remove has_executeTrevor Saunders
2014-06-30PR rtl-opt/61608Richard Henderson
2014-05-24 * tree-core.h (tree_decl_with_vis): Replace comdat_group byJan Hubicka
2014-05-20 * tree.h (DECL_ONE_ONLY): Return true only for externally visibleJan Hubicka
2014-05-19gcc/Richard Sandiford
2014-05-062014-05-06 Richard Biener <rguenther@suse.de>Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders