summaryrefslogtreecommitdiff
path: root/gcc/profile.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+2
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson2013-09-161-2/+3
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* dumpfile.c (dump_loc): Output column number.Teresa Johnson2013-08-291-4/+5
* * profile.c (compute_value_histograms): Fix thinko.Jan Hubicka2013-08-011-1/+1
* profile.c (compute_value_histograms): Do not ICE when there is mismatch only ...Jan Hubicka2013-07-301-2/+6
* re PR tree-optimization/57349 (ICE on 253.perlbmk with pgo after r198096)Richard Biener2013-05-221-12/+14
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-1/+1
* This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson2013-04-031-102/+5
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* Revised patch to ensure that histograms from the profile summary are streamed...Teresa Johnson2012-11-301-1/+1
* re PR gcov-profile/55417 (AddressSanitizer reports stack-buffer-overflow in p...Teresa Johnson2012-11-211-5/+5
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-9/+9
* tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen2012-09-271-2/+3
* Integrate lexical block into source_location.Dehao Chen2012-09-191-3/+2
* Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson2012-09-041-0/+157
* opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher2012-07-231-62/+18
* re PR gcov-profile/32543 (Gcov: profile.c total_num_edges_instrumented never ...Steven Bosscher2012-07-211-0/+3
* dumpfile.h (TDF_COMMENT): New define.Steven Bosscher2012-07-171-5/+5
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+1
* basic-block.h: Re-group most prototypes per file.Steven Bosscher2012-07-081-1/+1
* cfglayout.h: Remove.Steven Bosscher2012-06-171-1/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR middle-end/44777 (ICE: SIGSEGV with -fprofile-use in gcc.c-torture/exec...Jakub Jelinek2012-01-051-1/+36
* gcov-io.h (struct gcov_info): Replace trailing array with pointer to array.Nathan Sidwell2011-12-041-20/+13
* profile.c (compute_branch_probabilities): Compute and dump the overlap betwee...Dehao Chen2011-10-201-1/+40
* Fix a bug that broke -freorder-functionsDavid Li2011-08-041-0/+1
* split checksum into cfg checksum and line checksumXinliang David Li2011-04-291-23/+33
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* profile.c (branch_prob): Move declaration of local variable.Eric Botcazou2011-04-061-10/+6
* Changelog c-family/Kai Tietz2011-03-251-1/+1
* re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka2011-01-101-2/+11
* value-prof.c (value_prof_hooks): Remove.Steven Bosscher2010-12-211-21/+10
* re PR bootstrap/46528 (profiledbootstrap failure)Jakub Jelinek2010-12-061-3/+4
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* re PR bootstrap/46528 (profiledbootstrap failure)Richard Guenther2010-11-261-1/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* regs.h: Do not include obstack.h, basic-block.h.Steven Bosscher2010-05-231-0/+1
* re PR other/42537 ([PATCH] misc spelling fixes)Robert Millan2009-12-301-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-4/+4
* profile.c (total_num_never_executed): Don't define.Ian Lance Taylor2009-06-171-11/+2
* re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez2008-10-241-1/+1
* re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...Jakub Jelinek2008-10-071-2/+4
* profile.c (is_edge_inconsistent): Add debug output; ignore negative count on ...Jan Hubicka2008-09-091-12/+63
* predict.c (maybe_hot_count_p, [...]): When profile is present, use only count...Jan Hubicka2008-09-011-13/+11
* ipa-cp.c (ipcp_need_original_clone_p): Remove.Jan Hubicka2008-08-311-1/+1
* profile.c: Update calls to inform.Manuel López-Ibáñez2008-08-201-1/+1
* cgraph.c (cgraph_edge): Handle inconsistent counts when setting count_scale.Paul Yuan2008-08-181-55/+145
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-2/+2