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

Chris Lattner sabre at nondot.org
Sun Oct 25 22:56:17 PDT 2009



Changes in directory llvm-www/pubs:

pubs.js updated: 1.60 -> 1.61
---
Log message:

next one


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

 pubs.js |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.60 llvm-www/pubs/pubs.js:1.61
--- llvm-www/pubs/pubs.js:1.60	Mon Oct 26 00:55:30 2009
+++ llvm-www/pubs/pubs.js	Mon Oct 26 00:56:00 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",
+   title: "AN-Encoding Compiler: Building Safety-Critical Systems with Commodity Hardware",
+   published: "28th International Conference, SAFECOMP 2009",
+   location: "Hamburg, Germany",
    month: 9,
-   year: 2009}, 
+   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",






More information about the llvm-commits mailing list