aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-06re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka1-1/+1
2017-01-06Fix lto-bootstrap (PR bootstrap/79003).Martin Liska1-1/+1
2017-01-01re PR middle-end/77484 (Static branch predictor causes ~6-8% regression of SP...Jan Hubicka1-1/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-18re PR middle-end/65950 (exit in main is causing the path to it to become unli...Andrew Pinski1-1/+18
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-26ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek1-3/+1
2016-09-14Add braces to a condition in predict.c (PR middle-end/77574)Bernd Edlinger1-1/+1
2016-08-17gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p instead of testi...Jakub Jelinek1-2/+1
2016-07-27predict.c (set_even_probabilities): Make nedges unsigned.Richard Biener1-1/+1
2016-07-27predict.c: merge multi-edgesMartin Liska1-10/+63
2016-07-13use auto_vec for more local variablesTrevor Saunders1-3/+1
2016-06-28re PR middle-end/66867 (Suboptimal code generation for atomic_compare_exchange)Jakub Jelinek1-0/+19
2016-06-26predict-12.c: New testcase.Jan Hubicka1-15/+103
2016-06-25predict.c (predict_paths_leading_to, [...]): Add in_loop parameter.Jan Hubicka1-11/+91
2016-06-25predict.c: Include ipa-utils.hJan Hubicka1-0/+5
2016-06-23re PR middle-end/71619 (ICE: in predict_loops, at predict.c:1772 with --param...Martin Liska1-1/+5
2016-06-21s/imposisble/impossible in predict.cMartin Liska1-3/+3
2016-06-16Fix finding of a first match predictorMartin Liska1-12/+18
2016-06-15Fix obvious typo in predict.cMartin Liska1-2/+2
2016-06-13Change enum value to not to clash with a MSP430 private enumMartin Liska1-14/+14
2016-06-10predict.c (predict_loops): Remove PRED_LOOP_BRANCH.Jan Hubicka1-12/+0
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