[www-pubs] r177533 - Undo previous commit. It seems to have broken the publications page.
John Criswell
criswell at uiuc.edu
Wed Mar 20 09:37:10 PDT 2013
Author: criswell
Date: Wed Mar 20 11:37:09 2013
New Revision: 177533
URL: http://llvm.org/viewvc/llvm-project?rev=177533&view=rev
Log:
Undo previous commit. It seems to have broken the publications page.
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=177533&r1=177532&r2=177533&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Wed Mar 20 11:37:09 2013
@@ -2,50 +2,10 @@
// 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://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",
- published: "Proceedings of the 22nd International Conference on Compiler Construction (CC 2013)",
+ published: "Proceedings of the 22nd International Conference on Compiler Construction (CC '13)",
month: 3,
year: 2013,
},
More information about the llvm-commits
mailing list