index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
bb-reorder.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-18
Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants
David Malcolm
1
-2
/
+2
2014-07-09
remove has_execute
Trevor Saunders
1
-3
/
+0
2014-06-30
re PR rtl-optimization/61608 (FAIL: gcc.target/arm/epilog-1.c scan-assembler ...
Richard Henderson
1
-6
/
+13
2014-05-24
tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.
Jan Hubicka
1
-0
/
+1
2014-05-20
tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols.
Jan Hubicka
1
-1
/
+1
2014-05-19
reg-notes.def (CROSSING_JUMP): Likewise.
Richard Sandiford
1
-13
/
+15
2014-05-06
tree-pass.h (TODO_verify_ssa, [...]): Remove.
Richard Biener
1
-3
/
+3
2014-04-17
pass cfun to pass::execute
Trevor Saunders
1
-116
/
+115
2014-04-17
pass current function to opt_pass::gate ()
Trevor Saunders
1
-38
/
+36
2014-04-17
remove has_gate
Trevor Saunders
1
-3
/
+0
2014-03-23
re PR rtl-optimization/60601 (profiledbootstrap fails with Ada)
Eric Botcazou
1
-2
/
+1
2014-01-19
re PR rtl-optimization/57763 (comp-goto-1.c: ICE verify_flow_info failed, err...
Jakub Jelinek
1
-0
/
+3
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-19
re PR gcov-profile/59542 (ICE: verify_flow_info failed during Firefox build w...
Teresa Johnson
1
-0
/
+7
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-11
/
+11
2013-12-09
Eliminate last_basic_block macro.
David Malcolm
1
-3
/
+4
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-24
/
+26
2013-11-19
Eliminate n_basic_blocks macro
David Malcolm
1
-4
/
+4
2013-10-21
Re-factor inclusion of tree.h.
Diego Novillo
1
-0
/
+1
2013-10-03
predict.c (probably_never_executed): New function.
Teresa Johnson
1
-0
/
+16
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-6
/
+6
2013-08-31
This patch sanitizes the partitioning to address issues such as edge weight i...
Teresa Johnson
1
-3
/
+133
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-51
/
+105
2013-07-21
Fix typos.
Ondřej Bílka
1
-1
/
+1
2013-06-06
re PR c++/53743 (ICE when compiling firefox with PGO and LTO)
Teresa Johnson
1
-25
/
+24
2013-05-23
bb-reorder.c (branch_threshold): make const
David Malcolm
1
-2
/
+2
2013-05-15
function.h (has_bb_partition): New rtl_data flag.
Teresa Johnson
1
-41
/
+7
2013-04-16
re PR middle-end/43631 (var-tracking inserts notes with non-NULL BLOCK_FOR_IN...
Steven Bosscher
1
-6
/
+1
2013-04-05
bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused v...
Steven Bosscher
1
-3
/
+1
2013-03-30
cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.
Steven Bosscher
1
-2
/
+2
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-9
/
+9
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+3
2012-09-19
re PR middle-end/54364 (Tail call jumps not threaded)
Zhenqiang Chen
1
-29
/
+176
2012-09-05
bb-reorder.c: Clarify a few points in the head comment and fix long lines in ...
Eric Botcazou
1
-58
/
+64
2012-09-04
bb-reorder.c (gate_handle_reorder_blocks): Move around.
Eric Botcazou
1
-77
/
+74
2012-08-24
predict.c (maybe_hot_frequency_p): New parameter fun.
Martin Jambor
1
-3
/
+3
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-1
/
+0
2012-07-08
basic-block.h: Re-group most prototypes per file.
Steven Bosscher
1
-1
/
+40
2012-06-17
cfglayout.h: Remove.
Steven Bosscher
1
-1
/
+0
2012-05-29
LANGUAGES: Fix typos.
Joseph Myers
1
-2
/
+2
2012-05-08
basic-block.h (struct rtl_bb_info): Remove visited member and move head_ memb...
Michael Matz
1
-33
/
+49
2012-03-29
cgraph.h (cgraph_materialize_all_clones): Remove.
Richard Guenther
1
-1
/
+1
2012-01-06
re PR gcov-profile/50127 (g++.dg/tree-prof/partition2.C FAILs on several targ...
Jakub Jelinek
1
-2
/
+5
2011-11-09
function.c (bb_active_p): Delete.
Alan Modra
1
-2
/
+1
2011-09-12
re PR rtl-optimization/50212 (ICE: in ei_container, at basic-block.h:610 with...
Jakub Jelinek
1
-2
/
+4
2011-09-07
bb-reorder.c (insert_section_boundary_note): Don't check optimize_function_fo...
Bernd Schmidt
1
-16
/
+17
2011-08-30
bb-reorder.c (insert_section_boundary_note): Only do it if we reordered the b...
Bernd Schmidt
1
-2
/
+5
2011-07-23
bb-reorder: Split EH edges crossing partitions.
Richard Henderson
1
-20
/
+166
[next]