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
/
profile-count.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-29
Fix profile update after vectorize loop versioning
Jan Hubicka
1
-0
/
+6
2023-07-27
Fix profile_count::apply_probability
Jan Hubicka
1
-2
/
+2
2023-07-14
Turn TODO_rebuild_frequencies to a pass
Jan Hubicka
1
-0
/
+10
2023-07-07
Dump profile_count along with relative frequency
Jan Hubicka
1
-2
/
+2
2023-07-06
updat_bb_profile_for_threading TLC
Jan Hubicka
1
-0
/
+28
2023-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-06-24
profile-count: fix /= and *= operators
Martin Liska
1
-8
/
+12
2022-06-20
Add operators / and * for profile_{count,probability}.
Martin Liska
1
-3
/
+43
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-08
Use -fopt-info in unswitch pass.
Martin Liska
1
-0
/
+6
2021-07-15
Change the type of return value of profile_count::value to uint64_t
Martin Jambor
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-01-28
ipa: fix handling of multiple speculations (PR93318)
Jan Hubicka
1
-0
/
+10
2020-01-16
Make profile estimation more precise
Jan Hubicka
1
-2
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-01
profile-count.h (profile_count::operator<): Use IPA value for comparsion.
Jan Hubicka
1
-4
/
+4
2019-11-29
profile-count.c (profile_count::to_cgraph_frequency, [...]): Check for compai...
Jan Hubicka
1
-1
/
+11
2019-11-28
profile-count.h (profile_count::max): Work on profiles of different type.
Jan Hubicka
1
-4
/
+15
2019-11-28
Fix previous commit (that included unrelated changes)
Jan Hubicka
1
-26
/
+5
2019-11-28
Fix profile adjusments while cloning
Jan Hubicka
1
-5
/
+30
2019-11-23
ipa-fnsummary.c: Fix comment typos.
Jakub Jelinek
1
-16
/
+16
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-4
/
+4
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+1
2019-05-20
Add vertical spacing in order to separate functions.
Martin Liska
1
-2
/
+49
2019-05-20
Do not use full qualified names if possible.
Martin Liska
1
-79
/
+76
2019-05-20
Use capital letters for enum value names.
Martin Liska
1
-59
/
+59
2019-05-09
Support profile (BB counts and edge probabilities) in GIMPLE FE.
Martin Liska
1
-2
/
+20
2019-01-24
Mitigation for PR target/88469 on arm-based systems bootstrapping with gcc-6/7/8
Richard Earnshaw
1
-1
/
+11
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-4
/
+4
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-07
profile-count.h (profile_count::oeprator>=): Fix typo by inverting return con...
Bin Cheng
1
-1
/
+1
2018-11-28
profile-count.h (profile_count::split): Give better result when splitting pro...
Jan Hubicka
1
-2
/
+6
2018-11-07
Fix UBSAN in postreload-gcse.c (PR rtl-optimization/87868).
Martin Liska
1
-1
/
+1
2018-07-20
Add "-fsave-optimization-record"
David Malcolm
1
-0
/
+5
2018-01-24
cfgcleanup.c (try_crossjump_to_edge): Use combine_with_count to merge probabi...
Jan Hubicka
1
-31
/
+41
2018-01-23
Fix profile_quality sanity check.
Martin Liska
1
-11
/
+11
2018-01-23
profile-count.h (profile_probability::very_unlikely, [...]): Set precision to...
Jan Hubicka
1
-3
/
+3
2018-01-22
re PR tree-optimization/83081 ([arm] gcc.dg/pr80218.c fails since r254888)
Jakub Jelinek
1
-0
/
+24
2018-01-19
Fix usage of analyze_brprob.py script.
Martin Liska
1
-0
/
+5
2018-01-12
Add new verification for profile-count.h.
Martin Liska
1
-6
/
+10
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-08
re PR tree-optimization/83609 (ICE in read_complex_part at gcc/expr.c:3202)
Jan Hubicka
1
-12
/
+5
2017-11-18
cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.
Jan Hubicka
1
-6
/
+35
2017-11-17
predict.c (determine_unlikely_bbs): Set cgraph node count to 0 when entry blo...
Jan Hubicka
1
-0
/
+2
2017-11-13
cgraph.c (cgraph_edge::sreal_frequency): New function.
Jan Hubicka
1
-0
/
+3
2017-11-09
re PR ipa/82879 (ICE in max, at profile-count.h:889)
Jan Hubicka
1
-0
/
+5
2017-11-06
re PR bootstrap/82832 (Broken PGO LTO bootstrap on x86_64 after r254379)
Jan Hubicka
1
-1
/
+1
2017-11-03
asan.c (create_cond_insert_point): Maintain profile.
Jan Hubicka
1
-31
/
+199
2017-10-12
profile-count.c (safe_scale_64bit): Fix GCC4.x path.
Jan Hubicka
1
-17
/
+27
2017-10-11
profile-count.h (slow_safe_scale_64bit): New function.
Jan Hubicka
1
-14
/
+36
[next]