summaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
Commit message (Expand)AuthorAgeFilesLines
* bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata2005-04-281-2/+2
* Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak2005-04-221-68/+45
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-1/+1
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-17/+17
* value-prof.c (tree_divmod_fixed_value_transform): Fix arguments to build_int_...Richard Sandiford2005-04-101-1/+2
* coverage.h (GCOV_TYPE_NODE): Delete.Richard Sandiford2005-04-061-1/+2
* system.h (GCOV_SIZE_TYPE): Unposion.Richard Sandiford2005-04-041-0/+1
* Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and...Dale Johannesen2005-03-291-80/+825
* value-prof.c (mod_subtract_transform): Remove local variable value.Kazu Hirata2005-03-121-2/+1
* value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable.Nathan Sidwell2005-03-101-7/+5
* bitmap.c, [...]: Update copyright.Kazu Hirata2005-02-151-1/+1
* re PR rtl-optimization/17428 (internal compiler error: in spill_failure, at r...Zdenek Dvorak2005-02-141-3/+21
* global.c, [...]: Fix comment typos.Kazu Hirata2004-11-141-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-1/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-2/+2
* Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak2004-09-011-80/+315
* re PR rtl-optimization/15633 (Failure to propagate FDO counters by vpt result...Pat Haugen2004-06-231-20/+62
* basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher2004-05-151-1/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-10/+84
* bb-reorder.c, [...]: Update copyright.Kazu Hirata2004-02-271-1/+1
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-17/+17
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-3/+3
* C90 prototype updates.R. Kelley Cook2003-10-311-1/+1
* Makefile.in (toplev.o): Add value-prof.h dependency.Zdenek Dvorak2003-10-191-3/+600
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-1/+1
* combine.c (distribute_notes): Cancel REG_VALUE_PROFILE notes.Zdenek Dvorak2003-07-301-3/+8
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* value-prof.c: New.Zdenek Dvorak2003-06-261-0/+106