[www-pubs] r184868 - Added the Formal Verification of SSA Optimizations for LLVM paper.

John Criswell criswell at uiuc.edu
Tue Jun 25 11:59:48 PDT 2013


Author: criswell
Date: Tue Jun 25 13:59:48 2013
New Revision: 184868

URL: http://llvm.org/viewvc/llvm-project?rev=184868&view=rev
Log:
Added the Formal Verification of SSA Optimizations for LLVM 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=184868&r1=184867&r2=184868&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Tue Jun 25 13:59:48 2013
@@ -2,6 +2,14 @@
 // the page in the order listed.
 var PUBS =
 [
+  { url: "http://www.cs.rutgers.edu/~santosh.nagarakatte/pldi2013.pdf",
+    author: "Jianzhou Zhao, Santosh Nagarakatte, Milo M K Martin, and Steve Zdancewic",
+    title: "Formal Verification of SSA Optimizations for LLVM",
+    published: "Proceedings of the 34th ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI 2013)",
+    month: 6,
+    year: 2013,
+  },
+
   { url: "http://dl.acm.org/citation.cfm?id=2451131",
     author: "Swarup Kumar Sahoo, John Criswell, Chase Geigle, and Vikram Adve",
     title: "Using Likely Invariants for Automated Software Fault Localization",





More information about the llvm-commits mailing list