summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-4/+11
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+9
* Update copyright years.jakub2015-01-051-1/+1
* PR lto/63968marxin2014-11-241-2/+2
* PR jit/63854: Fix memory leak within bb-reorder.cdmalcolm2014-11-191-1/+1
* fibonacci_heap is used for bb-reoder purpose.marxin2014-11-181-31/+30
* Make a temporary sequence for a jump emitted only to examine its length.bernds2014-11-041-4/+3
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod2014-11-011-0/+1
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-281-0/+4
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+8
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+6
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingdmalcolm2014-08-261-2/+2
* bb-reorder.c: Use rtx_insndmalcolm2014-08-211-14/+16
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsdmalcolm2014-08-181-2/+2
* remove has_executetbsaunde2014-07-091-3/+0
* PR rtl-opt/61608rth2014-06-301-6/+13
* * tree-core.h (tree_decl_with_vis): Replace comdat_group byhubicka2014-05-241-0/+1
* * tree.h (DECL_ONE_ONLY): Return true only for externally visiblehubicka2014-05-201-1/+1
* gcc/rsandifo2014-05-191-13/+15
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-3/+3
* pass cfun to pass::executetbsaunde2014-04-171-116/+115
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-38/+36
* remove has_gatetbsaunde2014-04-171-3/+0
* PR rtl-optimization/60601ebotcazou2014-03-231-2/+1
* PR rtl-optimization/57763jakub2014-01-191-0/+3
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* 2013-12-19 Teresa Johnson <tejohnson@google.com>tejohnson2013-12-191-0/+7
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-11/+11
* Eliminate last_basic_block macro.dmalcolm2013-12-091-3/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-24/+26
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-4/+4
* Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* 2013-10-02 Teresa Johnson <tejohnson@google.com>tejohnson2013-10-031-0/+16
* gcc/rsandifo2013-09-281-6/+6
* This patch sanitizes the partitioning to address issues such as edgetejohnson2013-08-311-3/+133
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-51/+105
* Fix typos.mrs2013-07-211-1/+1
* 2013-06-06 Teresa Johnson <tejohnson@google.com>tejohnson2013-06-061-25/+24
* gcc/dmalcolm2013-05-231-2/+2
* 2013-05-15 Teresa Johnson <tejohnson@google.com>tejohnson2013-05-151-41/+7
* PR middle-end/43631steven2013-04-161-6/+1
* * bb-reorder.c (fix_crossing_unconditional_branches): Remove asteven2013-04-051-3/+1
* * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven2013-03-301-2/+2
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-9/+9
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+3
* PR middle-end/54364amker2012-09-191-29/+176
* * bb-reorder.c: Clarify a few points in the head comment and fixebotcazou2012-09-051-58/+64
* * bb-reorder.c (gate_handle_reorder_blocks): Move around.ebotcazou2012-09-041-77/+74