<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in mxm-shared.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>1fa7b972 - Update to isl 99d53692ba</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/cloog/mxm-shared.c#1fa7b972</link>
        <description>Update to isl 99d53692baThis commit imports the latest isl version into lib/External/isl. The changesrelavant for Polly are:  1) Schedule trees [1] have been introduced as a more structured way to     describe schedules. Polly does not yet use them, but we may switch to them     in the near future.  2) Another set of coalescing changes [2] simplifies some data dependences and     removes a couple of code generation artifacts.     We now understand that the following sets can be merged:     { Stmt_S1[i0, i1] -&gt; Stmt_S2[i0 + i1] :          i0 &gt;= 0 and i1 &lt;= 1023 - i0 and i1 &gt;= 1       Stmt_S1[i0, 0] -&gt; Stmt_S2[i0] : i0 &lt;= 1023 and i0 &gt;= 1}     into:     { Stmt_S1[i0, i1] -&gt; Stmt_S2[i0 + i1] : i1 &lt;= 1023 - i0 and i1 &gt;= 0 and                                             i1 &gt;= 1 - i0 and i0 &gt;= 0 }     Changes of this kind reduce unnecessary specialization during code     generation.     -  for (int c3 = 0; c3 &lt;= 1023; c3 += 1) {     -    if (c3 % 2 == 0) {     -      Stmt_for_body3(c1, c3);     -    } else     -      Stmt_for_body3(c1, c3);     -  }     +  for (int c3 = 0; c3 &lt;= 1023; c3 += 1)     +    Stmt_for_body3(c1, c3);[1] http://impact.gforge.inria.fr/impact2014/papers/impact2014-verdoolaege.pdf[2] http://impact.gforge.inria.fr/impact2015/papers/impact2015-verdoolaege.pdfllvm-svn: 229423

            List of files:
            /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/cloog/mxm-shared.c</description>
        <pubDate>Mon, 16 Feb 2015 19:33:40 +0000</pubDate>
        <dc:creator>Tobias Grosser &lt;tobias@grosser.es&gt;</dc:creator>
    </item>
<item>
        <title>52a25237 - Import isl(+imath) as an external library into Polly</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/cloog/mxm-shared.c#52a25237</link>
        <description>Import isl(+imath) as an external library into PollyWith this patch Polly is always GPL-free (no dependency on GMP any more). As aresult, building and distributing Polly will be easier. Furthermore, there is noneed to tightly coordinate isl and Polly releases anymore.We import isl b3e0fa7a05d as well as imath 4d707e5ef2. These are the gitversions Polly currently was tested with when using utils/checkout_isl.sh. Theimported libraries are both MIT-style licensed.We build isl and imath with -fvisibility=hidden to avoid clashes in case otherprojects (such as gcc) use conflicting versions of isl. The use of imath cantemporarily reduce compile-time performance of Polly. We will work onperformance tuning in tree.Patches to isl should be contributed first to the main isl repository and canthen later be reimported to Polly.This patch is also a prerequisite for the upcoming isl C++ interface.llvm-svn: 228193

            List of files:
            /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/cloog/mxm-shared.c</description>
        <pubDate>Wed, 04 Feb 2015 20:55:43 +0000</pubDate>
        <dc:creator>Tobias Grosser &lt;tobias@grosser.es&gt;</dc:creator>
    </item>
</channel>
</rss>
