aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-4/+2
2014-05-06Merge in wide-int.Kenneth Zadeck1-49/+32
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-86/+84
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-03-18re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jakub Jelinek1-24/+76
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-17Time profile-based function reordering (phase 2).Martin Liska1-0/+12
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-7/+7
2013-12-09Eliminate profile_status macro.David Malcolm1-13/+13
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-12-09Rename profile_status_for_function to profile_status_for_fn.David Malcolm1-6/+6
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek1-8/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+5
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-27/+32
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-3/+3
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-7/+7
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-3/+3
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-13re PR ipa/58862 (LTO profiledbootstrap failure: lto1: ICE in edge_badness, at...Teresa Johnson1-14/+18
2013-11-12predict.c (drop_profile): New function.Teresa Johnson1-0/+116
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