[llvm-commits] CVS: llvm-www/pubs/pubs.js
Chris Lattner
sabre at nondot.org
Sun Oct 25 22:58:59 PDT 2009
Changes in directory llvm-www/pubs:
pubs.js updated: 1.63 -> 1.64
---
Log message:
that was it, add the rest back, sorry for the thrashing.
---
Diffs of the changes: (+17 -17)
pubs.js | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.63 llvm-www/pubs/pubs.js:1.64
--- llvm-www/pubs/pubs.js:1.63 Mon Oct 26 00:57:14 2009
+++ llvm-www/pubs/pubs.js Mon Oct 26 00:58:43 2009
@@ -4,7 +4,7 @@
{url: "",
title: "AN-Encoding Compiler: Building Safety-Critical Systems with Commodity Hardware",
published: "28th International Conference, SAFECOMP 2009",
- author: "",
+ author: "Christof Fetzer, Ute Schiffel, and Martin Süßkraut",
location: "Hamburg, Germany",
month: 9,
year: 2009},
@@ -12,7 +12,7 @@
{url: "",
title: "Automatic Generation of Cycle-Approximate TLMs with Timed RTOS Model Support",
published: "Analysis, Architectures and Modelling of Embedded Systems 2009 (IESS 2009)",
- author: "",
+ author: "Yonghyun Hwang, Gunar Schirner, and Samar Abdi",
location: "Langenargen, Germany",
month: 9,
year: 2009},
@@ -41,21 +41,21 @@
month: 7,
year: 2009},
-// {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},
-
-// {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",
-// month: 7,
-// year: 2009},
+ {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},
+
+ {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",
+ month: 7,
+ year: 2009},
{url: '2009-06-PLDI-LibraryBindings.html',
title: 'Automatic generation of library bindings using static analysis',
More information about the llvm-commits
mailing list