aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-23Clean-up IPA profile dump output.Martin Liska1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-14auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka1-5/+0
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-6/+6
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-27/+1
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-39/+37
2017-06-27value-prof.c (free_hist): Remove call to memset and the enclosing if condition.Prathamesh Kulkarni1-2/+0
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-34/+36
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-12/+7
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-02-22Remove wrong assert about gcov_type (PR lto/79587).Martin Liska1-1/+11
2017-01-31re PR c++/79267 (internal compiler error with -O3 or -O2 -finline-functions)Jakub Jelinek1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-24c-common.c (c_common_truthvalue_conversion): Warn for multiplications in bool...Bernd Edlinger1-2/+2
2016-09-26Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332)Martin Liska1-27/+0
2016-08-09Fix usage of POW2 histogramMartin Liska1-1/+2
2016-08-09Fix POW2 histogramMartin Liska1-2/+2
2016-07-14Don't run instrumented value profiler changes with afdoAndi Kleen1-0/+6
2016-01-13re PR middle-end/69156 (gcc.dg/pr59630.c: ICE: verify_gimple failed: non-triv...Jakub Jelinek1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-14/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-15/+12
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-6/+4
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-5/+5
2015-10-16tree-nested.h (build_addr): Adjust prototype.Richard Biener1-2/+1
2015-10-08[PATCH] [5/n] Fix minor SSA_NAME leaksJeff Law1-0/+15
2015-09-20switch from gimple to gimple*Trevor Saunders1-26/+26
2015-08-21value-prof.c (interesting_stringop_to_profile_p): Removed FNDECL argument and...Felix Yang1-30/+31
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-5/+2
2015-06-25gengtype-parse.c (require_template_declaration): Allow '+' in template parame...Richard Sandiford1-13/+2
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-21/+21
2015-03-06re PR lto/65302 (LTO: ICE internal compiler error: verify_flow_info failed)Jan Hubicka1-0/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-7/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-13/+11
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-39/+53
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+49
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+9
2014-10-21Add AutoFDO.Dehao Chen1-2/+2
2014-10-07params.def (PARAM_INDIR_CALL_TOPN_PROFILE): New param.Rong Xu1-6/+36
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-15/+27