aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-09Add edge predictions pruningMartin Liska1-20/+164
2016-06-09Introduce filtering for edge_predictions.Martin Liska1-8/+29
2016-06-08predict.c (pass_strip_predict_hints::execute): Cleanup CFG if some statements...Jan Hubicka1-1/+4
2016-06-07predict.c (predict_iv_comparison): Mention that heuristics is broken.Jan Hubicka1-1/+2
2016-06-05predict.c (predicted_by_loop_heuristics_p): New function.Jan Hubicka1-21/+57
2016-06-02Fix first match heuristicsMartin Liska1-1/+1
2016-05-31predict-lop-exit-1.C: Update template for new predictor name.Jan Hubicka1-4/+5
2016-05-30predict.h (force_edge_cold): Declare.Jan Hubicka1-0/+96
2016-05-29* predict.c (maybe_hot_frequency_p): Avoid division.Jan Hubicka1-2/+2
2016-05-28profile.c (compute_branch_probabilities): Do not report hitrates here.Jan Hubicka1-4/+4
2016-05-28predict.c (edge_predicted_by_p): New function.Jan Hubicka1-1/+29
2016-04-17predict.c (combine_predictions_for_bb): Add dry_run parmaeter.Jan Hubicka1-9/+39
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02PR 68432: Add a target hook to control size/speed optab choicesRichard Sandiford1-0/+20
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-15/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+14
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-11/+7
2015-09-20switch from gimple to gimple*Trevor Saunders1-12/+12
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-2/+2
2015-01-29re PR ipa/64801 (kernel build failure due to ICF)Jan Hubicka1-0/+3
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-24[PATCH 1/2] Negative numbers added for sreal class.Martin Liska1-16/+14
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-20/+35
2014-11-17predict.c (maybe_hot_frequency_p): Use opt_for_fn.Jan Hubicka1-14/+12
2014-11-11c++ify srealTrevor Saunders1-50/+32
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+2
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