aboutsummaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-24re PR lto/63968 (175.vpr from cpu2000 fails to build with LTO)Martin Liska1-2/+2
2014-11-19PR jit/63854: Fix memory leak within bb-reorder.cDavid Malcolm1-1/+1
2014-11-18fibonacci_heap is used for bb-reoder purpose.Martin Liska1-31/+30
2014-11-04Make a temporary sequence for a jump emitted only to examine its length.Bernd Schmidt1-4/+3
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm1-2/+2
2014-08-21bb-reorder.c: Use rtx_insnDavid Malcolm1-14/+16
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm1-2/+2
2014-07-09remove has_executeTrevor Saunders1-3/+0
2014-06-30re PR rtl-optimization/61608 (FAIL: gcc.target/arm/epilog-1.c scan-assembler ...Richard Henderson1-6/+13
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-0/+1
2014-05-20tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols.Jan Hubicka1-1/+1
2014-05-19reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford1-13/+15
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+3
2014-04-17pass cfun to pass::executeTrevor Saunders1-116/+115
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-38/+36
2014-04-17remove has_gateTrevor Saunders1-3/+0
2014-03-23re PR rtl-optimization/60601 (profiledbootstrap fails with Ada)Eric Botcazou1-2/+1
2014-01-19re PR rtl-optimization/57763 (comp-goto-1.c: ICE verify_flow_info failed, err...Jakub Jelinek1-0/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-19re PR gcov-profile/59542 (ICE: verify_flow_info failed during Firefox build w...Teresa Johnson1-0/+7
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-11/+11
2013-12-09Eliminate last_basic_block macro.David Malcolm1-3/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-24/+26
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-4/+4
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-10-03predict.c (probably_never_executed): New function.Teresa Johnson1-0/+16
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+6
2013-08-31This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson1-3/+133
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-51/+105
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-06-06re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson1-25/+24
2013-05-23bb-reorder.c (branch_threshold): make constDavid Malcolm1-2/+2
2013-05-15function.h (has_bb_partition): New rtl_data flag.Teresa Johnson1-41/+7
2013-04-16re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...Steven Bosscher1-6/+1
2013-04-05bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused v...Steven Bosscher1-3/+1
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+9
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-09-19re PR middle-end/54364 (Tail call jumps not threaded)Zhenqiang Chen1-29/+176
2012-09-05bb-reorder.c: Clarify a few points in the head comment and fix long lines in ...Eric Botcazou1-58/+64
2012-09-04bb-reorder.c (gate_handle_reorder_blocks): Move around.Eric Botcazou1-77/+74
2012-08-24predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor1-3/+3