[llvm-commits] CVS: llvm-www/pubs/pubs.js
Chris Lattner
sabre at nondot.org
Sun Oct 25 22:53:41 PDT 2009
Changes in directory llvm-www/pubs:
pubs.js updated: 1.57 -> 1.58
---
Log message:
add some more
---
Diffs of the changes: (+13 -13)
pubs.js | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.57 llvm-www/pubs/pubs.js:1.58
--- llvm-www/pubs/pubs.js:1.57 Mon Oct 26 00:52:13 2009
+++ llvm-www/pubs/pubs.js Mon Oct 26 00:53:25 2009
@@ -1,19 +1,19 @@
// The array should be sorted reverse-chronologically, and will be displayed on
// the page in the order listed.
var PUBS = [
-// {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},
+ {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},
-// {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,
-// year: 2009},
+ {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,
+ year: 2009},
{url: '2009-08-SAS-IPSSA.html',
title: "Increasing the scope and resolution of Interprocedural Static Single Assignment",
@@ -135,7 +135,7 @@
month: 4,
year: 2009},
- {url: "",
+ {//url: "",
title: "Scheduling Techniques for Multi-Core Architectures",
author: "Akira Hatanaka and Nader Bagherzadeh",
published: "2009 Sixth International Conference on Information Technology: New Generations",
More information about the llvm-commits
mailing list