[www-pubs] r241910 - Added a DOI URL for the paper "Experimental Evaluation of Various Register
John Criswell
criswell at uiuc.edu
Fri Jul 10 06:58:43 PDT 2015
Author: criswell
Date: Fri Jul 10 08:58:43 2015
New Revision: 241910
URL: http://llvm.org/viewvc/llvm-project?rev=241910&view=rev
Log:
Added a DOI URL for the paper "Experimental Evaluation of Various Register
Pressure Reduction Heuristics."
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=241910&r1=241909&r2=241910&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Fri Jul 10 08:58:43 2015
@@ -43,7 +43,8 @@ var PUBS =
year: 2015,
},
- { author: "Ghassan Shobaki, Laith Sakka, Najm Eldeen Abu-Rmaileh, and Hasan Al-Hamash",
+ { 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",
published: "Software: Practice and Experience",
month: 11,
More information about the llvm-commits
mailing list