summaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak2007-04-271-13/+6
* function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle2007-02-191-31/+35
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-34/+28
* value-prof.c (visit_hist, free_hist): Return 1 instead of 0.Jan Hubicka2007-02-081-2/+2
* re PR gcov-profile/30650 (ICE with -fprofile-use)Jan Hubicka2007-02-031-4/+14
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2007-01-311-1/+1
* builtins.c (expand_builtin_memset): Fix typo in my last patch.Jan Hubicka2007-01-281-1/+1
* expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka2007-01-281-2/+82
* Patch by Tomas Bily <tbily@suse.cz>Tomas Bily2007-01-191-1/+250
* Makefile.in: Add dependencies.Jan Hubicka2006-12-131-115/+352
* value-prof.c (tree_stringops_transform): New.Jan Hubicka2006-12-111-13/+280
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-27/+28
* tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co...Steven Bosscher2006-11-031-1/+1
* PR gcov/profile/26570Zdenek Dvorak2006-08-171-10/+1
* cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.Jan Hubicka2006-07-131-1/+5
* re PR tree-optimization/22525 (tree based value profiling (-fprofile-use) pro...Richard Guenther2006-04-241-9/+7
* Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata2005-08-061-1/+1
* profile.c (compute_value_histograms): Fix thinko.Jan Hubicka2005-08-011-0/+30
* Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka2005-07-281-1024/+36
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+39
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-ssa-threadupdate.c: (create_edge_and_update_destination_phis): Update pr...Jan Hubicka2005-05-281-18/+19
* 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