aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)Author
2016-04-14Merge branches/gcc-5-branch rev 234898.Yvan Roux
2016-01-13Merge branches/gcc-5-branch rev 232321.Yvan Roux
2015-09-16Merge branches/gcc-5-branch rev 227732.linaro-local/gcc-5-integration-branch-newYvan Roux
2015-03-27 PR ipa/65600hubicka
2015-03-27 PR middle-end/65595hubicka
2015-03-26 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not bringhubicka
2015-03-21Mark omp thread functions as parallelizedvries
2015-03-18Fix PR ipa/65432marxin
2015-03-12 * cgraph.c (cgraph_node::release_body): Free function_in_decl_state.hubicka
2015-03-102015-03-10 Richard Biener <rguenther@suse.de>rguenth
2015-03-09 * ipa-inline-analysis.c (check_callers): Checkhubicka
2015-03-04 * cgraph.c (cgraph_node::can_remove_if_no_direct_calls_p): Rewritehubicka
2015-03-03Fix PR ipa/65263.marxin
2015-02-27 PR bootstrap/65150hubicka
2015-02-17 * ipa-visibility.c (function_and_variable_visibility): Onlyhubicka
2015-02-14 * ipa-chkp.c: Use iterate_direct_aliases.hubicka
2015-02-11 PR ipa/65005hubicka
2015-02-04 PR middle-end/64922hubicka
2015-01-30Always pass explicit location to fatal_error.jsm28
2015-01-18 * cgraph.c (cgraph_node::dump): Dump profile flags.hubicka
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.tschwinge
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2015-01-12cgraph_edge refactoring.marxin
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh3492
2015-01-05 Update copyright years.jakub
2014-12-22ipa-prop uses symbol_summary class.marxin
2014-12-08PR jit/63854: Introduce xstrdup_for_dumpdmalcolm
2014-11-262014-11-26 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger
2014-11-19Merger of git branch "gimple-classes-v2-option-3"dmalcolm
2014-11-19 PR regression/63868iverbin
2014-11-17 * cgraph.c (symbol_table::create_edge): Use opt_for_fn.hubicka
2014-11-16 * passes.c (execute_one_pass): Do not apply all transforms priorhubicka
2014-11-14 * ipa-pure-const.c (struct funct_state_d): Add can_free field.jakub
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.kyukhin
2014-11-05gcc/ienkovich
2014-10-28 * cgraph.h: Flatten. Remove all include files.amacleod
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-10-222014-10-22 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-10-21State cleanups from jit branchdmalcolm
2014-10-16IPA ICF pass, part 3/5marxin
2014-10-12move many gc hashtab to hash_tabletbsaunde
2014-10-07 * cgraph.h (cgraph_node::get_fun): Declare.ebotcazou
2014-10-05 * ipa-polymorphic-call.c (walk_ssa_copies): Recognizehubicka
2014-10-03 * cgraph.h (struct indirect_call_info): Add IN_POLYMORPHIC_CDTORhubicka
2014-09-26 * cgraph.c (cgraph_node::release_body): New argument keep_argumentsmarxin
2014-09-25 * cgraph.h (class ipa_polymorphic_call_context): Move here fromhubicka
2014-09-20 * ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.hubicka
2014-08-25IPA C++ refactoring 4/Nmarxin
2014-08-18PR ipa/61800kyukhin
2014-08-14gcc/kyukhin