[llvm-commits] CVS: llvm-www/pubs/pubs.js
Chris Lattner
sabre at nondot.org
Sun Oct 25 22:52:29 PDT 2009
Changes in directory llvm-www/pubs:
pubs.js updated: 1.56 -> 1.57
---
Log message:
add one back
---
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.56 llvm-www/pubs/pubs.js:1.57
--- llvm-www/pubs/pubs.js:1.56 Mon Oct 26 00:51:51 2009
+++ llvm-www/pubs/pubs.js Mon Oct 26 00:52:13 2009
@@ -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