[www-pubs] r217872 - Added a couple of LLVM related papers and a thesis from our group.
Pekka Jaaskelainen
pekka.jaaskelainen at tut.fi
Tue Sep 16 07:13:20 PDT 2014
Author: pjaaskel
Date: Tue Sep 16 09:13:19 2014
New Revision: 217872
URL: http://llvm.org/viewvc/llvm-project?rev=217872&view=rev
Log:
Added a couple of LLVM related papers and a thesis from our group.
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=217872&r1=217871&r2=217872&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Tue Sep 16 09:13:19 2014
@@ -2,6 +2,22 @@
// the page in the order listed.
var PUBS =
[
+ { url: "http://www.pds.ewi.tudelft.nl/fileadmin/pds/homepages/fang/papers/icpp2k14a214.pdf",
+ author: "Jianbin Fang, Henk Sips, Pekka Jääskeläinen, Ana Lucia Varbanescu",
+ title: "Grover: Looking for Performance Improvement by Disabling Local Memory Usage in OpenCL Kernels",
+ published: "Proceedings of the 43rd International Conference on Parallel Processing (ICPP-2014)",
+ month: 9,
+ year: 2014,
+ },
+
+ { url: "http://link.springer.com/article/10.1007/s10766-014-0320-y",
+ author: "Pekka Jääskeläinen, Carlos Sánchez de La Lama, Erik Schnetter, Kalle Raiskila, Jarmo Takala, Heikki Berg",
+ title: "pocl: A Performance-Portable OpenCL Implementation",
+ published: "International Journal of Parallel Programming (IJPP)",
+ month: 8,
+ year: 2014,
+ },
+
{ url: "http://verify.rwth-aachen.de/giesl/papers/IJCAR14-LLVM.pdf",
author: "Thomas Ströder, Jürgen Giesl, Marc Brockschmidt, Florian Frohn, Carsten Fuhs, Jera Hensel, and Peter Schneider-Kamp",
title: "Proving Termination and Memory Safety for Programs with Pointer Arithmetic",
@@ -18,6 +34,15 @@ var PUBS =
year: 2014,
},
+ { url: "https://dspace.cc.tut.fi/dpub/handle/123456789/22234",
+ author: "Mikko Järvelä",
+ title: "Vector Operation Support for Transport Triggered Architectures",
+ published: "Master's Thesis",
+ location: "Tampere University of Technology",
+ month: 6,
+ year: 2014,
+ },
+
{ url: "http://dl.acm.org/citation.cfm?id=2601397",
author: "Justin M. LaPre, Elsa J. Gonsiorowski, and Christopher D. Carothers",
title: "LORAIN: A Step Closer to the PDES 'Holy Grail'",
More information about the llvm-commits
mailing list