[www-pubs] r177534 - Re-add my ASPLOS 2013 paper.

John Criswell criswell at uiuc.edu
Wed Mar 20 09:38:04 PDT 2013


Author: criswell
Date: Wed Mar 20 11:38:04 2013
New Revision: 177534

URL: http://llvm.org/viewvc/llvm-project?rev=177534&view=rev
Log:
Re-add my ASPLOS 2013 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=177534&r1=177533&r2=177534&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Wed Mar 20 11:38:04 2013
@@ -2,6 +2,14 @@
 // the page in the order listed.
 var PUBS =
 [
+  { 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",
+    published: "Proceedings of the Eighteenth International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2013)",
+    month: 3,
+    year: 2013,
+  },
+
   { url: "http://link.springer.com/chapter/10.1007/978-3-642-37051-9_8",
     author: "Ryan Whelan, Tim Leek, and David Kaeli",
     title: "Architecture-Independent Dynamic Information Flow Tracking",





More information about the llvm-commits mailing list