[www-pubs] r194933 - Added Preallocation Instruction Scheduling with Register Pressure Minimization Using a Combinatorial Optimization Approach.
John Criswell
criswell at uiuc.edu
Sat Nov 16 12:45:21 PST 2013
Author: criswell
Date: Sat Nov 16 14:45:21 2013
New Revision: 194933
URL: http://llvm.org/viewvc/llvm-project?rev=194933&view=rev
Log:
Added Preallocation Instruction Scheduling with Register Pressure Minimization Using a Combinatorial Optimization Approach.
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=194933&r1=194932&r2=194933&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Sat Nov 16 14:45:21 2013
@@ -2,6 +2,14 @@
// the page in the order listed.
var PUBS =
[
+ { url: "http://dx.doi.org/10.1145/2512432",
+ author: " Ghassan Shobaki, Maxim Shawabkeh, and Najm Abu-Rmaileh",
+ title: "Preallocation Instruction Scheduling with Register Pressure Minimization Using a Combinatorial Optimization Approach",
+ published: "ACM Transactions on Architecture and Code Optimization (TACO)",
+ month: 9,
+ year: 2013,
+ },
+
{ url: "http://rd.springer.com/article/10.1007/s10836-013-5405-9",
author: "Marcelo Sousa, Alper Sen",
title: "LLVMVF: A Generic Approach for Verification of Multicore Software",
More information about the llvm-commits
mailing list