[llvm-commits] CVS: llvm-www/pubs/pubs.js
Chris Lattner
sabre at nondot.org
Sun Oct 25 22:55:45 PDT 2009
Changes in directory llvm-www/pubs:
pubs.js updated: 1.59 -> 1.60
---
Log message:
remove again. :(
---
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.59 llvm-www/pubs/pubs.js:1.60
--- llvm-www/pubs/pubs.js:1.59 Mon Oct 26 00:53:51 2009
+++ llvm-www/pubs/pubs.js Mon Oct 26 00:55:30 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