[www-pubs] r177536 - Added more ASPLOS 2013 publications with correct syntax this time.
John Criswell
criswell at uiuc.edu
Wed Mar 20 09:40:02 PDT 2013
Author: criswell
Date: Wed Mar 20 11:40:02 2013
New Revision: 177536
URL: http://llvm.org/viewvc/llvm-project?rev=177536&view=rev
Log:
Added more ASPLOS 2013 publications with correct syntax this time.
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=177536&r1=177535&r2=177536&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Wed Mar 20 11:40:02 2013
@@ -10,6 +10,38 @@ var PUBS =
year: 2013,
},
+ { url: "http://dl.acm.org/citation.cfm?id=2451147",
+ author: "Cristiano Giuffrida, Anton Kuijsten, and Andrew S. Tanenbaum",
+ title: "Safe and Automatic Live Update for Operating Systems",
+ 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=2451120&CFID=194387348&CFTOKEN=71893868",
+ author: "Benjamin Wester, David Devecsery, Peter M. Chen, Jason Flinn, and Satish Narayanasamy",
+ title: "Parallelizing Data Race Detection",
+ 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=2451121&CFID=194387348&CFTOKEN=71893868",
+ author: "Brandon Lucia and Luis Ceze",
+ title: "Cooperative Empirical Failure Avoidance for Multithreaded Programs",
+ 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=2451129&CFID=194387348&CFTOKEN=71893868",
+ author: "Wei Zhang, Marc de Kruijf, Ang Li, Shan Lu, and Karthikeyan Sankaralingam",
+ title: "ConAir: Featherweight Concurrency Bug Recovery via Single-Threaded Idempotent 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://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