aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-profile.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Fix divergence in indirect profiling (PR gcov-profile/84107).Martin Liska1-38/+46
2018-01-23Clean-up IPA profile dump output.Martin Liska1-0/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-6/+6
2017-06-12Create an extra BB in profile-generate (PR tree-optimization/81041).Martin Liska1-0/+8
2017-06-09Speed-up indirect-call instrumentationMartin Liska1-16/+43
2017-01-20Do not declare artificial variables in tree-profile.c to have a definition (P...Martin Liska1-6/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-29Make one extra BB to prevent PHI argument clash (PRMartin Liska1-3/+3
2016-11-14Introduce -fprofile-update=prefer-atomicMartin Liska1-17/+18
2016-11-07time_profiler: Set proper type to time_profiler_counter_ptr.Martin Liska1-2/+3
2016-11-03Make direct emission of time profiler counterMartin Liska1-25/+81
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-26Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332)Martin Liska1-16/+0
2016-09-06Detect whether target can use -fprofile-update=atomicMartin Liska1-0/+35
2016-08-17Do not use LONG_LONG_TYPE_SIZE in #if macro conditionMartin Liska1-5/+6
2016-08-10Add new *_atomic counter update functionMartin Liska1-17/+25
2016-08-10Cherry-pick fprofile-generate-atomic from google/gcc-4_9Martin Liska1-18/+35
2016-07-28Introduce no_profile_instrument_function attributeMartin Liska1-0/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+6
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+2
2015-10-16tree-nested.h (build_addr): Adjust prototype.Richard Biener1-3/+2
2015-10-12tree-profile.c (tree_profiling): Do not clear pure/const when not instrumenting.Jan Hubicka1-15/+16
2015-09-20switch from gimple to gimple*Trevor Saunders1-7/+7
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-15/+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-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-14tree-profile.c (init_ic_make_global_vars): Drop workaround for bintuils bug 1...Jan Hubicka1-96/+37
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+7
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-2/+2
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-9/+10
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+3
2014-10-21Add AutoFDO.Dehao Chen1-2/+4
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-07params.def (PARAM_INDIR_CALL_TOPN_PROFILE): New param.Rong Xu1-6/+20
2014-08-25IPA C++ refactoring 4/NMartin Liska1-2/+2
2014-08-21tree-profile.c (tree_profiling): Skip external functions when doing coverage ...Jan Hubicka1-0/+7
2014-07-24IPA C++ refactoring 2/NMartin Liska1-2/+2
2014-07-24IPA C++ refactoring 1/NMartin Liska1-5/+5
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-4/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1