Backport from GCC mainline.
[platform/upstream/linaro-gcc.git] / gcc / ipa-inline-analysis.c
2016-08-22 Yvan RouxMerge branches/gcc-6-branch rev 239654.
2016-06-15 Yvan RouxMerge branches/gcc-6-branch rev 237469.
2016-01-04 jakub Update copyright years.
2015-12-04 hubicka * ipa-inline.c (can_inline_edge_p) Use merged_comdat.
2015-11-25 hubicka * ipa-inline-analysis.c: Include gimplify.h
2015-11-09 marxinFix memory leaks in IPA.
2015-11-06 rguenth2015-11-06 Richard Biener <rguenther@suse.de>
2015-10-30 amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29 amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-28 law[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-20 marxinCorrectly fill up cgraph_node::local.versionable flag.
2015-10-12 rguenth2015-10-12 Richard Biener <rguenther@suse.de>
2015-10-05 rguenth2015-10-05 Richard Biener <rguenther@suse.de>
2015-09-20 tbsaundeswitch from gimple to gimple*
2015-09-16 miyukiShare memory blocks between pool allocators
2015-07-24 ienkovichgcc/
2015-07-16 marxinAdd new object_allocator and clean-up allocator usage.
2015-07-16 jambormGive struct param_aa_atatus and struct func_body_info...
2015-07-15 amacleod * gimple-pretty-print.h: Don't include pretty-print.h.
2015-07-15 jambormLimit AA walking when inlining analysis examines parameters
2015-07-08 amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-25 amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08 amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04 amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-06-01 marxinChange use to type-based pool allocator in
2015-04-03 hubicka PR ipa/65655
2015-03-27 hubicka PR ipa/65600
2015-03-27 hubicka * ipa-inline-analysis.c (redirect_to_unreachable)...
2015-03-26 hubicka * ipa-inline-analysis.c (redirect_to_unreachable)...
2015-03-09 hubicka * ipa-inline-analysis.c (check_callers): Check
2015-03-04 hubicka * cgraph.c (cgraph_node::can_remove_if_no_direct_calls...
2015-03-02 hubicka PR ipa/65130
2015-02-26 jakub * passes.c (ipa_write_summaries_1): Call lto_output_in...
2015-02-14 hubicka * ipa-inline-analysis.c (growth_data): Add uninlinable...
2015-02-03 hubicka * ipa-inline-analysis.c (simple_edge_hints): Fix check for
2015-01-30 jsm28Always pass explicit location to fatal_error.
2015-01-14 hubicka PR ipa/64481
2015-01-12 hubicka PR ipa/63470
2015-01-09 prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05 jakub Update copyright years.
2014-12-30 hubicka * ipa-inline-analysis.c (estimate_function_body_sizes...
2014-12-30 hubicka * ipa-inline-analysis.c (edge_set_predicate): Reset...
2014-12-22 marxinsymbol_summary is used for inline_summary.
2014-12-22 marxinipa-prop uses symbol_summary class.
2014-12-16 hubicka * ipa-inline-analysis.c (will_be_nonconstant_predicate...
2014-12-10 glisse2014-12-10 Marc Glisse <marc.glisse@inria.fr>
2014-12-03 jamborm2014-12-03 Martin Jambor <mjambor@suse.cz>
2014-12-01 jamborm2014-12-01 Martin Jambor <mjambor@suse.cz>
2014-11-28 iverbingcc/
2014-11-19 dmalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-18 hubicka * ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
2014-11-17 hubicka * ipa-cp.c (ipa_get_indirect_edge_target_1): Handle...
2014-11-14 jamborm2014-11-14 Martin Jambor <mjambor@suse.cz>
2014-11-13 kyukhin[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO...
2014-10-31 rguenth2014-10-31 Richard Biener <rguenther@suse.de>
2014-10-28 amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-27 amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-08-25 marxinIPA C++ refactoring 4/N
2014-08-08 rguenth2014-08-08 Richard Biener <rguenther@suse.de>
2014-07-24 marxinIPA C++ refactoring 1/N
2014-07-09 hubicka * ipa-cp.c (devirtualization_time_bonus): Walk through...
2014-07-09 tbsaunderemove has_execute
2014-06-16 hubicka Revert:
2014-06-12 hubicka * symtab.c (symtab_node::reset_section): New method.
2014-06-04 marxinNew callgraph wrapper function creation added
2014-04-24 mrsMerge in trunk.
2014-04-23 dmalcolmChange is-a.h to support typedefs of pointers
2014-04-22 rsandifoMerge from trunk.
2014-04-18 hubicka * ipa-inline.h (INLINE_HINT_known_hot): New hint.
2014-04-17 tbsaundepass cfun to pass::execute
2014-04-17 tbsaunderemove has_gate
2014-04-02 mrsMerge in trunk.
2014-03-28 hubicka PR ipa/60243
2014-03-26 hubicka PR ipa/60315
2014-03-18 jakub PR ipa/58721
2014-02-10 mrsMerge in trunk.
2014-02-06 hubicka PR middle-end/60013
2014-02-02 hjlFix a typo in comments
2014-01-29 hubicka * ipa-inline-analysis.c (clobber_only_eh_bb_p): New...
2014-01-17 hubicka PR middle-end/58125
2014-01-03 mrsMerge in trunk.
2014-01-02 rsandifoUpdate copyright years in gcc/
2013-12-23 jason PR c++/41090
2013-12-13 mrsMerge in trunk.
2013-12-10 olegendo * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node...
2013-12-09 dmalcolmEliminate BASIC_BLOCK macro.
2013-12-04 rsandifoMerge with trunk.
2013-11-27 rguenth2013-11-27 Richard Biener <rguenther@suse.de>
2013-11-22 amacleod * gimple.h: Remove all includes.
2013-11-20 rsandifoMerge from trunk.
2013-11-19 dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 rguenth2013-11-19 Richard Biener <rguenther@suse.de>
2013-11-19 dnovilloFactor unrelated declarations out of tree.h.
2013-11-19 dmalcolmEliminate n_basic_blocks macro
2013-11-18 rsandifoMerge from trunk.
2013-11-18 tbsaunderemove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-17 amacleod * gimple.h: Reorder prototypes to match .c declaration...
2013-11-16 mrsMerge in trunk.
2013-11-13 amacleod * gimple-walk.h: New File. Relocate prototypes from...
next