[www-pubs] r241909 - Added the paper "Experimental Evaluation of Various Register Pressure
John Criswell
criswell at uiuc.edu
Fri Jul 10 06:54:28 PDT 2015
Author: criswell
Date: Fri Jul 10 08:54:28 2015
New Revision: 241909
URL: http://llvm.org/viewvc/llvm-project?rev=241909&view=rev
Log:
Added the paper "Experimental Evaluation of Various Register Pressure
Reduction Heuristics" by Ghassan Shobaki, Laith Sakka, Najm Eldeen Abu-Rmaileh,
and Hasan Al-Hamash.
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=241909&r1=241908&r2=241909&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Fri Jul 10 08:54:28 2015
@@ -43,6 +43,13 @@ var PUBS =
year: 2015,
},
+ { 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,
+ year: 2014,
+ },
+
{ url: "http://james0zan.github.io/resource/fse14_zhang.pdf",
author: "Mingxing Zhang, Yongwei Wu, Shan Lu, Shanxiang Qi, Jinglei Ren, and Weimin Zheng",
title: "AI: A Lightweight System for Tolerating Concurrency Bugs",
More information about the llvm-commits
mailing list