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
2013-04-08
First phase of unifying the computation of profile scale factors/probabilitie...
Teresa Johnson
1
-1
/
+1
2013-04-03
This patch enables the gcov-dump tool to optionally compute and dump the work...
Teresa Johnson
1
-102
/
+5
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2012-11-30
Revised patch to ensure that histograms from the profile summary are streamed...
Teresa Johnson
1
-1
/
+1
2012-11-21
re PR gcov-profile/55417 (AddressSanitizer reports stack-buffer-overflow in p...
Teresa Johnson
1
-5
/
+5
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-9
/
+9
2012-09-27
tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
Dehao Chen
1
-2
/
+3
2012-09-19
Integrate lexical block into source_location.
Dehao Chen
1
-3
/
+2
2012-09-04
Enhances the gcov program summary by adding a histogram of arc counter entries.
Teresa Johnson
1
-0
/
+157
2012-07-23
opts.c (common_handle_option): Do not set flag_value_profile_transformations ...
Steven Bosscher
1
-62
/
+18
2012-07-21
re PR gcov-profile/32543 (Gcov: profile.c total_num_edges_instrumented never ...
Steven Bosscher
1
-0
/
+3
2012-07-17
dumpfile.h (TDF_COMMENT): New define.
Steven Bosscher
1
-5
/
+5
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-2
/
+1
2012-07-08
basic-block.h: Re-group most prototypes per file.
Steven Bosscher
1
-1
/
+1
2012-06-17
cfglayout.h: Remove.
Steven Bosscher
1
-1
/
+0
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-01-05
re PR middle-end/44777 (ICE: SIGSEGV with -fprofile-use in gcc.c-torture/exec...
Jakub Jelinek
1
-1
/
+36
2011-12-04
gcov-io.h (struct gcov_info): Replace trailing array with pointer to array.
Nathan Sidwell
1
-20
/
+13
2011-10-20
profile.c (compute_branch_probabilities): Compute and dump the overlap betwee...
Dehao Chen
1
-1
/
+40
2011-08-04
Fix a bug that broke -freorder-functions
David Li
1
-0
/
+1
2011-04-29
split checksum into cfg checksum and line checksum
Xinliang David Li
1
-23
/
+33
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-2
/
+1
2011-04-06
profile.c (branch_prob): Move declaration of local variable.
Eric Botcazou
1
-10
/
+6
2011-03-25
Changelog c-family/
Kai Tietz
1
-1
/
+1
2011-01-10
re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...
Jan Hubicka
1
-2
/
+11
2010-12-21
value-prof.c (value_prof_hooks): Remove.
Steven Bosscher
1
-21
/
+10
2010-12-06
re PR bootstrap/46528 (profiledbootstrap failure)
Jakub Jelinek
1
-3
/
+4
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-2
/
+1
2010-11-26
re PR bootstrap/46528 (profiledbootstrap failure)
Richard Guenther
1
-1
/
+2
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-05-23
regs.h: Do not include obstack.h, basic-block.h.
Steven Bosscher
1
-0
/
+1
2009-12-30
re PR other/42537 ([PATCH] misc spelling fixes)
Robert Millan
1
-1
/
+1
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-4
/
+4
2009-06-17
profile.c (total_num_never_executed): Don't define.
Ian Lance Taylor
1
-11
/
+2
2008-10-24
re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...
Manuel López-Ibáñez
1
-1
/
+1
2008-10-07
re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...
Jakub Jelinek
1
-2
/
+4
2008-09-09
profile.c (is_edge_inconsistent): Add debug output; ignore negative count on ...
Jan Hubicka
1
-12
/
+63
2008-09-01
predict.c (maybe_hot_count_p, [...]): When profile is present, use only count...
Jan Hubicka
1
-13
/
+11
2008-08-31
ipa-cp.c (ipcp_need_original_clone_p): Remove.
Jan Hubicka
1
-1
/
+1
2008-08-20
profile.c: Update calls to inform.
Manuel López-Ibáñez
1
-1
/
+1
2008-08-18
cgraph.c (cgraph_edge): Handle inconsistent counts when setting count_scale.
Paul Yuan
1
-55
/
+145
2008-08-06
builtins.c (expand_builtin_profile_func): Avoid C++ keywords.
Kaveh R. Ghazi
1
-2
/
+2
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-27
/
+20
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-1
/
+1
2008-02-26
system.h (USE_MAPPED_LOCATION): Poison.
Tom Tromey
1
-13
/
+2
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-5
/
+5
2007-05-21
gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...
Jan Hubicka
1
-0
/
+9
2007-01-28
expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...
Jan Hubicka
1
-0
/
+16
2007-01-19
Patch by Tomas Bily <tbily@suse.cz>
Tomas Bily
1
-0
/
+8
2006-12-13
Makefile.in: Add dependencies.
Jan Hubicka
1
-3
/
+1
[next]