aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-28tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis): Update pr...Jan Hubicka1-18/+19
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata1-2/+2
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-68/+45
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-1/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-17/+17
2005-04-10value-prof.c (tree_divmod_fixed_value_transform): Fix arguments to build_int_...Richard Sandiford1-1/+2
2005-04-06coverage.h (GCOV_TYPE_NODE): Delete.Richard Sandiford1-1/+2
2005-04-04system.h (GCOV_SIZE_TYPE): Unposion.Richard Sandiford1-0/+1
2005-03-29Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and...Dale Johannesen1-80/+825
2005-03-12value-prof.c (mod_subtract_transform): Remove local variable value.Kazu Hirata1-2/+1
2005-03-10value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-7/+5
2005-02-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-14re PR rtl-optimization/17428 (internal compiler error: in spill_failure, at r...Zdenek Dvorak1-3/+21
2004-11-14global.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-10c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-01Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak1-80/+315
2004-06-23re PR rtl-optimization/15633 (Failure to propagate FDO counters by vpt result...Pat Haugen1-20/+62
2004-05-15basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-10/+84
2004-02-27bb-reorder.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-17/+17
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-3/+3
2003-10-31C90 prototype updates.R. Kelley Cook1-1/+1
2003-10-19Makefile.in (toplev.o): Add value-prof.h dependency.Zdenek Dvorak1-3/+600
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-30combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.Zdenek Dvorak1-3/+8
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-26value-prof.c: New.Zdenek Dvorak1-0/+106