aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-20switch from gimple to gimple*Trevor Saunders1-4/+4
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+3
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-6/+6
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-4/+17
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+4
2014-10-21Add AutoFDO.Dehao Chen1-0/+8
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-07params.def (PARAM_INDIR_CALL_TOPN_PROFILE): New param.Rong Xu1-0/+1
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-8/+8
2014-07-24IPA C++ refactoring 1/NMartin Liska1-3/+2
2014-06-04Make coverage_compute_cfg_checksum callable with arg.Martin Liska1-1/+1
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-8/+8
2014-02-01re PR tree-optimization/60003 (wrong code with __builtin_setjmp/__builtin_lon...Jakub Jelinek1-5/+1
2014-01-29re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek1-12/+7
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate profile_status macro.David Malcolm1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-28/+32
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-3/+3
2013-11-19* profile.c (compute_branch_probabilities): Do not sanity check run_max.Jan Hubicka1-5/+0
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-11Time profiler introduced.Martin Liska1-3/+28
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-16dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson1-2/+3
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-29dumpfile.c (dump_loc): Output column number.Teresa Johnson1-4/+5
2013-08-01* profile.c (compute_value_histograms): Fix thinko.Jan Hubicka1-1/+1
2013-07-30profile.c (compute_value_histograms): Do not ICE when there is mismatch only ...Jan Hubicka1-2/+6
2013-05-22re PR tree-optimization/57349 (ICE on 253.perlbmk with pgo after r198096)Richard Biener1-12/+14
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-1/+1
2013-04-03This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson1-102/+5
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-30Revised patch to ensure that histograms from the profile summary are streamed...Teresa Johnson1-1/+1
2012-11-21re PR gcov-profile/55417 (AddressSanitizer reports stack-buffer-overflow in p...Teresa Johnson1-5/+5
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+9
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-2/+3
2012-09-19Integrate lexical block into source_location.Dehao Chen1-3/+2
2012-09-04Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson1-0/+157
2012-07-23opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher1-62/+18