[llvm-commits] CVS: llvm-www/pubs/pubs.js

Chris Lattner sabre at nondot.org
Sun Oct 25 22:52:07 PDT 2009



Changes in directory llvm-www/pubs:

pubs.js updated: 1.55 -> 1.56
---
Log message:

temporarily disable some.


---
Diffs of the changes:  (+34 -34)

 pubs.js |   68 ++++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 34 insertions(+), 34 deletions(-)


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.55 llvm-www/pubs/pubs.js:1.56
--- llvm-www/pubs/pubs.js:1.55	Mon Oct 26 00:49:35 2009
+++ llvm-www/pubs/pubs.js	Mon Oct 26 00:51:51 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: "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: "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: '2009-08-SAS-IPSSA.html',
    title: "Increasing the scope and resolution of Interprocedural Static Single Assignment",
@@ -39,21 +39,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',
@@ -135,12 +135,12 @@
    month: 4,
    year: 2009},
 
-  {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},
+//  {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},
 
   {url: '2009-03-CGO-ESoftCheck.html',
    title: 'ESoftCheck: Removal of Non-vital Checks for Fault Tolerance',






More information about the llvm-commits mailing list