[www-pubs] r218130 - Added publications by M. Kambadur et. al.

John Criswell criswell at uiuc.edu
Fri Sep 19 10:19:42 PDT 2014


Author: criswell
Date: Fri Sep 19 12:19:42 2014
New Revision: 218130

URL: http://llvm.org/viewvc/llvm-project?rev=218130&view=rev
Log:
Added publications by M. Kambadur et. al.

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=218130&r1=218129&r2=218130&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Fri Sep 19 12:19:42 2014
@@ -10,6 +10,14 @@ var PUBS =
     year: 2014,
   },
 
+  { url: "http://arcade.cs.columbia.edu/parashares-europar14.pdf",
+    author: "Melanie Kambadur, Kui Tang, and Martha Kim",
+    title: "ParaShares: Finding the Important Basic Blocks in Multithreaded Programs",
+    published: "International Conference on Parallel Processing (Euro-Par)",
+    month: 8,
+    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",
@@ -259,6 +267,15 @@ var PUBS =
     year: 2012,
   },
 
+  { url: "http://arcade.cs.columbia.edu/harmony-isca12.pdf",
+    author: "Melanie Kambadur, Kui Tang, and Martha Kim",
+    title: "Harmony: Collection and Analysis of Parallel Block Vectors",
+    published: "Proceedings of the International Symposium on Computer Architecture (ISCA '12)",
+    award: 'Top Picks in Computer Architecture Selection',
+    month: 6,
+    year: 2012,
+  },
+
   { url: "http://www.cs.vu.nl/~giuffrida/papers/hotswup-2012.pdf",
     author: "Cristiano Giuffrida and Andrew S. Tanenbaum",
     title: "Safe and Automated State Transfer for Secure and Reliable Live Update",





More information about the llvm-commits mailing list