aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-6/+9
2014-10-22cfgbuild.h: New.Andrew MacLeod1-48/+0
2014-10-21Add AutoFDO.Dehao Chen1-3/+4
2014-10-20cfgrtl.h: New.Andrew MacLeod1-0/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek1-0/+2
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-8/+8
2014-08-25IPA C++ refactoring 4/NMartin Liska1-13/+12
2014-08-22predict.*: Use rtx_insn (also touches function.c and config/cris/cris.c)David Malcolm1-9/+9
2014-08-08Remove a redundant assignment "*predictor = PRED_BUILTIN_EXPECT;", since sixYi Yang1-1/+0
2014-08-08builtins.c (c_getstr, [...]): Export.Richard Biener1-1/+2
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-27/+25
2014-07-24IPA C++ refactoring 1/NMartin Liska1-7/+9
2014-07-09remove has_executeTrevor Saunders1-2/+0
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