[llvm-commits] CVS: llvm-www/pubs/pubs.js
Chris Lattner
sabre at nondot.org
Sun Oct 25 23:03:33 PDT 2009
Changes in directory llvm-www/pubs:
pubs.js updated: 1.66 -> 1.67
---
Log message:
missing colon.
---
Diffs of the changes: (+8 -8)
pubs.js | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.66 llvm-www/pubs/pubs.js:1.67
--- llvm-www/pubs/pubs.js:1.66 Mon Oct 26 01:02:41 2009
+++ llvm-www/pubs/pubs.js Mon Oct 26 01:03:17 2009
@@ -41,18 +41,18 @@
month: 7,
year: 2009},
- // {url: "",
- // title: "Verifying the Implementation of an Operating System Scheduler",
- // author: "Moritz Kleine, Bjorn Bartels, Thomas Gothel, and Sabine Glesner",
- // published: "IEEE International Symposium on Theoretical Aspects of Software Engineering",
- // location: 'Tianjin, China',
- // month: 7,
- // year: 2009},
+ {url: "",
+ title: "Verifying the Implementation of an Operating System Scheduler",
+ author: "Moritz Kleine, Bjorn Bartels, Thomas Gothel, and Sabine Glesner",
+ published: "IEEE International Symposium on Theoretical Aspects of Software Engineering",
+ location: 'Tianjin, China',
+ month: 7,
+ year: 2009},
{url: "",
title: "Programmable and Scalable Architecture for Graphics Processing Units",
author: "Carlos S. Lama, Pekka Jaaskelainen, Jarmo Takala",
- published "Proc. of the 9th International Workshop on Embedded Computer Systems: Architectures, Modeling, and Simulation",
+ published: "Proc. of the 9th International Workshop on Embedded Computer Systems: Architectures, Modeling, and Simulation",
location: "Samos, Greece",
month: 7,
year: 2009},
More information about the llvm-commits
mailing list