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

John Criswell criswell at uiuc.edu
Thu Dec 27 07:46:55 PST 2012


Author: criswell
Date: Thu Dec 27 09:46:55 2012
New Revision: 171163

URL: http://llvm.org/viewvc/llvm-project?rev=171163&view=rev
Log:
Added Cristiano Giuffrida's and Andrew S. Tanenbaum's HotSWUp 2012 paper.

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=171163&r1=171162&r2=171163&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Dec 27 09:46:55 2012
@@ -18,6 +18,14 @@
     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",
+    published: "Proc. of the Fourth International Workshop on Hot Topics in Software Upgrades (HotSWUp '12)",
+    month: 6,
+    year: 2012,
+  },
+
   { url: "http://systems.cs.columbia.edu/archive/pub/2012/06/sound-and-precise-analysis-of-parallel-programs-through-schedule-specialization/",
     author: "Jingyue Wu, Yang Tang, Gang Hu, Heming Cui, and Junfeng Yang",
     title: "Sound and Precise Analysis of Parallel Programs through Schedule Specialization",





More information about the llvm-commits mailing list