aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)AuthorFilesLines
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
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