[llvm-commits] [www-pubs] r118858 - /www-pubs/trunk/pubs.js
Chris Lattner
sabre at nondot.org
Thu Nov 11 15:39:56 PST 2010
Author: lattner
Date: Thu Nov 11 17:39:56 2010
New Revision: 118858
URL: http://llvm.org/viewvc/llvm-project?rev=118858&view=rev
Log:
unbreak the web 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=118858&r1=118857&r2=118858&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Nov 11 17:39:56 2010
@@ -10,7 +10,7 @@
year: 2010
},
- [{ url: "2010-10-OSDI-DeterministicMT.html",
+ { url: "2010-10-OSDI-DeterministicMT.html",
title: "Stable Deterministic Multithreading through Schedule Memoization",
published: "Proc. of the Ninth Symposium on Operating Systems Design and Implementation (OSDI '10)",
location: "Vancouver, BC, Canada",
@@ -19,7 +19,7 @@
year: 2010
},
- [{ url: "2010-10-OSDI-BypassingRaces.html",
+ { url: "2010-10-OSDI-BypassingRaces.html",
title: "Bypassing Races in Live Applications with Execution Filters",
published: "Proc. of the Ninth Symposium on Operating Systems Design and Implementation (OSDI '10)",
location: "Vancouver, BC, Canada",
More information about the llvm-commits
mailing list