[llvm-commits] CVS: llvm-www/pubs/pubs.js
Chris Lattner
sabre at nondot.org
Sun Oct 25 22:49:51 PDT 2009
Changes in directory llvm-www/pubs:
pubs.js updated: 1.54 -> 1.55
---
Log message:
try to get this working again
---
Diffs of the changes: (+13 -8)
pubs.js | 21 +++++++++++++--------
1 files changed, 13 insertions(+), 8 deletions(-)
Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.54 llvm-www/pubs/pubs.js:1.55
--- llvm-www/pubs/pubs.js:1.54 Mon Oct 26 00:44:41 2009
+++ llvm-www/pubs/pubs.js Mon Oct 26 00:49:35 2009
@@ -1,13 +1,15 @@
// The array should be sorted reverse-chronologically, and will be displayed on
// the page in the order listed.
var PUBS = [
- {title: 'AN-Encoding Compiler: Building Safety-Critical Systems with Commodity Hardware',
+ {url: "",
+ title: "AN-Encoding Compiler: Building Safety-Critical Systems with Commodity Hardware",
published: "28th International Conference, SAFECOMP 2009",
location: "Hamburg, Germany",
month: 9,
year: 2009},
- {title: 'Automatic Generation of Cycle-Approximate TLMs with Timed RTOS Model Support',
+ {url: "",
+ title: "Automatic Generation of Cycle-Approximate TLMs with Timed RTOS Model Support",
published: "Analysis, Architectures and Modelling of Embedded Systems 2009 (IESS 2009)",
location: "Langenargen, Germany",
month: 9,
@@ -37,14 +39,16 @@
month: 7,
year: 2009},
- {title: 'Verifying the Implementation of an Operating System Scheduler',
- author: 'Moritz Kleine, Björn Bartels, Thomas Göthel, and Sabine Glesner',
- published: 'IEEE International Symposium on Theoretical Aspects of Software Engineering',
+ {url: "",
+ title: "Verifying the Implementation of an Operating System Scheduler",
+ author: "Moritz Kleine, Björn Bartels, Thomas Göthel, and Sabine Glesner",
+ published: "IEEE International Symposium on Theoretical Aspects of Software Engineering",
location: 'Tianjin, China',
month: 7,
year: 2009},
- {title: 'Programmable and Scalable Architecture for Graphics Processing Units',
+ {url: "",
+ title: "Programmable and Scalable Architecture for Graphics Processing Units",
author: "Carlos S. Lama, Pekka Jääskeläinen, Jarmo Takala",
published "Proc. of the 9th International Workshop on Embedded Computer Systems: Architectures, Modeling, and Simulation",
location: "Samos, Greece",
@@ -131,8 +135,9 @@
month: 4,
year: 2009},
- {title: 'Scheduling Techniques for Multi-Core Architectures',
- author: 'Akira Hatanaka and Nader Bagherzadeh',
+ {url: "",
+ title: "Scheduling Techniques for Multi-Core Architectures",
+ author: "Akira Hatanaka and Nader Bagherzadeh",
published: "2009 Sixth International Conference on Information Technology: New Generations",
month: 4,
year: 2009},
More information about the llvm-commits
mailing list