[llvm-commits] CVS: llvm-www/pubs/pubs.js
Chris Lattner
sabre at nondot.org
Sat Jan 17 17:06:03 PST 2009
Changes in directory llvm-www/pubs:
pubs.js updated: 1.4 -> 1.5
---
Log message:
add a talk
---
Diffs of the changes: (+8 -0)
pubs.js | 8 ++++++++
1 files changed, 8 insertions(+)
Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.4 llvm-www/pubs/pubs.js:1.5
--- llvm-www/pubs/pubs.js:1.4 Fri Dec 26 12:43:11 2008
+++ llvm-www/pubs/pubs.js Sat Jan 17 19:05:39 2009
@@ -50,6 +50,14 @@
month: 8,
year: 2008},
+ {url: '2008-06-CompilingHaskelltoLLVM.html',
+ title: 'Compiling Haskell to LLVM',
+ author: 'John van Schie',
+ published: "Thesis Defense, Utrecht University",
+ location: "Netherlands",
+ month: 6,
+ year: 2008},
+
{url: '2008-06-LCTES-ISelUsingSSAGraphs.html',
title: 'Generalized Instruction Selection using SSA-Graphs',
author: 'Dietmar Ebner, Florian Brandner, Bernhard Scholz, Andreas Krall, Peter Wiedermann and Albrecht Kadlec',
More information about the llvm-commits
mailing list