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
2003-08-02
libgcov.c (gcov_exit): Cleanup and fix.
Zdenek Dvorak
1
-1
/
+7
2003-07-30
combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.
Zdenek Dvorak
1
-1
/
+57
2003-07-06
jump.c: Convert prototypes to ISO C90.
Andreas Jaeger
1
-57
/
+54
2003-06-26
value-prof.c: New.
Zdenek Dvorak
1
-2
/
+384
2003-06-23
basic-block.h: Fix comment formatting.
Kazu Hirata
1
-2
/
+2
2003-05-11
coverage.h (coverage_counter_alloc): New function.
Nathan Sidwell
1
-29
/
+45
2003-05-10
defaults.h (GCOV_TYPE_SIZE): Remove.
Nathan Sidwell
1
-11
/
+13
2003-04-23
Makefile.in (LIBGCC_DEPS): Add gcov headers.
Nathan Sidwell
1
-29
/
+9
2003-04-21
Break out coverage routines to new file.
Nathan Sidwell
1
-1086
/
+90
2003-04-17
emit-rtl.c (subreg_hard_regno): Check that register is representable.
Jan Hubicka
1
-39
/
+43
2003-04-13
tree.c (build_constructor): New function.
Zack Weinberg
1
-33
/
+21
2003-04-12
* profile.c (read_counts_file): Initialise 'checksum'.
Geoffrey Keating
1
-1
/
+1
2003-04-11
libfuncs.h (LTI_setbits, [...]): New.
Richard Henderson
1
-7
/
+2
2003-04-11
Makefile.in (loop-init.o): Do not depend on gcov-io.h, gcov-iov.h.
Nathan Sidwell
1
-89
/
+62
2003-04-07
Change gcov file interface to single file at a time.
Nathan Sidwell
1
-305
/
+206
2003-03-31
gcov.c: Add -a & -u options.
Nathan Sidwell
1
-1
/
+5
2003-03-30
profile.c (instrument_edges): Make sure any newly created jump insns have cor...
DJ Delorie
1
-0
/
+1
2003-02-26
gcov-dump.c (print_prefix): Fix signedness warning.
Zdenek Dvorak
1
-174
/
+580
2003-01-27
Makefile.in (LIB2FUNCS_ST): Remove _gcov.
Nathan Sidwell
1
-5
/
+1
2003-01-18
basic-block.h: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2002-12-25
output.h: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2002-12-24
configure.in (enable-coverage): Add SELF_COVERAGE.
Nathan Sidwell
1
-12
/
+5
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-406
/
+748
2002-12-13
c-decl.c: Fix a comment typo.
Kazu Hirata
1
-3
/
+3
2002-10-21
c-opts.c (missing_arg): Use cl_options[opt_index].opt_code instead of just op...
Ulrich Weigand
1
-1
/
+1
2002-10-03
final.c (final): Use symbol name as function name for profiling.
Jan Hubicka
1
-5
/
+8
2002-09-26
c-common.h: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2002-09-08
basic-block.h: Fix comment formatting.
Kazu Hirata
1
-3
/
+3
2002-08-09
profile.c (da_file_name): New static var.
Nathan Sidwell
1
-9
/
+9
2002-08-04
gcc.c (cc1_options): Pass output file as auxbase when appropriate.
Nathan Sidwell
1
-3
/
+0
2002-07-29
profile.c: Add file comment describing the overall algorithm and structures.
Nathan Sidwell
1
-12
/
+52
2002-07-21
gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
Neil Booth
1
-3
/
+0
2002-06-11
Delete SEQUENCE rtl usage outside of reorg and ssa passes.
David S. Miller
1
-1
/
+1
2002-06-04
Merge from pch-branch up to tag pch-commit-20020603.
Geoffrey Keating
1
-2
/
+3
2002-05-28
basic-block.h (last_basic_block): Declare.
Zdenek Dvorak
1
-0
/
+3
2002-05-27
basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.
Zdenek Dvorak
1
-2
/
+2
2002-05-23
bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...
Zdenek Dvorak
1
-40
/
+24
2002-05-21
profile.c (gen_edge_profiler): Set alias set before the memory is used.
Jan Hubicka
1
-2
/
+8
2002-05-20
params.c: Fix formatting.
Kazu Hirata
1
-22
/
+22
2002-05-16
Revert "Basic block renumbering removal", and two followup patches.
Richard Henderson
1
-44
/
+55
2002-05-16
Basic block renumbering removal.
Zdenek Dvorak
1
-55
/
+44
2002-05-12
profile.h (profile_info): Add missing extern to declaration.
Richard Henderson
1
-0
/
+4
2002-05-09
final.c (end_final): Use C trees to output data structures for profiling.
Jan Hubicka
1
-47
/
+234
2002-03-21
Makefile.in (fold-const.o, [...]): Update.
Neil Booth
1
-3
/
+4
2002-03-06
cfgrtl.c (delete_insn_and_edges, [...]): New.
Jan Hubicka
1
-1
/
+1
2001-12-02
c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.
Neil Booth
1
-1
/
+1
2001-12-01
c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.
Neil Booth
1
-1
/
+1
2001-11-21
profile.c (compute_branch_probabilites): Compute probabilities for entry/exit...
Jan Hubicka
1
-25
/
+47
2001-11-21
explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...
Jakub Jelinek
1
-1
/
+1
2001-11-04
ChangeLog.2, [...]: Fix spelling errors.
Joseph Myers
1
-1
/
+1
[next]