vapier 15/08/25 16:47:40 Modified: 74_all_gcc5_isl-dl.patch README.history Log: add support for isl-0.15 #552278 by Steffen Hau
Revision Changes Path 1.2 src/patchsets/gcc/5.2.0/gentoo/74_all_gcc5_isl-dl.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.2.0/gentoo/74_all_gcc5_isl-dl.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.2.0/gentoo/74_all_gcc5_isl-dl.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.2.0/gentoo/74_all_gcc5_isl-dl.patch?r1=1.1&r2=1.2 Index: 74_all_gcc5_isl-dl.patch =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/5.2.0/gentoo/74_all_gcc5_isl-dl.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 74_all_gcc5_isl-dl.patch 17 Jul 2015 05:08:04 -0000 1.1 +++ 74_all_gcc5_isl-dl.patch 25 Aug 2015 16:47:40 -0000 1.2 @@ -64,7 +64,7 @@ --- gcc/graphite-poly.h.jj 2012-12-13 11:31:27.000000000 +0100 +++ gcc/graphite-poly.h 2012-12-14 13:41:41.970800726 +0100 -@@ -22,6 +22,489 @@ along with GCC; see the file COPYING3. +@@ -22,6 +22,493 @@ along with GCC; see the file COPYING3. #ifndef GCC_GRAPHITE_POLY_H #define GCC_GRAPHITE_POLY_H @@ -167,6 +167,7 @@ + DYNSYM (isl_pw_aff_eq_set); \ + DYNSYM (isl_pw_aff_free); \ + DYNSYM (isl_pw_aff_from_aff); \ ++ DYNSYM (isl_pw_aff_get_ctx); \ + DYNSYM (isl_pw_aff_ge_set); \ + DYNSYM (isl_pw_aff_gt_set); \ + DYNSYM (isl_pw_aff_is_cst); \ @@ -308,6 +309,7 @@ + DYNSYM (isl_val_int_from_gmp); \ + DYNSYM (isl_val_int_from_si); \ + DYNSYM (isl_val_int_from_ui); \ ++ DYNSYM (isl_val_is_int); \ + DYNSYM (isl_val_mul); \ + DYNSYM (isl_val_neg); \ + DYNSYM (isl_val_sub); @@ -406,6 +408,7 @@ +#define isl_pw_aff_eq_set (*isl_pointers__.p_isl_pw_aff_eq_set) +#define isl_pw_aff_free (*isl_pointers__.p_isl_pw_aff_free) +#define isl_pw_aff_from_aff (*isl_pointers__.p_isl_pw_aff_from_aff) ++#define isl_pw_aff_get_ctx (*isl_pointers__.p_isl_pw_aff_get_ctx) +#define isl_pw_aff_ge_set (*isl_pointers__.p_isl_pw_aff_ge_set) +#define isl_pw_aff_gt_set (*isl_pointers__.p_isl_pw_aff_gt_set) +#define isl_pw_aff_is_cst (*isl_pointers__.p_isl_pw_aff_is_cst) @@ -547,6 +550,7 @@ +#define isl_val_int_from_gmp (*isl_pointers__.p_isl_val_int_from_gmp) +#define isl_val_int_from_si (*isl_pointers__.p_isl_val_int_from_si) +#define isl_val_int_from_ui (*isl_pointers__.p_isl_val_int_from_ui) ++#define isl_val_is_int (*isl_pointers__.p_isl_val_is_int) +#define isl_val_mul (*isl_pointers__.p_isl_val_mul) +#define isl_val_neg (*isl_pointers__.p_isl_val_neg) +#define isl_val_sub (*isl_pointers__.p_isl_val_sub) 1.2 src/patchsets/gcc/5.2.0/gentoo/README.history file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.2.0/gentoo/README.history?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.2.0/gentoo/README.history?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/5.2.0/gentoo/README.history?r1=1.1&r2=1.2 Index: README.history =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/5.2.0/gentoo/README.history,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.history 17 Jul 2015 05:08:04 -0000 1.1 +++ README.history 25 Aug 2015 16:47:40 -0000 1.2 @@ -1,3 +1,6 @@ +1.1 25 Aug 2015 + U 74_all_gcc5_isl-dl.patch + 1.0 17 Jul 2015 + 05_all_gcc-spec-env.patch + 09_all_default-ssp.patch
