summaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
Commit message (Expand)AuthorAgeFilesLines
...
* sanity check ic targetXinliang David Li2011-04-111-1/+22
* gimple.h (gimple_call_fntype): New function.Richard Guenther2011-04-081-4/+1
* * value-prof.c (check_counter): Corrected error message.Ahmad Sharif2011-01-291-2/+6
* re PR bootstrap/47187 (profiledbootstrap failure on i386)Jakub Jelinek2011-01-071-1/+16
* value-prof.c (value_prof_hooks): Remove.Steven Bosscher2010-12-211-37/+2
* value-prof.c (gimple_ic): Use stmt_ends_bb_p to detect the case we need to sp...Richard Guenther2010-12-021-1/+1
* re PR bootstrap/46730 (Failed to profiledbootstrap)Richard Guenther2010-12-011-2/+7
* re PR middle-end/46717 (Compiler segfault in profile-use mode)Richard Guenther2010-11-301-12/+22
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* value-prof.c (gimple_divmod_fixed_value_transform): Update the stmt.Richard Guenther2010-11-171-0/+3
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-3/+3
* value-prof.c (gimple_divmod_fixed_value): Work on SSA form.Richard Guenther2010-10-051-22/+56
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-2/+4
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-6/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-23/+23
* value-prof.c (gimple_ic): Purge old EH edges only after building the new ones.Richard Guenther2009-09-231-2/+3
* value-prof.c (interesting_stringop_to_profile_p): Added output argument to in...Neil Vachharajani2009-09-181-14/+22
* Squash commit of EH in gimpleRichard Henderson2009-09-141-119/+111
* * value-prof.c (init_pid_map): Replace xmalloc with XCNEWVEC.Neil Vachharajani2009-08-061-3/+2
* c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez2009-07-071-3/+3
* re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez2008-10-241-1/+1
* value-prof.c (gimple_ic): Fix tuplification bug.Jan Hubicka2008-09-101-2/+1
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-4/+4
* value-prof.c (check_counter): Revert wrong call to error.Manuel López-Ibáñez2008-08-201-3/+2
* profile.c: Update calls to inform.Manuel López-Ibáñez2008-08-201-4/+5
* re PR bootstrap/37153 (Revision 139210 failed to bootstrap)H.J. Lu2008-08-181-2/+2
* cgraph.c (cgraph_edge): Handle inconsistent counts when setting count_scale.Paul Yuan2008-08-181-13/+40
* gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther2008-08-091-44/+3
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-6/+6
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-375/+364
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-3/+3
* value_prob.c (tree_divmod_fixed_value_transform): Use gcov_type.Vinodha Ramasamy2008-06-101-12/+30
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+3
* value-prof.c (tree_ic_transform): Use HOST_WIDEST_INT_PRINT_DEC for printing ...Seongbae Park2008-05-281-1/+2
* tree-ssa-propagate.c (set_rhs): Preserve the histogram and the eh region info...Seongbae Park2008-05-281-0/+19
* value-prof.c (tree_ic_transform): Print counts.Seongbae Park2008-05-281-0/+1
* value-prof.c (interesting_stringop_to_profile): Do not return early for BUILT...Uros Bizjak2008-05-101-2/+2
* re PR target/11787 (always call memcpy for block move in mips16)Sandra Loosemore2007-08-241-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi2007-07-251-2/+2
* 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