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/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
/
predict.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-01
Cap frequency of recursive calls by 90%
Jan Hubicka
1
-1
/
+24
2020-02-25
typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]
Jakub Jelinek
1
-1
/
+1
2020-01-17
Extern -param=max-predicted-iterations range.
Jan Hubicka
1
-1
/
+2
2020-01-16
Make profile estimation more precise
Jan Hubicka
1
-56
/
+45
2020-01-13
Missed function specialization + partial devirtualization
Xiong Hu Luo
1
-1
/
+0
2020-01-02
re PR ipa/93087 (Bogus `-Wsuggest-attribute=cold` on function already marked ...
Jakub Jelinek
1
-4
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-10
predict.c (compute_function_frequency): Check for presence of IPA profile.
Jan Hubicka
1
-5
/
+3
2019-12-10
Fix typos in 2 functions.
Martin Liska
1
-4
/
+3
2019-12-01
profile-count.h (profile_count::operator<): Use IPA value for comparsion.
Jan Hubicka
1
-1
/
+1
2019-11-12
Remove gcc/params.* files.
Martin Liska
1
-1
/
+0
2019-11-12
Apply mechanical replacement (generated patch).
Martin Liska
1
-10
/
+10
2019-08-02
invoke.texi (hot-bb-count-fraction): Rework description.
Eric Botcazou
1
-3
/
+7
2019-08-01
cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.
Eric Botcazou
1
-36
/
+30
2019-07-25
Come up with function_decl_type and use it in tree_function_decl.
Martin Liska
1
-1
/
+1
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-19
/
+19
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-2
/
+4
2019-05-09
Support profile (BB counts and edge probabilities) in GIMPLE FE.
Martin Liska
1
-2
/
+2
2019-05-03
Come up with is_empty for hash_{table,map,set}.
Martin Liska
1
-1
/
+1
2019-03-19
Fix set of even probabilities (PR middle-end/89737).
Martin Liska
1
-3
/
+14
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-3
/
+3
2019-01-02
Calculate prediction remainder at proper place (PR tree-optimization/88650).
Martin Liska
1
-7
/
+9
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-31
predict.c (set_even_probabilities): Include also unlikely_count in calculation.
Martin Liska
1
-3
/
+12
2018-11-28
predict.c (determine_unlikely_bbs): Forward declare...
Jan Hubicka
1
-10
/
+37
2018-11-08
Change wording of __builtin_expect_with_probability errors.
Martin Liska
1
-4
/
+4
2018-11-05
Verify that last argument of __builtin_expect_with_probability is a real cst ...
Martin Liska
1
-0
/
+12
2018-09-21
Remove arc profile histogram in non-LTO mode.
Martin Liska
1
-4
/
+5
2018-09-03
Make __builtin_expect effective in switch statements (PR middle-end/PR59521).
Martin Liska
1
-20
/
+80
2018-08-27
Come up with fndecl_built_in_p.
Martin Liska
1
-3
/
+5
2018-08-15
Fix merging of 2 predictors (PR tree-optimization/86925).
Martin Liska
1
-3
/
+8
2018-08-10
Introduce __builtin_expect_with_probability (PR target/83610).
Martin Liska
1
-52
/
+110
2018-08-10
Strip only selected predictors after early tree passes (PR tree-optimization/...
Martin Liska
1
-31
/
+69
2018-08-07
Add malloc predictor (PR middle-end/83023).
Martin Liska
1
-0
/
+12
2018-08-03
Print heuristics probability fraction part with 2 digits.
Martin Liska
1
-1
/
+1
2018-07-07
tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type.
Aldy Hernandez
1
-1
/
+2
2018-03-20
Handle -fno-guess-branch-probability properly in predict.c (PR ipa/84825).
Martin Liska
1
-0
/
+3
2018-03-02
predict.c (test_prediction_value_range): Use PROB_UNINITIALIZED instead of -1...
Jakub Jelinek
1
-1
/
+1
2018-01-25
re PR tree-optimization/83055 (ICE in operator>, at profile-count.h:834)
Jan Hubicka
1
-13
/
+10
2018-01-24
cfgcleanup.c (try_crossjump_to_edge): Use combine_with_count to merge probabi...
Jan Hubicka
1
-1
/
+1
2018-01-23
Remove predictors that are unrealiable.
Martin Liska
1
-1
/
+1
2018-01-23
predict.c (probably_never_executed): Only use precise profile info.
Jan Hubicka
1
-10
/
+10
2018-01-19
Introduce PROB_UNINITIALIZED constant and use it in predict.def.
Martin Liska
1
-1
/
+5
2018-01-19
Fix usage of analyze_brprob.py script.
Martin Liska
1
-0
/
+13
2018-01-13
predict.c (determine_unlikely_bbs): Handle correctly BBs which appears in the...
Jan Hubicka
1
-2
/
+4
2018-01-10
re PR rtl-optimization/83575 (ICE: verify_flow_info failed (error: multiple h...
Jan Hubicka
1
-5
/
+14
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-19
re PR middle-end/81914 (gcc 7.1 generates branch for code which was branchles...
Jakub Jelinek
1
-0
/
+71
2017-11-18
cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.
Jan Hubicka
1
-7
/
+3
2017-11-17
predict.c (determine_unlikely_bbs): Set cgraph node count to 0 when entry blo...
Jan Hubicka
1
-1
/
+9
[next]