Re: [GRAPHITE] Replacement of isl_int by isl_val

2014-07-07 Thread Tobias Grosser
On 07/07/2014 00:16, Mircea Namolaru wrote: Hello, In the isl library used by Graphite, isl_val replaced isl_val (that become obsolete). This patch implements the required changes in Graphite. No regressions for c/c++/fortran on x86-64 Linux. Hi Mircea, the patch looks good and the directi

[GRAPHITE] Replacement of isl_int by isl_val

2014-07-06 Thread Mircea Namolaru
Hello, In the isl library used by Graphite, isl_val replaced isl_val (that become obsolete). This patch implements the required changes in Graphite. No regressions for c/c++/fortran on x86-64 Linux. Mircea Index: gcc/graphite-interchange.c ===

Re: {GRAPHITE] Replacement of isl_int by isl_val

2014-02-10 Thread Albert Cohen
Le 10/02/2014 16:48, Albert Cohen a écrit : > Le 10/02/2014 10:12, Richard Biener a écrit : >> Btw, Mircea - do you have a copyright assignment on file with the FSF >> covering work on GCC? > > Yes, Mircea is covered by an INRIA-wide copyright assignment, signed on > May 15, 2007 by T. Brown. Aft

Re: {GRAPHITE] Replacement of isl_int by isl_val

2014-02-10 Thread Albert Cohen
Le 10/02/2014 10:12, Richard Biener a écrit : > Btw, Mircea - do you have a copyright assignment on file with the FSF > covering work on GCC? Yes, Mircea is covered by an INRIA-wide copyright assignment, signed on May 15, 2007 by T. Brown. Thanks, Albert

Re: {GRAPHITE] Replacement of isl_int by isl_val

2014-02-10 Thread Tobias Grosser
On 02/10/2014 04:12 AM, Richard Biener wrote: On Sun, Feb 9, 2014 at 9:19 PM, Tobias Grosser wrote: On 02/09/2014 04:47 PM, Mircea Namolaru wrote: Patch for replacement of the isl_int (obsolete) by isl_val. No regressions for c/c++/fortran on x86-64 Linux. Hi Mircae, thanks a lot

Re: {GRAPHITE] Replacement of isl_int by isl_val

2014-02-10 Thread Richard Biener
On Sun, Feb 9, 2014 at 9:19 PM, Tobias Grosser wrote: > On 02/09/2014 04:47 PM, Mircea Namolaru wrote: >> >>Patch for replacement of the isl_int (obsolete) by isl_val. >> >>No regressions for c/c++/fortran on x86-64 Linux. > > > Hi Mircae, > > thanks a lot for looking into this. > > Just f

Re: {GRAPHITE] Replacement of isl_int by isl_val

2014-02-09 Thread Tobias Burnus
Tobias Grosser wrote: On 02/09/2014 04:47 PM, Mircea Namolaru wrote: Patch for replacement of the isl_int (obsolete) by isl_val. Just for people not aware of the idea of this patch. Cloog recently upgraded to the latest version of isl (isl-0.12.2) and with this release isl deprecated the is

Re: {GRAPHITE] Replacement of isl_int by isl_val

2014-02-09 Thread Tobias Grosser
On 02/09/2014 04:47 PM, Mircea Namolaru wrote: Patch for replacement of the isl_int (obsolete) by isl_val. No regressions for c/c++/fortran on x86-64 Linux. Hi Mircae, thanks a lot for looking into this. Just for people not aware of the idea of this patch. Cloog recently upgraded to t

{GRAPHITE] Replacement of isl_int by isl_val

2014-02-09 Thread Mircea Namolaru
Patch for replacement of the isl_int (obsolete) by isl_val. No regressions for c/c++/fortran on x86-64 Linux.2014-02-09 Mircea Namolaru Replacement of isl-int by isl_val * graphite-clast-to-gimple.c: include isl/val.h, isl/val_gmp.h (compute_bounds_for_param): use