[llvm-commits] CVS: llvm-www/pubs/pubs.js

John Criswell criswell at cs.uiuc.edu
Mon Jun 8 12:53:56 PDT 2009



Changes in directory llvm-www/pubs:

pubs.js updated: 1.14 -> 1.15
---
Log message:

Added our Usenix Security paper.


---
Diffs of the changes:  (+8 -0)

 pubs.js |    8 ++++++++
 1 files changed, 8 insertions(+)


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.14 llvm-www/pubs/pubs.js:1.15
--- llvm-www/pubs/pubs.js:1.14	Mon May 25 20:08:17 2009
+++ llvm-www/pubs/pubs.js	Mon Jun  8 14:50:37 2009
@@ -1,6 +1,14 @@
 // The array should be sorted reverse-chronologically, and will be displayed on
 // the page in the order listed.
 var PUBS = [
+  {url: '2009-08-12-UsenixSecurity-SafeSVAOS.html',
+   title: 'Memory Safety for Low-Level Software/Hardware Interactions',
+   author: 'John Criswell, Nicolas Geoffray, and Vikram Adve',
+   published: "Proceedings of the Eighteenth Usenix Security Symposium",
+   location: "Montreal, Canada",
+   month: 8,
+   year: 2009},
+
   {url: '2009-05-21-Thesis-Barrett-3c.html',
    title: '3c: A JIT Compiler with LLVM',
    author: 'Edd Barrett',






More information about the llvm-commits mailing list