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

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



Changes in directory llvm-www/pubs:

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

neither of these work?


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

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


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.61 llvm-www/pubs/pubs.js:1.62
--- llvm-www/pubs/pubs.js:1.61	Mon Oct 26 00:56:00 2009
+++ llvm-www/pubs/pubs.js	Mon Oct 26 00:56:28 2009
@@ -1,12 +1,12 @@
 // 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",






More information about the llvm-commits mailing list