[www-pubs] r220211 - Added John Criswell's Ph.D. Dissertation to the list of LLVM Publications.

John Criswell criswell at uiuc.edu
Mon Oct 20 09:57:42 PDT 2014


Author: criswell
Date: Mon Oct 20 11:57:42 2014
New Revision: 220211

URL: http://llvm.org/viewvc/llvm-project?rev=220211&view=rev
Log:
Added John Criswell's Ph.D. Dissertation to the list of LLVM Publications.

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=220211&r1=220210&r2=220211&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Mon Oct 20 11:57:42 2014
@@ -10,6 +10,14 @@ var PUBS =
     year: 2014,
   },
 
+  { url: "http://hdl.handle.net/2142/50547",
+    author: "John Criswell",
+    title: "Secure Virtual Architecture: Security for Commodity Software Systems",
+    published: "Ph.D. Dissertation,  University of Illinois at Urbana-Champaign",
+    month: 9,
+    year: 2014,
+  },
+
   { 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",





More information about the llvm-commits mailing list