aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-10tree.h (get_pointer_alignment): Remove max-align argument.Richard Guenther1-2/+2
2011-06-07re PR gcov-profile/49299 (ICE in gimple_ic on profile feedback build)Jakub Jelinek1-12/+22
2011-04-22Remove cgraph pidXinliang David Li1-14/+36
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-0/+4
2011-04-11sanity check ic targetXinliang David Li1-1/+22
2011-04-08gimple.h (gimple_call_fntype): New function.Richard Guenther1-4/+1
2011-01-29* value-prof.c (check_counter): Corrected error message.Ahmad Sharif1-2/+6
2011-01-07re PR bootstrap/47187 (profiledbootstrap failure on i386)Jakub Jelinek1-1/+16
2010-12-21value-prof.c (value_prof_hooks): Remove.Steven Bosscher1-37/+2
2010-12-02value-prof.c (gimple_ic): Use stmt_ends_bb_p to detect the case we need to sp...Richard Guenther1-1/+1
2010-12-01re PR bootstrap/46730 (Failed to profiledbootstrap)Richard Guenther1-2/+7
2010-11-30re PR middle-end/46717 (Compiler segfault in profile-use mode)Richard Guenther1-12/+22
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-17value-prof.c (gimple_divmod_fixed_value_transform): Update the stmt.Richard Guenther1-0/+3
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-3/+3
2010-10-05value-prof.c (gimple_divmod_fixed_value): Work on SSA form.Richard Guenther1-22/+56
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-2/+4
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-6/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-23/+23
2009-09-23value-prof.c (gimple_ic): Purge old EH edges only after building the new ones.Richard Guenther1-2/+3
2009-09-18value-prof.c (interesting_stringop_to_profile_p): Added output argument to in...Neil Vachharajani1-14/+22
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