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

Chris Lattner sabre at nondot.org
Sun Oct 25 22:57:29 PDT 2009



Changes in directory llvm-www/pubs:

pubs.js updated: 1.62 -> 1.63
---
Log message:

theory: we *must* have an author field.


---
Diffs of the changes:  (+14 -12)

 pubs.js |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.62 llvm-www/pubs/pubs.js:1.63
--- llvm-www/pubs/pubs.js:1.62	Mon Oct 26 00:56:28 2009
+++ llvm-www/pubs/pubs.js	Mon Oct 26 00:57:14 2009
@@ -1,19 +1,21 @@
 // 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",
+   author: "",
+   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)",
+   author: "",
+   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