[llvm-commits] [www-pubs] r163621 - /www-pubs/trunk/pubs.js

John Criswell criswell at uiuc.edu
Tue Sep 11 07:36:48 PDT 2012


Author: criswell
Date: Tue Sep 11 09:36:48 2012
New Revision: 163621

URL: http://llvm.org/viewvc/llvm-project?rev=163621&view=rev
Log:
Added the ErLLVM paper.

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=163621&r1=163620&r2=163621&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Tue Sep 11 09:36:48 2012
@@ -2,6 +2,14 @@
 // the page in the order listed.
 var PUBS =
 [
+  { url: "http://erllvm.softlab.ntua.gr/files/erlang03-sagonas.pdf",
+    author: "K. Sagonas, C. Stavrakakis, and Y. Tsiouris",
+    title: "ErLLVM: An LLVM backend for Erlang",
+    published: "ACM SIGPLAN Erlang Workshop",
+    month: 9,
+    year: 2012,
+  },
+
   { url: "http://systems.cs.columbia.edu/archive/pub/2012/06/sound-and-precise-analysis-of-parallel-programs-through-schedule-specialization/",
     author: "Jingyue Wu, Yang Tang, Gang Hu, Heming Cui, and Junfeng Yang",
     title: "Sound and Precise Analysis of Parallel Programs through Schedule Specialization",





More information about the llvm-commits mailing list