[www-pubs] r199412 - Added Santosh's recent paper utilizing LLVM.

John Criswell criswell at uiuc.edu
Thu Jan 16 11:30:35 PST 2014


Author: criswell
Date: Thu Jan 16 13:30:35 2014
New Revision: 199412

URL: http://llvm.org/viewvc/llvm-project?rev=199412&view=rev
Log:
Added Santosh's recent paper utilizing 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=199412&r1=199411&r2=199412&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Jan 16 13:30:35 2014
@@ -2,6 +2,14 @@
 // the page in the order listed.
 var PUBS =
 [
+  { 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",
+    published: "Proceedings of the 2014 International Symposium on Code Generation and Optimization (CGO 2014)",
+    month: 2,
+    year: 2014,
+  },
+
   { url: "http://dx.doi.org/10.1145/2512432",
     author: " Ghassan Shobaki, Maxim Shawabkeh, and Najm Abu-Rmaileh",
     title: "Preallocation Instruction Scheduling with Register Pressure Minimization Using a Combinatorial Optimization Approach",





More information about the llvm-commits mailing list