Re: [GOMP4] Generation tables with omp-functions addresses for offloading.

2013-12-05 Thread Michael V. Zolotukhin
Ping. On 19 Nov 12:33, Michael V. Zolotukhin wrote: > Hi Jakub, > > Thanks for the remarks. Updated patch is attached, and my answers are below. > > > This will add into the table all "omp declare target" functions, but you > > actually want there only the outlined #pragma omp target bodies. >

Re: [GOMP4] Generation tables with omp-functions addresses for offloading.

2013-11-19 Thread Michael V. Zolotukhin
Hi Jakub, Thanks for the remarks. Updated patch is attached, and my answers are below. > This will add into the table all "omp declare target" functions, but you > actually want there only the outlined #pragma omp target bodies. > The question is how to find them here reliably. At least ignorin

Re: [GOMP4] Generation tables with omp-functions addresses for offloading.

2013-11-15 Thread Jakub Jelinek
On Fri, Nov 15, 2013 at 12:35:12PM +0400, Michael V. Zolotukhin wrote: > 2013-11-15 Michael Zolotukhin > > * omp-low.c (omp_finish_file): New. > * omp-low.h (omp_finish_file): Declare new function. > * toplev.c: include "omp-low.h" That would be * toplev.c: Include o

[GOMP4] Generation tables with omp-functions addresses for offloading.

2013-11-15 Thread Michael V. Zolotukhin
Hi Jakub, Here is a patch for generation of tables containing omp-functions addresses. It is just a first step, as it lacks generation of similar tables for globals, but having it in the branch would ease our further development, as we would be able to base on this. This patch introduces new func