[llvm-commits] CVS: llvm-www/pubs/pubs.js
Chris Lattner
sabre at nondot.org
Fri Jun 26 13:44:37 PDT 2009
Changes in directory llvm-www/pubs:
pubs.js updated: 1.15 -> 1.16
---
Log message:
add softbound to the index.
---
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.15 llvm-www/pubs/pubs.js:1.16
--- llvm-www/pubs/pubs.js:1.15 Mon Jun 8 14:50:37 2009
+++ llvm-www/pubs/pubs.js Fri Jun 26 15:44:16 2009
@@ -9,6 +9,14 @@
month: 8,
year: 2009},
+ {url: '2009-06-PLDI-SoftBound.html',
+ title: 'SoftBound: Highly Compatible and Complete Spatial Memory Safety for C',
+ author: 'Santosh Nagarakatte, Jianzhou Zhao, Milo M K Martin and Steve Zdancewic',
+ published: "Proc. ACM SIGPLAN 2009 Conference on Programming Language Design \and Implementation (PLDI'09)",
+ location: "Dublin, Ireland",
+ month: 6,
+ 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