[www-pubs] r320145 - Publication: Fix date for I/O Optimisation and elimination via partial evaluation

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 8 06:04:46 PST 2017


Author: fhahn
Date: Fri Dec  8 06:04:45 2017
New Revision: 320145

URL: http://llvm.org/viewvc/llvm-project?rev=320145&view=rev
Log:
Publication: Fix date for I/O Optimisation and elimination via partial evaluation

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=320145&r1=320144&r2=320145&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Fri Dec  8 06:04:45 2017
@@ -69,14 +69,6 @@ var PUBS =
     year: 2017
   },
 
-  { url: "http://128.232.0.20/techreports/UCAM-CL-TR-865.pdf",
-    author: "Christopher S.F. Smowton",
-    title: "I/O Optimisation and elimination via partial evaluation",
-    published: "Technical Report UCAM-CL-TR-865, University of Cambridge",
-    month: 12,
-    year: 2016
-  },
-
   { url: "http://formalverification.cs.utah.edu/new/Publications.html#vcsharma_hipc16",
     author: "Vishal Chandra Sharma, Ganesh Gopalakrishnan, Sriram Krishnamoorthy",
     title: "PRESAGE: Protecting Structured Address Generation against Soft Errors",
@@ -247,6 +239,14 @@ var PUBS =
     year: 2015,
   },
 
+  { url: "http://128.232.0.20/techreports/UCAM-CL-TR-865.pdf",
+    author: "Christopher S.F. Smowton",
+    title: "I/O Optimisation and elimination via partial evaluation",
+    published: "Technical Report UCAM-CL-TR-865, University of Cambridge",
+    month: 12,
+    year: 2014
+  },
+
   { url: "http://dx.doi.org/10.1002/spe.2297",
     author: "Ghassan Shobaki, Laith Sakka, Najm Eldeen Abu-Rmaileh, and Hasan Al-Hamash",
     title: "Experimental Evaluation of Various Register Pressure Reduction Heuristics",




More information about the llvm-commits mailing list