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

Chris Lattner sabre at nondot.org
Mon May 25 18:08:37 PDT 2009



Changes in directory llvm-www/pubs:

pubs.js updated: 1.13 -> 1.14
---
Log message:

add edd's project.


---
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.13 llvm-www/pubs/pubs.js:1.14
--- llvm-www/pubs/pubs.js:1.13	Fri May  8 11:23:05 2009
+++ llvm-www/pubs/pubs.js	Mon May 25 20:08:17 2009
@@ -1,6 +1,14 @@
 // The array should be sorted reverse-chronologically, and will be displayed on
 // the page in the order listed.
 var PUBS = [
+  {url: '2009-05-21-Thesis-Barrett-3c.html',
+   title: '3c: A JIT Compiler with LLVM',
+   author: 'Edd Barrett',
+   published: "Final Year Project, Bournemouth University",
+   location: "United Kingdom",
+   month: 5,
+   year: 2009},
+
   {url: '2009-05-EnsuringCorrectnessOfCompiledCode.html',
    title: 'Ensuring Correctness of Compiled Code',
    author: 'Ganna Zaks',






More information about the llvm-commits mailing list