[llvm-commits] [www-pubs] r164599 - /www-pubs/trunk/pubs.js

Renato Golin rengolin at systemcall.org
Tue Sep 25 03:32:24 PDT 2012


Author: rengolin
Date: Tue Sep 25 05:32:24 2012
New Revision: 164599

URL: http://llvm.org/viewvc/llvm-project?rev=164599&view=rev
Log:
Added two Stripf's papers 2011 and 2012

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=164599&r1=164598&r2=164599&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Tue Sep 25 05:32:24 2012
@@ -35,6 +35,14 @@
     year: 2012,
   },
 
+  { url: "http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6270679&isnumber=6270391",
+    author: "Stripf, T.; Koenig, R.; Rieder, P.; Becker, J.;",
+    title: "A Compiler Back-End for Reconfigurable, Mixed-ISA Processors with Clustered Register Files",
+    published: "Parallel and Distributed Processing Symposium Workshops & PhD Forum (IPDPSW), 2012 IEEE 26th International",
+    month: 5,
+    year: 2012,
+  },
+
   { url: "2012-05-13-InPar-ispc.html",
     author: "Matt Pharr and William R. Mark",
     title: "ispc: A SPMD Compiler for High-Performance CPU Programming",
@@ -75,6 +83,14 @@
     year: 2011,
   },
 
+  { url: "http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6045457&isnumber=6045429",
+    author: "Stripf, T.; Koenig, R.; Becker, J.;",
+    title: "A novel ADL-based compiler-centric software framework for reconfigurable mixed-ISA processors",
+    published: "Embedded Computer Systems (SAMOS), 2011 International Conference",
+    month: 7,
+    year: 2011,
+  },
+
   { url: "http://www.hipeac.net/system/files?file=standaloneopencl.pdf",
     author: "Pekka Jääskeläinen, Carlos S. de La Lama, Pablo Huerta, and Jarmo Takala",
     title: "OpenCL-based Design Methodology for Application-Specific Processors",





More information about the llvm-commits mailing list