aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-29dumpfile.c (dump_loc): Output column number.Teresa Johnson1-5/+9
2013-08-19value-prof.c (gimple_ic): Fix the bug of adding EH edge.Dehao Chen1-2/+1
2013-08-13cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka1-19/+17
2013-08-09cgraph.h (cgraph_node): Add profile_id.Jan Hubicka1-33/+86
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-1/+1
2013-06-15tree-flow.h (gimple_check_call_matching_types): Add new argument.Dehao Chen1-1/+1
2013-04-30Remove the trayed debug_gimple_stmtH.J. Lu1-1/+0
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-6/+6
2013-03-28data-streamer-in.c (streamer_read_gcov_count): New function.Jan Hubicka1-0/+90
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-34/+26
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-26/+13
2012-08-08tree-call-cdce.c (check_pow): Simplify.Richard Guenther1-4/+4
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-2/+0
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther1-3/+3
2012-07-23opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher1-31/+63
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-8/+4
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher1-1/+1
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-4/+8
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-1/+1
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-7/+7
2012-01-03re PR tree-optimization/51719 (ICE: verify_gimple failed: LHS in noreturn cal...Jakub Jelinek1-7/+16
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