aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+7
2013-10-18predict.c (probably_never_executed): Compare frequency-based count to number ...Teresa Johnson1-5/+21
2013-10-10predict.c (tree_estimate_probability): Add new parameter for estimate_bb_freq...Teresa Johnson1-9/+27
2013-10-03predict.c (tree_predict_by_opcode): Get the probability for builtin_expect fr...Rong Xu1-4/+5
2013-10-03predict.c (probably_never_executed): New function.Teresa Johnson1-14/+19
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-4/+4
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-09ipa-profile.c: Add toplevel comment.Jan Hubicka1-2/+9
2013-09-04Makefile.in (ipa-devirt.o): Add dependency on diagnostic.hJan Hubicka1-2/+16
2013-08-31This patch sanitizes the partitioning to address issues such as edge weight i...Teresa Johnson1-0/+16
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-36/+72
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-3/+3
2013-04-29predict.c: Fix typo in comment above #define PROB_VERY_UNLIKELY.Kyrylo Tkachov1-1/+1
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+2
2013-04-04re PR tree-optimization/48186 (ICE: SIGFPE (division by zero) in maybe_hot_fr...Marek Polacek1-4/+9
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-2/+1
2013-03-29lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...Jan Hubicka1-9/+26
2013-03-08re PR tree-optimization/56478 (ICE: Floating point exception in tree_estimate...Marek Polacek1-29/+73
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-09re PR tree-optimization/48189 (ICE: SIGFPE (division by zero) in in predict_l...Jakub Jelinek1-2/+8
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-11-23predict.c (maybe_hot_count_p): Use threshold from profiled working set instea...Teresa Johnson1-5/+12
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+5
2012-11-02predict.c (predict_loops): Predict also exits not dominating latch.Jan Hubicka1-1/+1
2012-11-02* predict.c (predict_loops): Do not predict infinite loops.Jan Hubicka1-0/+5
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-08predict.c (predict_loops): Predict for short-circuit conditions.Dehao Chen1-1/+83
2012-08-24predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor1-23/+22
2012-08-19re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-2/+4
2012-07-31predict.c (tree_estimate_probability_driver): Normalize the loop when initial...Dehao Chen1-1/+1
2012-07-26Hot/cold attributes for labels.Richard Henderson1-0/+23
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-0/+4
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-08predict.c (find_qualified_ssa_name): NewDehao Chen1-0/+378
2012-04-12cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther1-1/+1
2012-02-13re PR middle-end/52214 (FAIL: g++.dg/tree-ssa/pr44706.C -std=gnu++* scan-tree...Jan Hubicka1-1/+1
2012-02-10re PR middle-end/48600 (ICE when using cold attribute)Jan Hubicka1-8/+19
2011-11-30predict.c (expr_expected_value_1): Assume compare-and-swap builtin boolean re...Richard Henderson1-11/+31
2011-07-26predict.c (maybe_hot_frequency_p): Make sure a zero entry-block frequency mak...Richard Guenther1-1/+1
2011-06-14re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak1-1/+1
2011-06-01Pass name cleanupsDavid Li1-1/+1
2011-04-29tree-inline.c (remap_eh_region_tree_nr): Use integer_type_node for the remapp...Richard Guenther1-1/+1
2011-04-19cgraph.h (cgraph_optimize_for_size_p): Declare.Jan Hubicka1-7/+16
2011-04-11cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor1-4/+11
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-3/+4
2011-01-22re PR target/43884 (Performance degradation for simple fibonacci numbers calc...Jan Hubicka1-1/+1