Re: [PATCH 2/5] Existing call graph infrastructure enhancement

2014-09-26 Thread Martin Liška
On 09/24/2014 05:01 PM, Jan Hubicka wrote: Hi. Following patch enhances API functions to be ready for main patch of this patchset. Ready for thunk? Thank you, Martin gcc/ChangeLog: 2014-09-21 Martin Liška * cgraph.c (cgraph_node::release_body): New argument keep_arguments

Re: [PATCH 2/5] Existing call graph infrastructure enhancement

2014-09-24 Thread Jan Hubicka
> Hi. > > Following patch enhances API functions to be ready for main patch of this > patchset. > > Ready for thunk? > > Thank you, > Martin > gcc/ChangeLog: > > 2014-09-21 Martin Liška > > * cgraph.c (cgraph_node::release_body): New argument keep_arguments > introduced. >

Re: [PATCH 2/5] Existing call graph infrastructure enhancement

2014-09-24 Thread Martin Liška
On 06/13/2014 12:26 PM, mliska wrote: Hi, this small patch prepares remaining needed infrastructure for the new pass. Changelog: 2014-06-13 Martin Liska Honza Hubicka * ipa-utils.h (polymorphic_type_binfo_p): Function marked external instead of static.

Re: [PATCH 2/5] Existing call graph infrastructure enhancement

2014-08-27 Thread Jeff Law
On 08/25/14 03:55, Martin Liška wrote: Hello, after fixing an issue with callgraph thunk creation, I would like to enhance callgraph API a bit. My problem was that I was trying to expand_thunk after a body of the original function was removed. As a result, I created a call without arguments.

Re: [PATCH 2/5] Existing call graph infrastructure enhancement

2014-08-25 Thread Jan Hubicka
> Hello, >after fixing an issue with callgraph thunk creation, I would like to > enhance callgraph API a bit. My problem was that I was trying to expand_thunk > after a body of the original function was removed. As a result, I created a > call without arguments. The change was suggested by H

Re: [PATCH 2/5] Existing call graph infrastructure enhancement

2014-08-25 Thread Martin Liška
Hello, after fixing an issue with callgraph thunk creation, I would like to enhance callgraph API a bit. My problem was that I was trying to expand_thunk after a body of the original function was removed. As a result, I created a call without arguments. The change was suggested by Honza. Th

Re: [PATCH 2/5] Existing call graph infrastructure enhancement

2014-07-17 Thread Martin Liška
On 06/30/2014 08:54 PM, Jeff Law wrote: On 06/30/14 05:49, Martin Liška wrote: On 06/17/2014 10:00 PM, Jeff Law wrote: On 06/13/14 04:26, mliska wrote: Hi, this small patch prepares remaining needed infrastructure for the new pass. Changelog: 2014-06-13 Martin Liska Honza H

Re: [PATCH 2/5] Existing call graph infrastructure enhancement

2014-06-30 Thread Jeff Law
On 06/30/14 05:49, Martin Liška wrote: On 06/17/2014 10:00 PM, Jeff Law wrote: On 06/13/14 04:26, mliska wrote: Hi, this small patch prepares remaining needed infrastructure for the new pass. Changelog: 2014-06-13 Martin Liska Honza Hubicka * ipa-utils.h (polymorphic_t

Re: [PATCH 2/5] Existing call graph infrastructure enhancement

2014-06-30 Thread Martin Liška
On 06/17/2014 10:00 PM, Jeff Law wrote: On 06/13/14 04:26, mliska wrote: Hi, this small patch prepares remaining needed infrastructure for the new pass. Changelog: 2014-06-13 Martin Liska Honza Hubicka * ipa-utils.h (polymorphic_type_binfo_p): Function marked external

Re: [PATCH 2/5] Existing call graph infrastructure enhancement

2014-06-17 Thread Jeff Law
On 06/13/14 04:26, mliska wrote: Hi, this small patch prepares remaining needed infrastructure for the new pass. Changelog: 2014-06-13 Martin Liska Honza Hubicka * ipa-utils.h (polymorphic_type_binfo_p): Function marked external instead of static.