aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-profile.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-23[PR 79108] Put ipa_node_params to GC memoryMartin Jambor1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-20Add IPA VRPKugan Vivekanandarajah1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+1
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-1/+1
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-1/+0
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+1
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-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-01Change use to type-based pool allocator inMartin Liska1-7/+4
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-4/+4
2015-04-18remove need for store_values_directlyTrevor Saunders1-4/+4
2015-04-13ipa-profie.c (ipa_profile): Check number of parameters and possible polymorph...Jan Hubicka1-0/+30
2015-02-17ipa-visibility.c (function_and_variable_visibility): Only check locality if n...Jan Hubicka1-7/+19
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-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-08PR jit/63854: Introduce xstrdup_for_dumpDavid Malcolm1-2/+2
2014-11-18ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka1-2/+3
2014-11-13ipa-utils.h: Fix typo in comments.Felix Yang1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+12
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+4
2014-08-25IPA C++ refactoring 4/NMartin Liska1-6/+6
2014-07-24IPA C++ refactoring 1/NMartin Liska1-8/+7
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-10/+6
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-8/+8
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR ipa/59265 (Segmentation fault in ipa_note_param_call for -fprofile-use ...Jan Hubicka1-0/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+3
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-11/+11
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-19/+19
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-13/+13
2013-09-17re PR ipa/58329 (ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc...Jan Hubicka1-1/+7
2013-09-09ipa-profile.c: Add toplevel comment.Jan Hubicka1-0/+88
2013-09-01Makefile.in: Add ipa-profile.oJan Hubicka1-0/+666