aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Squash commit of EH in gimpleRichard Henderson1-119/+111
2009-08-06* value-prof.c (init_pid_map): Replace xmalloc with XCNEWVEC.Neil Vachharajani1-3/+2
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-3/+3
2008-10-24re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez1-1/+1
2008-09-10value-prof.c (gimple_ic): Fix tuplification bug.Jan Hubicka1-2/+1
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-4/+4
2008-08-20value-prof.c (check_counter): Revert wrong call to error.Manuel López-Ibáñez1-3/+2
2008-08-20profile.c: Update calls to inform.Manuel López-Ibáñez1-4/+5
2008-08-18re PR bootstrap/37153 (Revision 139210 failed to bootstrap)H.J. Lu1-2/+2
2008-08-18cgraph.c (cgraph_edge): Handle inconsistent counts when setting count_scale.Paul Yuan1-13/+40
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