[packages/candl] - diff -Nur cand-0.6.2 candl-0.6.3 with autogenerated files removed

qboosh qboosh at pld-linux.org
Thu Dec 3 15:53:43 CET 2015


commit 1ce5cfcfe9dab75076aafa75b45ad22dfef17c24
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Dec 3 15:53:35 2015 +0100

    - diff -Nur cand-0.6.2 candl-0.6.3 with autogenerated files removed

 candl-0.6.3.patch | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 74 insertions(+)
---
diff --git a/candl-0.6.3.patch b/candl-0.6.3.patch
new file mode 100644
index 0000000..392e2dc
--- /dev/null
+++ b/candl-0.6.3.patch
@@ -0,0 +1,74 @@
+diff -Nur candl-0.6.2/ChangeLog candl-0.6.3/ChangeLog
+--- candl-0.6.2/ChangeLog	2012-03-12 17:19:38.000000000 +0100
++++ candl-0.6.3/ChangeLog	2013-02-19 06:27:35.000000000 +0100
+@@ -1,3 +1,11 @@
++2013-02-18  Louis-Noel Pouchet  <pouchet at cs.ucla.edu>
++
++	* configure.ac: Bump to candl-0.6.3.
++
++2012-10-26  Louis-Noel Pouchet  <pouchet at cse.ohio-state.edu>
++
++	* source/dependence.c: Fix 2 bugs in scalar privatization.
++
+ 2012-03-09  Louis-Noel Pouchet  <pouchet at cse.ohio-state.edu>
+ 
+ 	* configure.in: Bump to candl-0.6.2.
+diff -Nur candl-0.6.2/configure.in candl-0.6.3/configure.in
+--- candl-0.6.2/configure.in	2012-03-12 17:45:26.000000000 +0100
++++ candl-0.6.3/configure.in	2013-02-19 06:27:35.000000000 +0100
+@@ -34,7 +34,7 @@
+ 
+ AC_PREREQ(2.13)
+ dnl Fill here the @bug email adress.
+-AC_INIT([candl], [0.6.2], [cedric.bastoul at inria.fr,pouchet at cse.ohio-state.edu])
++AC_INIT([candl], [0.6.3], [cedric.bastoul at inria.fr,pouchet at cs.ucla.edu])
+ dnl A common file, which serve as a test.
+ AC_CONFIG_SRCDIR([include/candl/program.h])
+ dnl Put as most as possible configuration files to an auxialiry
+diff -Nur candl-0.6.2/include/candl/candl.h candl-0.6.3/include/candl/candl.h
+--- candl-0.6.2/include/candl/candl.h	2012-03-12 17:45:37.000000000 +0100
++++ candl-0.6.3/include/candl/candl.h	2013-02-19 06:40:15.000000000 +0100
+@@ -42,7 +42,7 @@
+ #ifndef CANDL_H
+ # define CANDL_H
+ 
+-# define CANDL_RELEASE "0.6.2"
++# define CANDL_RELEASE "0.6.3"
+ # define CANDL_VERSION "64"
+ # define CANDL_SUPPORTS_SCOPLIB
+ # define CANDL_SUPPORTS_ISL
+diff -Nur candl-0.6.2/source/dependence.c candl-0.6.3/source/dependence.c
+--- candl-0.6.2/source/dependence.c	2012-03-12 17:19:37.000000000 +0100
++++ candl-0.6.3/source/dependence.c	2013-02-19 06:27:31.000000000 +0100
+@@ -2261,14 +2261,17 @@
+ 		pred->next = next;
+ 	      free (tmp);
+ 	    }
+-	  pred = tmp;
++	  else
++	    pred = tmp;
+ 	  tmp = next;
+ 
+-	  continue;
+ 	}
+-      /* Go to the next victim. */
+-      pred = tmp;
+-      tmp = tmp->next;
++      else
++	{
++	  /* Go to the next victim. */
++	  pred = tmp;
++	  tmp = tmp->next;
++	}
+     }
+ }
+ 
+@@ -2455,7 +2458,7 @@
+ 			  for (l = 0; l < priv_buff_size; ++l)
+ 			    program->scalars_privatizable[l] = -1;
+ 			}
+-		      if (nb_priv == priv_buff_size)
++		      if (nb_priv == priv_buff_size - 2)
+ 			{
+ 			  program->scalars_privatizable =
+ 			    realloc(program->scalars_privatizable,
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/candl.git/commitdiff/f54d3c72f7ed798590082672d3b180bfe57f87d9



More information about the pld-cvs-commit mailing list