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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-09
bitmap.c, [...]: Add space between string literal and macro name.
Jason Merrill
1
-6
/
+6
2015-01-15
dojump.h: New header file.
Prathamesh Kulkarni
1
-4
/
+17
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+4
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-10-28
cgraph.h: Flatten.
Andrew MacLeod
1
-0
/
+3
2014-10-27
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
Andrew MacLeod
1
-0
/
+4
2014-10-21
Add AutoFDO.
Dehao Chen
1
-0
/
+8
2014-10-16
function.h: Flatten file.
Andrew MacLeod
1
-0
/
+6
2014-10-07
params.def (PARAM_INDIR_CALL_TOPN_PROFILE): New param.
Rong Xu
1
-0
/
+1
2014-09-22
tree-ssa-ccp.c (prop_value_d): Rename to ...
Jan Hubicka
1
-8
/
+8
2014-07-24
IPA C++ refactoring 1/N
Martin Liska
1
-3
/
+2
2014-06-04
Make coverage_compute_cfg_checksum callable with arg.
Martin Liska
1
-1
/
+1
2014-05-26
system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.
Richard Biener
1
-8
/
+8
2014-02-01
re PR tree-optimization/60003 (wrong code with __builtin_setjmp/__builtin_lon...
Jakub Jelinek
1
-5
/
+1
2014-01-29
re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)
Jakub Jelinek
1
-12
/
+7
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-4
/
+4
2013-12-09
Eliminate profile_status macro.
David Malcolm
1
-2
/
+2
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-0
/
+4
2013-11-21
Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-1
/
+1
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-28
/
+32
2013-11-19
Eliminate n_basic_blocks macro
David Malcolm
1
-3
/
+3
2013-11-19
* profile.c (compute_branch_probabilities): Do not sanity check run_max.
Jan Hubicka
1
-5
/
+0
2013-11-13
gimple-walk.h: New File.
Andrew Macleod
1
-0
/
+1
2013-11-11
Time profiler introduced.
Martin Liska
1
-3
/
+28
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-1
/
+2
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-4
/
+4
2013-09-16
dumpfile.c (dump_loc): Remove newline emission.
Teresa Johnson
1
-2
/
+3
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-08-29
dumpfile.c (dump_loc): Output column number.
Teresa Johnson
1
-4
/
+5
2013-08-01
* profile.c (compute_value_histograms): Fix thinko.
Jan Hubicka
1
-1
/
+1
2013-07-30
profile.c (compute_value_histograms): Do not ICE when there is mismatch only ...
Jan Hubicka
1
-2
/
+6
2013-05-22
re PR tree-optimization/57349 (ICE on 253.perlbmk with pgo after r198096)
Richard Biener
1
-12
/
+14
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
[next]