Age | Commit message (Expand) | Author | Files | Lines |
2004-10-28 | profile.c (branch_prob): Call to init_edge_profiler added. | Andreas Krebbel | 1 | -1/+5 |
2004-09-28 | profile.c (brnahc_prob): Pass correct value to output_location, even when USE... | Per Bothner | 1 | -1/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -29/+41 |
2004-09-26 | * profile.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-09-25 | profile.c (compute_branch_probabilities): Use REG_BR_PROB notes when re-const... | Jan Hubicka | 1 | -3/+15 |
2004-09-25 | predict.c (counts_to_freqs): Make glolbal. | Jan Hubicka | 1 | -0/+1 |
2004-09-23 | profile.c (branch_prob): Do not verify flow info in the middle of the pass. | Jan Hubicka | 1 | -4/+0 |
2004-09-23 | cfgexpand.c (add_reg_br_prob_note): New function. | Jan Hubicka | 1 | -1/+2 |
2004-09-16 | profile.c (branch_prob): Restore support for USE_MAPPED_LOCATION. | Frank Ch. Eigler | 1 | -15/+21 |
2004-09-14 | cgraph.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-11 | profile.c (BB_TO_GCOV_INDEX): move more to the front. | Jan Hubicka | 1 | -57/+143 |
2004-09-10 | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 1 | -14/+20 |
2004-09-10 | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 1 | -20/+14 |
2004-09-01 | Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency. | Zdenek Dvorak | 1 | -30/+37 |
2004-08-04 | basic-block.h (profile_staus): New global variable. | Jan Hubicka | 1 | -0/+1 |
2004-07-16 | basic-block.h (remove_fake_exit_edges): Declare. | Richard Henderson | 1 | -3/+2 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -1/+1 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -4/+7 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -379/+83 |
2004-02-27 | bb-reorder.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-24 | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 1 | -51/+51 |
2003-12-13 | c-typeck.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -9/+9 |
2003-10-19 | Makefile.in (toplev.o): Add value-prof.h dependency. | Zdenek Dvorak | 1 | -2/+0 |
2003-09-29 | re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki... | Jan Hubicka | 1 | -0/+21 |
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 |