[www-pubs] r199415 - Adding my Virtual Ghost paper (uses which LLVM).

John Criswell criswell at uiuc.edu
Thu Jan 16 12:00:05 PST 2014


Author: criswell
Date: Thu Jan 16 14:00:05 2014
New Revision: 199415

URL: http://llvm.org/viewvc/llvm-project?rev=199415&view=rev
Log:
Adding my Virtual Ghost paper (uses which LLVM).

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=199415&r1=199414&r2=199415&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Jan 16 14:00:05 2014
@@ -2,6 +2,14 @@
 // the page in the order listed.
 var PUBS =
 [
+  { 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 ",
+    published: "Proceedings of the Nineteenth International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2014)",
+    month: 3,
+    year: 2014,
+  },
+
   { url: "http://www.cs.rutgers.edu/~santosh.nagarakatte/papers/cgo2014-final.pdf",
     author: "Santosh Nagarakatte, Milo M.K. Martin and Steve Zdancewic",
     title: "WatchdogLite: Hardware-Accelerated Compiler-Based Pointer Checking",





More information about the llvm-commits mailing list