aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
AgeCommit message (Expand)AuthorFilesLines
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
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