aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-09gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther1-44/+3
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-6/+6
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-375/+364
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-3/+3
2008-06-10value_prob.c (tree_divmod_fixed_value_transform): Use gcov_type.Vinodha Ramasamy1-12/+30
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+3
2008-05-28value-prof.c (tree_ic_transform): Use HOST_WIDEST_INT_PRINT_DEC for printing ...Seongbae Park1-1/+2
2008-05-28tree-ssa-propagate.c (set_rhs): Preserve the histogram and the eh region info...Seongbae Park1-0/+19
2008-05-28value-prof.c (tree_ic_transform): Print counts.Seongbae Park1-0/+1
2008-05-10value-prof.c (interesting_stringop_to_profile): Do not return early for BUILT...Uros Bizjak1-2/+2
2007-08-24re PR target/11787 (always call memcpy for block move in mips16)Sandra Loosemore1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi1-2/+2
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-13/+6
2007-02-19function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle1-31/+35
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-34/+28
2007-02-08value-prof.c (visit_hist, free_hist): Return 1 instead of 0.Jan Hubicka1-2/+2
2007-02-03re PR gcov-profile/30650 (ICE with -fprofile-use)Jan Hubicka1-4/+14
2007-01-31cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-01-28builtins.c (expand_builtin_memset): Fix typo in my last patch.Jan Hubicka1-1/+1
2007-01-28expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka1-2/+82
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily1-1/+250
2006-12-13Makefile.in: Add dependencies.Jan Hubicka1-115/+352
2006-12-11value-prof.c (tree_stringops_transform): New.Jan Hubicka1-13/+280
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-27/+28
2006-11-03tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co...Steven Bosscher1-1/+1
2006-08-17PR gcov/profile/26570Zdenek Dvorak1-10/+1
2006-07-13cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.Jan Hubicka1-1/+5
2006-04-24re PR tree-optimization/22525 (tree based value profiling (-fprofile-use) pro...Richard Guenther1-9/+7
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-08-01profile.c (compute_value_histograms): Fix thinko.Jan Hubicka1-0/+30
2005-07-28Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka1-1024/+36
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+39
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