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
/
profile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-12
gcov: add more debugging facility
Martin Liska
1
-0
/
+5
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-09-23
gcov: fix streaming corruption
Martin Liska
1
-3
/
+3
2020-09-17
profile: clarify comment around histogram format
Sergei Trofimovich
1
-1
/
+1
2020-08-27
vec: add exact argument for various grow functions.
Martin Liska
1
-1
/
+1
2020-06-02
Make TOPN counter dynamically allocated.
Martin Liska
1
-31
/
+39
2020-01-22
Smart relaxation of TOP N counter.
Martin Liska
1
-1
/
+9
2020-01-14
hash-table.h: support non-zero empty values in empty_slow (v2)
David Malcolm
1
-0
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-10
Turn tp_first_run counts back to 32bit values.
Jan Hubicka
1
-3
/
+10
2019-12-08
Fix overflows in -fprofile-reorder-functions
Jan Hubicka
1
-1
/
+2
2019-12-05
cgraphclones.c (localize_profile): New function.
Jan Hubicka
1
-6
/
+23
2019-08-23
Clean up value-prof.c a bit.
Martin Liska
1
-7
/
+7
2019-07-25
Generalize get_most_common_single_value to return n_th value & count
Xiong Hu Luo
1
-0
/
+40
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+1
2019-07-03
Rename SINGE_VALUE to TOPN_VALUES counters.
Martin Liska
1
-2
/
+2
2019-06-07
Remove indirect call top N counter type.
Martin Liska
1
-1
/
+0
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-1
/
+1
2019-01-01
coverage.c (get_coverage_counts): Use current_function_decl.
Jan Hubicka
1
-104
/
+146
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-17
coverage.c (struct conts_entry): Add n_counts.
Jan Hubicka
1
-2
/
+3
2018-11-30
coverage.c (get_coverage_counts): Use from_function_decl for precise function...
Indu Bhagat
1
-3
/
+11
2018-11-27
Fix missing dump_impl_location_t values, using a new dump_metadata_t
David Malcolm
1
-1
/
+1
2018-09-21
Remove arc profile histogram in non-LTO mode.
Martin Liska
1
-109
/
+7
2018-07-31
GCOV: add cache for streamed locations.
Martin Liska
1
-8
/
+83
2018-07-31
Fix GCOV CFG related issues.
Martin Liska
1
-9
/
+20
2018-06-26
Introduce dump_location_t
David Malcolm
1
-4
/
+10
2018-06-05
Simplify gcov_histogram as it's used only for ARCS counters.
Martin Liska
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-14
auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
Jan Hubicka
1
-2
/
+6
2017-11-03
asan.c (create_cond_insert_point): Maintain profile.
Jan Hubicka
1
-43
/
+11
2017-10-19
asan.c (create_cond_insert_point): Do not update edge count.
Jan Hubicka
1
-5
/
+0
2017-06-29
asan.c (asan_emit_stack_protection): Update.
Jan Hubicka
1
-6
/
+8
2017-06-16
profile.c (compare_freqs): New function.
Jan Hubicka
1
-16
/
+24
2017-06-09
profile.c (edge_gcov_counts): Turn to pointer.
Jan Hubicka
1
-1
/
+0
2017-06-09
profile.c (edge_gcov_counts): Turn to pointer.
Jan Hubicka
1
-2
/
+4
2017-06-06
profile.c (compute_branch_probabilities): Also initialize EXIT_BLOCK profile.
Jan Hubicka
1
-1
/
+1
2017-06-05
invoke.texi: Document the -fprofile-abs-path option.
Bernd Edlinger
1
-1
/
+1
2017-06-04
i386.c (make_resolver_func): Update.
Jan Hubicka
1
-41
/
+63
2017-04-28
Make gcno more precise about BBs really belonging to a line (PR gcov-profile/...
Martin Liska
1
-21
/
+18
2017-04-28
gcno file: do not stream block flags (PR gcov-profile/80031).
Martin Liska
1
-2
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-03
Make direct emission of time profiler counter
Martin Liska
1
-10
/
+4
2016-09-27
re PR gcov-profile/46266 (gcov generates data for non-existing file <built-in>)
Martin Liska
1
-5
/
+4
2016-09-26
Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332)
Martin Liska
1
-4
/
+0
2016-06-10
profile.c: Include cfgloop.h.
Jan Hubicka
1
-0
/
+13
2016-06-03
tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid use of pro...
Jan Hubicka
1
-4
/
+7
2016-05-28
profile.c (compute_branch_probabilities): Do not report hitrates here.
Jan Hubicka
1
-2
/
+2
2016-04-17
predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
Jan Hubicka
1
-0
/
+2
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
[next]