summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
Commit message (Expand)AuthorAgeFilesLines
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-4/+11
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR lto/63968 (175.vpr from cpu2000 fails to build with LTO)Martin Liska2014-11-241-2/+2
* PR jit/63854: Fix memory leak within bb-reorder.cDavid Malcolm2014-11-191-1/+1
* fibonacci_heap is used for bb-reoder purpose.Martin Liska2014-11-181-31/+30
* Make a temporary sequence for a jump emitted only to examine its length.Bernd Schmidt2014-11-041-4/+3
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+4
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+8
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm2014-08-261-2/+2
* bb-reorder.c: Use rtx_insnDavid Malcolm2014-08-211-14/+16
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm2014-08-181-2/+2
* remove has_executeTrevor Saunders2014-07-091-3/+0
* re PR rtl-optimization/61608 (FAIL: gcc.target/arm/epilog-1.c scan-assembler ...Richard Henderson2014-06-301-6/+13
* tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka2014-05-241-0/+1
* tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols.Jan Hubicka2014-05-201-1/+1
* reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford2014-05-191-13/+15
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-3/+3
* pass cfun to pass::executeTrevor Saunders2014-04-171-116/+115
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-38/+36
* remove has_gateTrevor Saunders2014-04-171-3/+0
* re PR rtl-optimization/60601 (profiledbootstrap fails with Ada)Eric Botcazou2014-03-231-2/+1
* re PR rtl-optimization/57763 (comp-goto-1.c: ICE verify_flow_info failed, err...Jakub Jelinek2014-01-191-0/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR gcov-profile/59542 (ICE: verify_flow_info failed during Firefox build w...Teresa Johnson2013-12-191-0/+7
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-11/+11
* Eliminate last_basic_block macro.David Malcolm2013-12-091-3/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-24/+26
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-4/+4
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* predict.c (probably_never_executed): New function.Teresa Johnson2013-10-031-0/+16
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-6/+6
* This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson2013-08-311-3/+133
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-51/+105
* Fix typos.Ondřej Bílka2013-07-211-1/+1
* re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson2013-06-061-25/+24
* bb-reorder.c (branch_threshold): make constDavid Malcolm2013-05-231-2/+2
* function.h (has_bb_partition): New rtl_data flag.Teresa Johnson2013-05-151-41/+7
* re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Steven Bosscher2013-04-161-6/+1
* bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused v...Steven Bosscher2013-04-051-3/+1
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-2/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-9/+9
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+3
* re PR middle-end/54364 (Tail call jumps not threaded)Zhenqiang Chen2012-09-191-29/+176
* bb-reorder.c: Clarify a few points in the head comment and fix long lines in ...Eric Botcazou2012-09-051-58/+64
* bb-reorder.c (gate_handle_reorder_blocks): Move around.Eric Botcazou2012-09-041-77/+74