[www-pubs] r177538 - Added more ASPLOS 2013 papers.

John Criswell criswell at uiuc.edu
Wed Mar 20 09:52:40 PDT 2013


Author: criswell
Date: Wed Mar 20 11:52:40 2013
New Revision: 177538

URL: http://llvm.org/viewvc/llvm-project?rev=177538&view=rev
Log:
Added more ASPLOS 2013 papers.

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=177538&r1=177537&r2=177538&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Wed Mar 20 11:52:40 2013
@@ -42,6 +42,38 @@ var PUBS =
     year: 2013,
   },
 
+  { url: "http://dl.acm.org/citation.cfm?id=2451136&CFID=194387348&CFTOKEN=71893868",
+    author: "Wonsun Ahn, Yuelu Duan, and Josep Torrellas",
+    title: "DeAliaser: Alias Speculation using Atomic Region Support",
+    published: "Proceedings of the Eighteenth International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2013)",
+    month: 3,
+    year: 2013,
+  },
+
+  { url: "http://dl.acm.org/citation.cfm?id=2451141&CFID=194387348&CFTOKEN=71893868",
+    author: "Charlie Curtsinger and Emery D. Berger",
+    title: "STABILIZER: Statistically Sound Performance Evaluation",
+    published: "Proceedings of the Eighteenth International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2013)",
+    month: 3,
+    year: 2013,
+  },
+
+  { url: "http://dl.acm.org/citation.cfm?id=2451152&CFID=194387348&CFTOKEN=71893868",
+    author: "Heming Cui, Gang Hu, Jingyue Wu, and Junfeng Yang",
+    title: "Verifying Systems Rules Using Rule-Directed Symbolic Execution",
+    published: "Proceedings of the Eighteenth International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2013)",
+    month: 3,
+    year: 2013,
+  },
+
+  { url: "http://dl.acm.org/citation.cfm?id=2451161&CFID=194387348&CFTOKEN=71893868",
+    author: "Taewook Oh, Hanjun Kim, Nick P. Johnson, Jae W. Lee, and David I. August",
+    title: "Practical Automatic Loop Specialization",
+    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