[www-pubs] r250401 - Added Cristiano Giuffrida's Ph.D. Dissertation to LLVM Publications Page.

John Criswell via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 06:29:57 PDT 2015


Author: criswell
Date: Thu Oct 15 08:29:57 2015
New Revision: 250401

URL: http://llvm.org/viewvc/llvm-project?rev=250401&view=rev
Log:
Added Cristiano Giuffrida's Ph.D. Dissertation to LLVM Publications Page.

Added Cristiano Giuffrida's Ph.D. Dissertation, "Safe and Automatic
Live Update", to LLVM Publications Page, noting his 2015 SIGOPS Dennis
M. Ritchie Dissertation Award.  Congratulations Cristiano!

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=250401&r1=250400&r2=250401&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Oct 15 08:29:57 2015
@@ -174,6 +174,15 @@ var PUBS =
     year: 2014,
   },
 
+  { url: "http://www.cs.vu.nl/~giuffrida/papers/phdthesis.pdf",
+    author: "Cristiano Giuffrida",
+    title: "Safe and Automatic Live Update",
+    published: "Ph.D. Dissertation,  Vrije University, Netherlands",
+    award: "Received the 2015 ACM SIGOPS Dennis M. Ritchie Doctoral Dissertation Award",
+    month: 4,
+    year: 2014,
+  },
+
   { url: "http://sva.cs.illinois.edu/pubs/VirtualGhost-ASPLOS-2014.pdf",
     author: "John Criswell, Nathan Dautenhahn, and Vikram Adve",
     title: "Virtual Ghost: Protecting Applications from Hostile Operating Systems",




More information about the llvm-commits mailing list