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

John Criswell criswell at uiuc.edu
Mon Feb 13 15:39:08 PST 2012


Author: criswell
Date: Mon Feb 13 17:39:08 2012
New Revision: 150434

URL: http://llvm.org/viewvc/llvm-project?rev=150434&view=rev
Log:
Added the LLVM M.D. paper to the publications page.

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=150434&r1=150433&r2=150434&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Mon Feb 13 17:39:08 2012
@@ -26,6 +26,14 @@
     year: 2011,
   },
 
+  { url: "http://llvm-md.org/pldi.pdf",
+    author: "Jean-Baptiste Tristan, Paul Govereau, Greg Morrisett",
+    title: "Evaluating Value-Graph Translation Validation for LLVM",
+    published: "ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)",
+    month: 6,
+    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